@lifi/data-types 6.17.0 → 6.18.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.
@@ -170,6 +170,10 @@ export const basicCoins: BasicCoin[] = [
170
170
  address: '0x1fbccdc677c10671ee50b46c61f0f7d135112450',
171
171
  decimals: 18,
172
172
  },
173
+ [ChainId.KAT]: {
174
+ address: '0x0000000000000000000000000000000000000000',
175
+ decimals: 18,
176
+ },
173
177
  },
174
178
  },
175
179
  // > MATIC
@@ -775,6 +779,10 @@ export const basicCoins: BasicCoin[] = [
775
779
  address: '0x0B38e83B86d491735fEaa0a791F65c2B99535396',
776
780
  decimals: 6,
777
781
  },
782
+ [ChainId.KAT]: {
783
+ address: '0x2DCa96907fde857dd3D816880A0df407eeB2D2F2',
784
+ decimals: 6,
785
+ },
778
786
  },
779
787
  },
780
788
 
@@ -1080,6 +1088,11 @@ export const basicCoins: BasicCoin[] = [
1080
1088
  decimals: 6,
1081
1089
  name: 'Bridged USDC (Stargate)',
1082
1090
  },
1091
+ [ChainId.KAT]: {
1092
+ address: '0x203A662b0BD271A6ed5a60EdFbd04bFce608FD36',
1093
+ decimals: 6,
1094
+ name: 'Vault Bridge USDC',
1095
+ },
1083
1096
  },
1084
1097
  },
1085
1098
  // axlUSDC
@@ -1452,6 +1465,10 @@ export const basicCoins: BasicCoin[] = [
1452
1465
  address: '0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3',
1453
1466
  decimals: 8,
1454
1467
  },
1468
+ [ChainId.KAT]: {
1469
+ address: '0x0913DA6Da4b42f538B445599b46Bb4622342Cf52',
1470
+ decimals: 8,
1471
+ },
1455
1472
  },
1456
1473
  },
1457
1474
 
@@ -1660,6 +1677,10 @@ export const basicCoins: BasicCoin[] = [
1660
1677
  address: '0x1502FA4be69d526124D453619276FacCab275d3D',
1661
1678
  decimals: 18,
1662
1679
  },
1680
+ [ChainId.KAT]: {
1681
+ address: '0xEE7D8BCFb72bC1880D0Cf19822eB0A2e6577aB62',
1682
+ decimals: 18,
1683
+ },
1663
1684
  },
1664
1685
  },
1665
1686
 
@@ -3097,6 +3118,16 @@ export const wrappedTokens: { [ChainId: string]: StaticToken } = {
3097
3118
  logoURI:
3098
3119
  'https://static.debank.com/image/flr_token/logo_url/0x1d80c49bbbcd1c0911346656b529df9e5c2f783d/c7d8087092d5d7b80794630612afb32e.png',
3099
3120
  },
3121
+ [ChainId.KAT]: {
3122
+ address: '0xEE7D8BCFb72bC1880D0Cf19822eB0A2e6577aB62',
3123
+ symbol: CoinKey.WETH,
3124
+ decimals: 18,
3125
+ chainId: ChainId.KAT,
3126
+ coinKey: CoinKey.WETH,
3127
+ name: CoinKey.WETH,
3128
+ logoURI:
3129
+ 'https://static.debank.com/image/eth_token/logo_url/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/61844453e63cf81301f845d7864236f6.png',
3130
+ },
3100
3131
  }
3101
3132
  export const findDefaultCoin = (coinKey: CoinKey): Coin => {
3102
3133
  const coin = defaultCoins.find((coin) => coin.key === coinKey)
package/src/multicall.ts CHANGED
@@ -66,6 +66,7 @@ export const multicallAddresses: { [ChainId: number]: string } = {
66
66
  [ChainId.ETL]: '0xcA11bde05977b3631167028862bE2a173976CA11',
67
67
  [ChainId.VIC]: '0xcA11bde05977b3631167028862bE2a173976CA11',
68
68
  [ChainId.FLR]: '0xcA11bde05977b3631167028862bE2a173976CA11',
69
+ [ChainId.KAT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
69
70
 
70
71
  // TODO
71
72
  // [ChainId.EXP]: '', // TODO