@lifi/data-types 4.1.0 → 4.2.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/dist/cjs/coins/coins.js +17 -0
- package/dist/coins/coins.js +17 -0
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -453,6 +453,23 @@ exports.basicCoins = [
|
|
|
453
453
|
},
|
|
454
454
|
},
|
|
455
455
|
},
|
|
456
|
+
// > MNT
|
|
457
|
+
{
|
|
458
|
+
key: types_1.CoinKey.MNT,
|
|
459
|
+
name: types_1.CoinKey.MNT,
|
|
460
|
+
logoURI: 'https://static.debank.com/image/mnt_token/logo_url/0x78c1b0c915c4faa5fffa6cabf0219da63d7f4cb8/a443c78c33704d48f06e5686bb87f85e.png',
|
|
461
|
+
verified: true,
|
|
462
|
+
chains: {
|
|
463
|
+
[types_1.ChainId.MNT]: {
|
|
464
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
465
|
+
decimals: 18,
|
|
466
|
+
},
|
|
467
|
+
[types_1.ChainId.ETH]: {
|
|
468
|
+
address: '0x3c3a81e81dc49A522A592e7622A7E711c06bf354',
|
|
469
|
+
decimals: 18,
|
|
470
|
+
},
|
|
471
|
+
},
|
|
472
|
+
},
|
|
456
473
|
// OTHER STABLECOINS
|
|
457
474
|
// USDT
|
|
458
475
|
{
|
package/dist/coins/coins.js
CHANGED
|
@@ -450,6 +450,23 @@ export const basicCoins = [
|
|
|
450
450
|
},
|
|
451
451
|
},
|
|
452
452
|
},
|
|
453
|
+
// > MNT
|
|
454
|
+
{
|
|
455
|
+
key: CoinKey.MNT,
|
|
456
|
+
name: CoinKey.MNT,
|
|
457
|
+
logoURI: 'https://static.debank.com/image/mnt_token/logo_url/0x78c1b0c915c4faa5fffa6cabf0219da63d7f4cb8/a443c78c33704d48f06e5686bb87f85e.png',
|
|
458
|
+
verified: true,
|
|
459
|
+
chains: {
|
|
460
|
+
[ChainId.MNT]: {
|
|
461
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
462
|
+
decimals: 18,
|
|
463
|
+
},
|
|
464
|
+
[ChainId.ETH]: {
|
|
465
|
+
address: '0x3c3a81e81dc49A522A592e7622A7E711c06bf354',
|
|
466
|
+
decimals: 18,
|
|
467
|
+
},
|
|
468
|
+
},
|
|
469
|
+
},
|
|
453
470
|
// OTHER STABLECOINS
|
|
454
471
|
// USDT
|
|
455
472
|
{
|