@lifi/data-types 2.1.3 → 2.1.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/dist/cjs/coins/coins.js +5 -0
- package/dist/coins/coins.js +5 -0
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -578,6 +578,11 @@ exports.basicCoins = [
|
|
|
578
578
|
decimals: 6,
|
|
579
579
|
name: 'USDT',
|
|
580
580
|
},
|
|
581
|
+
[types_1.ChainId.ERA]: {
|
|
582
|
+
address: '0x493257fD37EDB34451f62EDf8D2a0C418852bA4C',
|
|
583
|
+
decimals: 6,
|
|
584
|
+
name: 'USDT',
|
|
585
|
+
},
|
|
581
586
|
// Testnets
|
|
582
587
|
[types_1.ChainId.GOR]: {
|
|
583
588
|
address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
|
package/dist/coins/coins.js
CHANGED
|
@@ -575,6 +575,11 @@ export const basicCoins = [
|
|
|
575
575
|
decimals: 6,
|
|
576
576
|
name: 'USDT',
|
|
577
577
|
},
|
|
578
|
+
[ChainId.ERA]: {
|
|
579
|
+
address: '0x493257fD37EDB34451f62EDf8D2a0C418852bA4C',
|
|
580
|
+
decimals: 6,
|
|
581
|
+
name: 'USDT',
|
|
582
|
+
},
|
|
578
583
|
// Testnets
|
|
579
584
|
[ChainId.GOR]: {
|
|
580
585
|
address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
|