@lifi/data-types 2.4.0 → 2.4.1
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 -2
- package/dist/coins/coins.js +4 -2
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -1453,7 +1453,7 @@ exports.basicCoins = [
|
|
|
1453
1453
|
chains: {
|
|
1454
1454
|
[types_1.ChainId.CEL]: {
|
|
1455
1455
|
// The CELO token is not a native token (0x000...).
|
|
1456
|
-
// Instead it is this ERC20 token: https://explorer.celo.org/token/0x471EcE3750Da237f93B8E339c536989b8978a438
|
|
1456
|
+
// Instead, it is this ERC20 token: https://explorer.celo.org/token/0x471EcE3750Da237f93B8E339c536989b8978a438
|
|
1457
1457
|
address: '0x471ece3750da237f93b8e339c536989b8978a438',
|
|
1458
1458
|
decimals: 18,
|
|
1459
1459
|
},
|
|
@@ -1485,7 +1485,9 @@ exports.basicCoins = [
|
|
|
1485
1485
|
verified: true,
|
|
1486
1486
|
chains: {
|
|
1487
1487
|
[types_1.ChainId.MAM]: {
|
|
1488
|
-
|
|
1488
|
+
// The CELO token is not a native token (0x000...).
|
|
1489
|
+
// Instead, it is this ERC20 token: https://andromeda-explorer.metis.io/address/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000
|
|
1490
|
+
address: '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000',
|
|
1489
1491
|
decimals: 18,
|
|
1490
1492
|
},
|
|
1491
1493
|
},
|
package/dist/coins/coins.js
CHANGED
|
@@ -1450,7 +1450,7 @@ export const basicCoins = [
|
|
|
1450
1450
|
chains: {
|
|
1451
1451
|
[ChainId.CEL]: {
|
|
1452
1452
|
// The CELO token is not a native token (0x000...).
|
|
1453
|
-
// Instead it is this ERC20 token: https://explorer.celo.org/token/0x471EcE3750Da237f93B8E339c536989b8978a438
|
|
1453
|
+
// Instead, it is this ERC20 token: https://explorer.celo.org/token/0x471EcE3750Da237f93B8E339c536989b8978a438
|
|
1454
1454
|
address: '0x471ece3750da237f93b8e339c536989b8978a438',
|
|
1455
1455
|
decimals: 18,
|
|
1456
1456
|
},
|
|
@@ -1482,7 +1482,9 @@ export const basicCoins = [
|
|
|
1482
1482
|
verified: true,
|
|
1483
1483
|
chains: {
|
|
1484
1484
|
[ChainId.MAM]: {
|
|
1485
|
-
|
|
1485
|
+
// The CELO token is not a native token (0x000...).
|
|
1486
|
+
// Instead, it is this ERC20 token: https://andromeda-explorer.metis.io/address/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000
|
|
1487
|
+
address: '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000',
|
|
1486
1488
|
decimals: 18,
|
|
1487
1489
|
},
|
|
1488
1490
|
},
|