@lifi/data-types 6.53.0 → 6.54.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.
- 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
|
@@ -3579,7 +3579,7 @@ exports.wrappedTokens = {
|
|
|
3579
3579
|
logoURI: 'https://static.debank.com/image/uni_token/logo_url/uni/48bfb74adddd170e936578aec422836d.png',
|
|
3580
3580
|
},
|
|
3581
3581
|
[types_1.ChainId.BOT]: {
|
|
3582
|
-
address: '
|
|
3582
|
+
address: '0x0D2437F93Fed6EA64Ef01cCde385FB1263910C56',
|
|
3583
3583
|
symbol: 'pBTC',
|
|
3584
3584
|
decimals: 18,
|
|
3585
3585
|
chainId: types_1.ChainId.BOT,
|
package/src/_esm/coins/coins.js
CHANGED
|
@@ -3712,7 +3712,7 @@ export const wrappedTokens = {
|
|
|
3712
3712
|
},
|
|
3713
3713
|
[ChainId.BOT]: {
|
|
3714
3714
|
// https://botanixscan.io/token/0x0D2437F93Fed6EA64Ef01cCde385FB1263910C56?type=erc20&chainid=3637
|
|
3715
|
-
address: '
|
|
3715
|
+
address: '0x0D2437F93Fed6EA64Ef01cCde385FB1263910C56',
|
|
3716
3716
|
symbol: 'pBTC',
|
|
3717
3717
|
decimals: 18,
|
|
3718
3718
|
chainId: ChainId.BOT,
|
package/src/coins/coins.ts
CHANGED
|
@@ -3928,7 +3928,7 @@ export const wrappedTokens: { [ChainId: string]: StaticToken } = {
|
|
|
3928
3928
|
},
|
|
3929
3929
|
[ChainId.BOT]: {
|
|
3930
3930
|
// https://botanixscan.io/token/0x0D2437F93Fed6EA64Ef01cCde385FB1263910C56?type=erc20&chainid=3637
|
|
3931
|
-
address: '
|
|
3931
|
+
address: '0x0D2437F93Fed6EA64Ef01cCde385FB1263910C56',
|
|
3932
3932
|
symbol: 'pBTC',
|
|
3933
3933
|
decimals: 18,
|
|
3934
3934
|
chainId: ChainId.BOT,
|