@lifi/data-types 4.1.0 → 4.2.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.
@@ -888,7 +888,7 @@ export const supportedEVMChains = [
888
888
  metamask: {
889
889
  chainId: prefixChainId(5000),
890
890
  blockExplorerUrls: [
891
- 'https://explorer.mantle.xyz',
891
+ 'https://explorer.mantle.xyz/',
892
892
  'https://mantle.socialscan.io/',
893
893
  ],
894
894
  chainName: 'Mantle',
@@ -891,7 +891,7 @@ exports.supportedEVMChains = [
891
891
  metamask: {
892
892
  chainId: (0, utils_1.prefixChainId)(5000),
893
893
  blockExplorerUrls: [
894
- 'https://explorer.mantle.xyz',
894
+ 'https://explorer.mantle.xyz/',
895
895
  'https://mantle.socialscan.io/',
896
896
  ],
897
897
  chainName: 'Mantle',
@@ -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
  {
@@ -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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "4.1.0",
3
+ "version": "4.2.1",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",