@lifi/data-types 2.4.0 → 2.4.2

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.
@@ -1453,7 +1453,7 @@ exports.basicCoins = [
1453
1453
  chains: {
1454
1454
  [types_1.ChainId.CEL]: {
1455
1455
  // The CELO token is not a native token (0x000...).
1456
- // Instead it is this ERC20 token: https://explorer.celo.org/token/0x471EcE3750Da237f93B8E339c536989b8978a438
1456
+ // Instead, it is this ERC20 token: https://explorer.celo.org/token/0x471EcE3750Da237f93B8E339c536989b8978a438
1457
1457
  address: '0x471ece3750da237f93b8e339c536989b8978a438',
1458
1458
  decimals: 18,
1459
1459
  },
@@ -1485,7 +1485,9 @@ exports.basicCoins = [
1485
1485
  verified: true,
1486
1486
  chains: {
1487
1487
  [types_1.ChainId.MAM]: {
1488
- address: '0x0000000000000000000000000000000000000000',
1488
+ // The CELO token is not a native token (0x000...).
1489
+ // Instead, it is this ERC20 token: https://andromeda-explorer.metis.io/address/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000
1490
+ address: '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000',
1489
1491
  decimals: 18,
1490
1492
  },
1491
1493
  },
@@ -1873,12 +1875,12 @@ exports.wrappedTokens = {
1873
1875
  logoURI: 'https://raw.githubusercontent.com/cronus-finance/token-list/main/assets/evmos/0xD4949664cD82660AaE99bEdc034a0deA8A0bd517/logo.png',
1874
1876
  },
1875
1877
  [types_1.ChainId.AUR]: {
1876
- address: '0x0000000000000000000000000000000000000000',
1877
- symbol: 'AETH',
1878
+ address: '0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb',
1879
+ symbol: 'WETH',
1878
1880
  decimals: 18,
1879
1881
  chainId: types_1.ChainId.AUR,
1880
- coinKey: 'AETH',
1881
- name: 'AETH',
1882
+ coinKey: 'WETH',
1883
+ name: 'WETH',
1882
1884
  logoURI: 'https://static.debank.com/image/aurora_token/logo_url/aurora/d61441782d4a08a7479d54aea211679e.png',
1883
1885
  },
1884
1886
  [types_1.ChainId.VEL]: {
@@ -1450,7 +1450,7 @@ export const basicCoins = [
1450
1450
  chains: {
1451
1451
  [ChainId.CEL]: {
1452
1452
  // The CELO token is not a native token (0x000...).
1453
- // Instead it is this ERC20 token: https://explorer.celo.org/token/0x471EcE3750Da237f93B8E339c536989b8978a438
1453
+ // Instead, it is this ERC20 token: https://explorer.celo.org/token/0x471EcE3750Da237f93B8E339c536989b8978a438
1454
1454
  address: '0x471ece3750da237f93b8e339c536989b8978a438',
1455
1455
  decimals: 18,
1456
1456
  },
@@ -1482,7 +1482,9 @@ export const basicCoins = [
1482
1482
  verified: true,
1483
1483
  chains: {
1484
1484
  [ChainId.MAM]: {
1485
- address: '0x0000000000000000000000000000000000000000',
1485
+ // The CELO token is not a native token (0x000...).
1486
+ // Instead, it is this ERC20 token: https://andromeda-explorer.metis.io/address/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000
1487
+ address: '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000',
1486
1488
  decimals: 18,
1487
1489
  },
1488
1490
  },
@@ -1870,12 +1872,12 @@ export const wrappedTokens = {
1870
1872
  logoURI: 'https://raw.githubusercontent.com/cronus-finance/token-list/main/assets/evmos/0xD4949664cD82660AaE99bEdc034a0deA8A0bd517/logo.png',
1871
1873
  },
1872
1874
  [ChainId.AUR]: {
1873
- address: '0x0000000000000000000000000000000000000000',
1874
- symbol: 'AETH',
1875
+ address: '0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb',
1876
+ symbol: 'WETH',
1875
1877
  decimals: 18,
1876
1878
  chainId: ChainId.AUR,
1877
- coinKey: 'AETH',
1878
- name: 'AETH',
1879
+ coinKey: 'WETH',
1880
+ name: 'WETH',
1879
1881
  logoURI: 'https://static.debank.com/image/aurora_token/logo_url/aurora/d61441782d4a08a7479d54aea211679e.png',
1880
1882
  },
1881
1883
  [ChainId.VEL]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",