@lifi/data-types 2.1.2 → 2.1.3
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 +7 -1
- package/dist/coins/coins.js +7 -1
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -797,7 +797,7 @@ exports.basicCoins = [
|
|
|
797
797
|
decimals: 18,
|
|
798
798
|
},
|
|
799
799
|
[types_1.ChainId.POL]: {
|
|
800
|
-
address: '
|
|
800
|
+
address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
|
|
801
801
|
decimals: 6,
|
|
802
802
|
},
|
|
803
803
|
[types_1.ChainId.DAI]: {
|
|
@@ -914,6 +914,12 @@ exports.basicCoins = [
|
|
|
914
914
|
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
|
|
915
915
|
verified: true,
|
|
916
916
|
chains: {
|
|
917
|
+
[types_1.ChainId.POL]: {
|
|
918
|
+
address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
|
|
919
|
+
decimals: 6,
|
|
920
|
+
name: 'Bridged USD Coin',
|
|
921
|
+
symbol: 'USDC.e',
|
|
922
|
+
},
|
|
917
923
|
[types_1.ChainId.ARB]: {
|
|
918
924
|
address: '0xff970a61a04b1ca14834a43f5de4533ebddb5cc8',
|
|
919
925
|
decimals: 6,
|
package/dist/coins/coins.js
CHANGED
|
@@ -794,7 +794,7 @@ export const basicCoins = [
|
|
|
794
794
|
decimals: 18,
|
|
795
795
|
},
|
|
796
796
|
[ChainId.POL]: {
|
|
797
|
-
address: '
|
|
797
|
+
address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
|
|
798
798
|
decimals: 6,
|
|
799
799
|
},
|
|
800
800
|
[ChainId.DAI]: {
|
|
@@ -911,6 +911,12 @@ export const basicCoins = [
|
|
|
911
911
|
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
|
|
912
912
|
verified: true,
|
|
913
913
|
chains: {
|
|
914
|
+
[ChainId.POL]: {
|
|
915
|
+
address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
|
|
916
|
+
decimals: 6,
|
|
917
|
+
name: 'Bridged USD Coin',
|
|
918
|
+
symbol: 'USDC.e',
|
|
919
|
+
},
|
|
914
920
|
[ChainId.ARB]: {
|
|
915
921
|
address: '0xff970a61a04b1ca14834a43f5de4533ebddb5cc8',
|
|
916
922
|
decimals: 6,
|