@lifi/data-types 6.15.0 → 6.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -771,6 +771,10 @@ export const basicCoins: BasicCoin[] = [
771
771
  address: '0x69b946132b4a6c74cd29ba3ff614ceea1ef9ff2b',
772
772
  decimals: 6,
773
773
  },
774
+ [ChainId.FLR]: {
775
+ address: '0x0B38e83B86d491735fEaa0a791F65c2B99535396',
776
+ decimals: 6,
777
+ },
774
778
  },
775
779
  },
776
780
 
@@ -1071,6 +1075,11 @@ export const basicCoins: BasicCoin[] = [
1071
1075
  decimals: 6,
1072
1076
  name: 'Bridged USDC (BOB)',
1073
1077
  },
1078
+ [ChainId.FLR]: {
1079
+ address: '0xfbda5f676cb37624f28265a144a48b0d6e87d3b6',
1080
+ decimals: 6,
1081
+ name: 'Bridged USDC (Stargate)',
1082
+ },
1074
1083
  },
1075
1084
  },
1076
1085
  // axlUSDC
@@ -1619,6 +1628,10 @@ export const basicCoins: BasicCoin[] = [
1619
1628
  address: '0xf4d9235269a96aadafc9adae454a0618ebe37949',
1620
1629
  decimals: 18,
1621
1630
  },
1631
+ [ChainId.SOE]: {
1632
+ address: '0x4200000000000000000000000000000000000006',
1633
+ decimals: 18,
1634
+ },
1622
1635
  [ChainId.LNS]: {
1623
1636
  address: '0xE5ecd226b3032910CEaa43ba92EE8232f8237553',
1624
1637
  decimals: 18,
@@ -1639,6 +1652,14 @@ export const basicCoins: BasicCoin[] = [
1639
1652
  address: '0x4200000000000000000000000000000000000006',
1640
1653
  decimals: 18,
1641
1654
  },
1655
+ [ChainId.ERA]: {
1656
+ address: '0x5aea5775959fbc2557cc8789bc1bf90a239d9a91',
1657
+ decimals: 18,
1658
+ },
1659
+ [ChainId.FLR]: {
1660
+ address: '0x1502FA4be69d526124D453619276FacCab275d3D',
1661
+ decimals: 18,
1662
+ },
1642
1663
  },
1643
1664
  },
1644
1665
 
@@ -2377,6 +2398,34 @@ export const basicCoins: BasicCoin[] = [
2377
2398
  },
2378
2399
  },
2379
2400
 
2401
+ // Flare
2402
+ {
2403
+ key: CoinKey.FLR,
2404
+ name: 'Flare',
2405
+ logoURI:
2406
+ 'https://static.debank.com/image/flr_token/logo_url/flr/c7d8087092d5d7b80794630612afb32e.png',
2407
+ verified: true,
2408
+ chains: {
2409
+ [ChainId.FLR]: {
2410
+ address: '0x0000000000000000000000000000000000000000',
2411
+ decimals: 18,
2412
+ },
2413
+ },
2414
+ },
2415
+ {
2416
+ key: CoinKey.WFLR,
2417
+ name: 'Wrapped Flare',
2418
+ logoURI:
2419
+ 'https://static.debank.com/image/flr_token/logo_url/0x1d80c49bbbcd1c0911346656b529df9e5c2f783d/c7d8087092d5d7b80794630612afb32e.png',
2420
+ verified: true,
2421
+ chains: {
2422
+ [ChainId.FLR]: {
2423
+ address: '0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d',
2424
+ decimals: 18,
2425
+ },
2426
+ },
2427
+ },
2428
+
2380
2429
  // > Bitcoin
2381
2430
  {
2382
2431
  key: CoinKey.BTC,
@@ -3038,6 +3087,16 @@ export const wrappedTokens: { [ChainId: string]: StaticToken } = {
3038
3087
  logoURI:
3039
3088
  'https://assets.coingecko.com/coins/images/53427/standard/viction.jpg?1740640829',
3040
3089
  },
3090
+ [ChainId.FLR]: {
3091
+ address: '0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d',
3092
+ symbol: CoinKey.WFLR,
3093
+ decimals: 18,
3094
+ chainId: ChainId.FLR,
3095
+ coinKey: CoinKey.WFLR,
3096
+ name: 'Wrapped Flare',
3097
+ logoURI:
3098
+ 'https://static.debank.com/image/flr_token/logo_url/0x1d80c49bbbcd1c0911346656b529df9e5c2f783d/c7d8087092d5d7b80794630612afb32e.png',
3099
+ },
3041
3100
  }
3042
3101
  export const findDefaultCoin = (coinKey: CoinKey): Coin => {
3043
3102
  const coin = defaultCoins.find((coin) => coin.key === coinKey)
package/src/multicall.ts CHANGED
@@ -65,6 +65,7 @@ export const multicallAddresses: { [ChainId: number]: string } = {
65
65
  [ChainId.BOC]: '0xcA11bde05977b3631167028862bE2a173976CA11',
66
66
  [ChainId.ETL]: '0xcA11bde05977b3631167028862bE2a173976CA11',
67
67
  [ChainId.VIC]: '0xcA11bde05977b3631167028862bE2a173976CA11',
68
+ [ChainId.FLR]: '0xcA11bde05977b3631167028862bE2a173976CA11',
68
69
 
69
70
  // TODO
70
71
  // [ChainId.EXP]: '', // TODO