@lifi/data-types 6.16.0 → 6.18.0-beta.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
@@ -1643,6 +1652,14 @@ export const basicCoins: BasicCoin[] = [
1643
1652
  address: '0x4200000000000000000000000000000000000006',
1644
1653
  decimals: 18,
1645
1654
  },
1655
+ [ChainId.ERA]: {
1656
+ address: '0x5aea5775959fbc2557cc8789bc1bf90a239d9a91',
1657
+ decimals: 18,
1658
+ },
1659
+ [ChainId.FLR]: {
1660
+ address: '0x1502FA4be69d526124D453619276FacCab275d3D',
1661
+ decimals: 18,
1662
+ },
1646
1663
  },
1647
1664
  },
1648
1665
 
@@ -2381,6 +2398,34 @@ export const basicCoins: BasicCoin[] = [
2381
2398
  },
2382
2399
  },
2383
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
+
2384
2429
  // > Bitcoin
2385
2430
  {
2386
2431
  key: CoinKey.BTC,
@@ -3042,6 +3087,16 @@ export const wrappedTokens: { [ChainId: string]: StaticToken } = {
3042
3087
  logoURI:
3043
3088
  'https://assets.coingecko.com/coins/images/53427/standard/viction.jpg?1740640829',
3044
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
+ },
3045
3100
  }
3046
3101
  export const findDefaultCoin = (coinKey: CoinKey): Coin => {
3047
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