@lifi/data-types 2.4.1 → 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.
- package/dist/cjs/coins/coins.js +4 -4
- package/dist/coins/coins.js +4 -4
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -1875,12 +1875,12 @@ exports.wrappedTokens = {
|
|
|
1875
1875
|
logoURI: 'https://raw.githubusercontent.com/cronus-finance/token-list/main/assets/evmos/0xD4949664cD82660AaE99bEdc034a0deA8A0bd517/logo.png',
|
|
1876
1876
|
},
|
|
1877
1877
|
[types_1.ChainId.AUR]: {
|
|
1878
|
-
address: '
|
|
1879
|
-
symbol: '
|
|
1878
|
+
address: '0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb',
|
|
1879
|
+
symbol: 'WETH',
|
|
1880
1880
|
decimals: 18,
|
|
1881
1881
|
chainId: types_1.ChainId.AUR,
|
|
1882
|
-
coinKey: '
|
|
1883
|
-
name: '
|
|
1882
|
+
coinKey: 'WETH',
|
|
1883
|
+
name: 'WETH',
|
|
1884
1884
|
logoURI: 'https://static.debank.com/image/aurora_token/logo_url/aurora/d61441782d4a08a7479d54aea211679e.png',
|
|
1885
1885
|
},
|
|
1886
1886
|
[types_1.ChainId.VEL]: {
|
package/dist/coins/coins.js
CHANGED
|
@@ -1872,12 +1872,12 @@ export const wrappedTokens = {
|
|
|
1872
1872
|
logoURI: 'https://raw.githubusercontent.com/cronus-finance/token-list/main/assets/evmos/0xD4949664cD82660AaE99bEdc034a0deA8A0bd517/logo.png',
|
|
1873
1873
|
},
|
|
1874
1874
|
[ChainId.AUR]: {
|
|
1875
|
-
address: '
|
|
1876
|
-
symbol: '
|
|
1875
|
+
address: '0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb',
|
|
1876
|
+
symbol: 'WETH',
|
|
1877
1877
|
decimals: 18,
|
|
1878
1878
|
chainId: ChainId.AUR,
|
|
1879
|
-
coinKey: '
|
|
1880
|
-
name: '
|
|
1879
|
+
coinKey: 'WETH',
|
|
1880
|
+
name: 'WETH',
|
|
1881
1881
|
logoURI: 'https://static.debank.com/image/aurora_token/logo_url/aurora/d61441782d4a08a7479d54aea211679e.png',
|
|
1882
1882
|
},
|
|
1883
1883
|
[ChainId.VEL]: {
|