@lifi/data-types 2.1.1 → 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 +8 -2
- package/dist/coins/coins.js +8 -2
- 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,
|
|
@@ -1240,7 +1246,7 @@ exports.basicCoins = [
|
|
|
1240
1246
|
{
|
|
1241
1247
|
key: types_1.CoinKey.SUSHI,
|
|
1242
1248
|
name: types_1.CoinKey.SUSHI,
|
|
1243
|
-
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/
|
|
1249
|
+
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png',
|
|
1244
1250
|
verified: true,
|
|
1245
1251
|
chains: {
|
|
1246
1252
|
[types_1.ChainId.ETH]: {
|
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,
|
|
@@ -1237,7 +1243,7 @@ export const basicCoins = [
|
|
|
1237
1243
|
{
|
|
1238
1244
|
key: CoinKey.SUSHI,
|
|
1239
1245
|
name: CoinKey.SUSHI,
|
|
1240
|
-
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/
|
|
1246
|
+
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png',
|
|
1241
1247
|
verified: true,
|
|
1242
1248
|
chains: {
|
|
1243
1249
|
[ChainId.ETH]: {
|