@lifi/data-types 6.8.0-beta.3 → 6.8.0-beta.4
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/package.json +1 -1
- package/src/_cjs/coins/coins.js +1 -1
- package/src/_esm/coins/coins.js +1 -1
- package/src/coins/coins.ts +1 -1
package/package.json
CHANGED
package/src/_cjs/coins/coins.js
CHANGED
|
@@ -2501,7 +2501,7 @@ exports.wrappedTokens = {
|
|
|
2501
2501
|
logoURI: 'https://static.debank.com/image/eth_token/logo_url/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/61844453e63cf81301f845d7864236f6.png',
|
|
2502
2502
|
},
|
|
2503
2503
|
[types_1.ChainId.LNS]: {
|
|
2504
|
-
address: '
|
|
2504
|
+
address: '0x6bDc36E20D267Ff0dd6097799f82e78907105e2F',
|
|
2505
2505
|
symbol: 'WGHO',
|
|
2506
2506
|
decimals: 18,
|
|
2507
2507
|
chainId: types_1.ChainId.LNS,
|
package/src/_esm/coins/coins.js
CHANGED
|
@@ -2602,7 +2602,7 @@ export const wrappedTokens = {
|
|
|
2602
2602
|
logoURI: 'https://static.debank.com/image/eth_token/logo_url/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/61844453e63cf81301f845d7864236f6.png',
|
|
2603
2603
|
},
|
|
2604
2604
|
[ChainId.LNS]: {
|
|
2605
|
-
address: '
|
|
2605
|
+
address: '0x6bDc36E20D267Ff0dd6097799f82e78907105e2F',
|
|
2606
2606
|
symbol: 'WGHO',
|
|
2607
2607
|
decimals: 18,
|
|
2608
2608
|
chainId: ChainId.LNS,
|
package/src/coins/coins.ts
CHANGED
|
@@ -2740,7 +2740,7 @@ export const wrappedTokens: { [ChainId: string]: StaticToken } = {
|
|
|
2740
2740
|
'https://static.debank.com/image/eth_token/logo_url/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/61844453e63cf81301f845d7864236f6.png',
|
|
2741
2741
|
},
|
|
2742
2742
|
[ChainId.LNS]: {
|
|
2743
|
-
address: '
|
|
2743
|
+
address: '0x6bDc36E20D267Ff0dd6097799f82e78907105e2F',
|
|
2744
2744
|
symbol: 'WGHO',
|
|
2745
2745
|
decimals: 18,
|
|
2746
2746
|
chainId: ChainId.LNS,
|