@lifi/data-types 2.3.0 → 2.4.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.
@@ -1,2 +1,5 @@
1
+ export { supportedEVMChains } from './supportedChains.evm';
2
+ export { supportedSolanaChains } from './supportedChains.svm';
3
+ export { supportedUXTOChains } from './supportedChains.utxo';
1
4
  export * from './supportedChains';
2
5
  export * from './utils';
@@ -1,2 +1,5 @@
1
+ export { supportedEVMChains } from './supportedChains.evm';
2
+ export { supportedSolanaChains } from './supportedChains.svm';
3
+ export { supportedUXTOChains } from './supportedChains.utxo';
1
4
  export * from './supportedChains';
2
5
  export * from './utils';
@@ -1,2 +1,5 @@
1
+ export { supportedEVMChains } from './supportedChains.evm';
2
+ export { supportedSolanaChains } from './supportedChains.svm';
3
+ export { supportedUXTOChains } from './supportedChains.utxo';
1
4
  export * from './supportedChains';
2
5
  export * from './utils';
@@ -14,5 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.supportedUXTOChains = exports.supportedSolanaChains = exports.supportedEVMChains = void 0;
18
+ var supportedChains_evm_1 = require("./supportedChains.evm");
19
+ Object.defineProperty(exports, "supportedEVMChains", { enumerable: true, get: function () { return supportedChains_evm_1.supportedEVMChains; } });
20
+ var supportedChains_svm_1 = require("./supportedChains.svm");
21
+ Object.defineProperty(exports, "supportedSolanaChains", { enumerable: true, get: function () { return supportedChains_svm_1.supportedSolanaChains; } });
22
+ var supportedChains_utxo_1 = require("./supportedChains.utxo");
23
+ Object.defineProperty(exports, "supportedUXTOChains", { enumerable: true, get: function () { return supportedChains_utxo_1.supportedUXTOChains; } });
17
24
  __exportStar(require("./supportedChains"), exports);
18
25
  __exportStar(require("./utils"), exports);
@@ -335,6 +335,12 @@ exports.basicCoins = [
335
335
  address: '0x50c5725949a6f0c72e6c4a641f24049a917db0cb',
336
336
  decimals: 18,
337
337
  },
338
+ [types_1.ChainId.MAM]: {
339
+ address: '0x4c078361FC9BbB78DF910800A991C7c3DD2F6ce0',
340
+ decimals: 18,
341
+ name: 'Metis DAI',
342
+ symbol: 'm.DAI',
343
+ },
338
344
  // Testnets
339
345
  [types_1.ChainId.GOR]: {
340
346
  address: '0xdc31ee1784292379fbb2964b3b9c4124d8f89c60',
@@ -583,6 +589,12 @@ exports.basicCoins = [
583
589
  decimals: 6,
584
590
  name: 'USDT',
585
591
  },
592
+ [types_1.ChainId.MAM]: {
593
+ address: '0xbB06DCA3AE6887fAbF931640f67cab3e3a16F4dC',
594
+ decimals: 6,
595
+ name: 'Metis USDT',
596
+ symbol: 'm.USDT',
597
+ },
586
598
  // Testnets
587
599
  [types_1.ChainId.GOR]: {
588
600
  address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
@@ -893,6 +905,12 @@ exports.basicCoins = [
893
905
  decimals: 6,
894
906
  name: 'USDC.e',
895
907
  },
908
+ [types_1.ChainId.MAM]: {
909
+ address: '0xEA32A96608495e54156Ae48931A7c20f0dcc1a21',
910
+ decimals: 6,
911
+ name: 'Metis USDC',
912
+ symbol: 'm.USDC',
913
+ },
896
914
  // Testnets
897
915
  [types_1.ChainId.GOR]: {
898
916
  address: '0xd87ba7a50b2e7e660f678a895e4b72e7cb4ccd9c',
@@ -1233,6 +1251,10 @@ exports.basicCoins = [
1233
1251
  address: '0xC9BdeEd33CD01541e1eeD10f90519d2C06Fe3feB',
1234
1252
  decimals: 18,
1235
1253
  },
1254
+ [types_1.ChainId.MAM]: {
1255
+ address: '0x420000000000000000000000000000000000000A',
1256
+ decimals: 18,
1257
+ },
1236
1258
  // Testnets
1237
1259
  [types_1.ChainId.GOR]: {
1238
1260
  address: '0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6',
@@ -332,6 +332,12 @@ export const basicCoins = [
332
332
  address: '0x50c5725949a6f0c72e6c4a641f24049a917db0cb',
333
333
  decimals: 18,
334
334
  },
335
+ [ChainId.MAM]: {
336
+ address: '0x4c078361FC9BbB78DF910800A991C7c3DD2F6ce0',
337
+ decimals: 18,
338
+ name: 'Metis DAI',
339
+ symbol: 'm.DAI',
340
+ },
335
341
  // Testnets
336
342
  [ChainId.GOR]: {
337
343
  address: '0xdc31ee1784292379fbb2964b3b9c4124d8f89c60',
@@ -580,6 +586,12 @@ export const basicCoins = [
580
586
  decimals: 6,
581
587
  name: 'USDT',
582
588
  },
589
+ [ChainId.MAM]: {
590
+ address: '0xbB06DCA3AE6887fAbF931640f67cab3e3a16F4dC',
591
+ decimals: 6,
592
+ name: 'Metis USDT',
593
+ symbol: 'm.USDT',
594
+ },
583
595
  // Testnets
584
596
  [ChainId.GOR]: {
585
597
  address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
@@ -890,6 +902,12 @@ export const basicCoins = [
890
902
  decimals: 6,
891
903
  name: 'USDC.e',
892
904
  },
905
+ [ChainId.MAM]: {
906
+ address: '0xEA32A96608495e54156Ae48931A7c20f0dcc1a21',
907
+ decimals: 6,
908
+ name: 'Metis USDC',
909
+ symbol: 'm.USDC',
910
+ },
893
911
  // Testnets
894
912
  [ChainId.GOR]: {
895
913
  address: '0xd87ba7a50b2e7e660f678a895e4b72e7cb4ccd9c',
@@ -1230,6 +1248,10 @@ export const basicCoins = [
1230
1248
  address: '0xC9BdeEd33CD01541e1eeD10f90519d2C06Fe3feB',
1231
1249
  decimals: 18,
1232
1250
  },
1251
+ [ChainId.MAM]: {
1252
+ address: '0x420000000000000000000000000000000000000A',
1253
+ decimals: 18,
1254
+ },
1233
1255
  // Testnets
1234
1256
  [ChainId.GOR]: {
1235
1257
  address: '0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",