@curvefi/api 2.58.11 → 2.59.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.
@@ -14,3 +14,4 @@ export declare const ALIASES_BASE: import("../interfaces.js").IDict<string>;
14
14
  export declare const ALIASES_BSC: import("../interfaces.js").IDict<string>;
15
15
  export declare const ALIASES_FRAXTAL: import("../interfaces.js").IDict<string>;
16
16
  export declare const ALIASES_XLAYER: import("../interfaces.js").IDict<string>;
17
+ export declare const ALIASES_MANTLE: import("../interfaces.js").IDict<string>;
@@ -328,6 +328,26 @@ export var ALIASES_XLAYER = lowerCaseValues({
328
328
  "stable_ng_factory": '0x5eeE3091f747E60a045a2E715a4c71e600e31F6E',
329
329
  "factory_admin": '0x0000000000000000000000000000000000000000',
330
330
  });
331
+ export var ALIASES_MANTLE = lowerCaseValues({
332
+ "crv": "0x0000000000000000000000000000000000000000",
333
+ "gauge_factory": "0xeF672bD94913CB6f1d2812a6e18c1fFdEd8eFf5c",
334
+ "voting_escrow": "0x0000000000000000000000000000000000000000",
335
+ "fee_distributor": "0x0000000000000000000000000000000000000000",
336
+ "gauge_controller": "0x0000000000000000000000000000000000000000",
337
+ "address_provider": "0x0000000000000000000000000000000000000000",
338
+ "router": "0x69522fb5337663d3B4dFB0030b881c1A750Adb4f",
339
+ "deposit_and_stake": "0x5552b631e2ad801faa129aacf4b701071cc9d1f7",
340
+ "stable_calc": "0x0fE38dCC905eC14F6099a83Ac5C93BF2601300CF",
341
+ "crypto_calc": '0xd6681e74eEA20d196c15038C580f721EF2aB6320',
342
+ "factory": '0x0000000000000000000000000000000000000000',
343
+ "crvusd_factory": '0x0000000000000000000000000000000000000000',
344
+ "eywa_factory": '0x0000000000000000000000000000000000000000',
345
+ "crypto_factory": '0x0000000000000000000000000000000000000000',
346
+ "twocrypto_factory": '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F',
347
+ "tricrypto_factory": '0x0C9D8c7e486e822C29488Ff51BFf0167B4650953',
348
+ "stable_ng_factory": '0x5eeE3091f747E60a045a2E715a4c71e600e31F6E',
349
+ "factory_admin": '0x0000000000000000000000000000000000000000',
350
+ });
331
351
  var registry_exchange_deprecated = {
332
352
  '1': '0x99a58482bd75cbab83b27ec03ca68ff489b5788f',
333
353
  '10': '0x22d710931f01c1681ca1570ff016ed42eb7b7c2a',
@@ -0,0 +1,6 @@
1
+ import { IDict } from "../../interfaces.js";
2
+ export declare const COINS_MANTLE: IDict<string>;
3
+ export declare const cTokensMantle: never[];
4
+ export declare const yTokensMantle: never[];
5
+ export declare const ycTokensMantle: never[];
6
+ export declare const aTokensMantle: never[];
@@ -0,0 +1,9 @@
1
+ import { lowerCaseValues } from "../utils.js";
2
+ export var COINS_MANTLE = lowerCaseValues({
3
+ crv: '0xcfd1d50ce23c46d3cf6407487b2f8934e96dc8f9',
4
+ mnt: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
5
+ });
6
+ export var cTokensMantle = []; //.map((a) => a.toLowerCase());
7
+ export var yTokensMantle = []; //.map((a) => a.toLowerCase());
8
+ export var ycTokensMantle = []; //.map((a) => a.toLowerCase());
9
+ export var aTokensMantle = []; //.map((a) => a.toLowerCase());
@@ -15,4 +15,5 @@ import { POOLS_DATA_BASE } from "./base.js";
15
15
  import { POOLS_DATA_BSC } from "./bsc.js";
16
16
  import { POOLS_DATA_FRAXTAL } from "./fraxtal.js";
17
17
  import { POOLS_DATA_XLAYER } from "./xlayer.js";
18
- export { POOLS_DATA_ETHEREUM, LLAMMAS_DATA_ETHEREUM, POOLS_DATA_POLYGON, POOLS_DATA_FANTOM, POOLS_DATA_AVALANCHE, POOLS_DATA_ARBITRUM, POOLS_DATA_OPTIMISM, POOLS_DATA_XDAI, POOLS_DATA_MOONBEAM, POOLS_DATA_AURORA, POOLS_DATA_KAVA, POOLS_DATA_CELO, POOLS_DATA_ZKSYNC, POOLS_DATA_BASE, POOLS_DATA_BSC, POOLS_DATA_FRAXTAL, POOLS_DATA_XLAYER, };
18
+ import { POOLS_DATA_MANTLE } from "./mantle.js";
19
+ export { POOLS_DATA_ETHEREUM, LLAMMAS_DATA_ETHEREUM, POOLS_DATA_POLYGON, POOLS_DATA_FANTOM, POOLS_DATA_AVALANCHE, POOLS_DATA_ARBITRUM, POOLS_DATA_OPTIMISM, POOLS_DATA_XDAI, POOLS_DATA_MOONBEAM, POOLS_DATA_AURORA, POOLS_DATA_KAVA, POOLS_DATA_CELO, POOLS_DATA_ZKSYNC, POOLS_DATA_BASE, POOLS_DATA_BSC, POOLS_DATA_FRAXTAL, POOLS_DATA_XLAYER, POOLS_DATA_MANTLE, };
@@ -15,4 +15,5 @@ import { POOLS_DATA_BASE } from "./base.js";
15
15
  import { POOLS_DATA_BSC } from "./bsc.js";
16
16
  import { POOLS_DATA_FRAXTAL } from "./fraxtal.js";
17
17
  import { POOLS_DATA_XLAYER } from "./xlayer.js";
18
- export { POOLS_DATA_ETHEREUM, LLAMMAS_DATA_ETHEREUM, POOLS_DATA_POLYGON, POOLS_DATA_FANTOM, POOLS_DATA_AVALANCHE, POOLS_DATA_ARBITRUM, POOLS_DATA_OPTIMISM, POOLS_DATA_XDAI, POOLS_DATA_MOONBEAM, POOLS_DATA_AURORA, POOLS_DATA_KAVA, POOLS_DATA_CELO, POOLS_DATA_ZKSYNC, POOLS_DATA_BASE, POOLS_DATA_BSC, POOLS_DATA_FRAXTAL, POOLS_DATA_XLAYER, };
18
+ import { POOLS_DATA_MANTLE } from "./mantle.js";
19
+ export { POOLS_DATA_ETHEREUM, LLAMMAS_DATA_ETHEREUM, POOLS_DATA_POLYGON, POOLS_DATA_FANTOM, POOLS_DATA_AVALANCHE, POOLS_DATA_ARBITRUM, POOLS_DATA_OPTIMISM, POOLS_DATA_XDAI, POOLS_DATA_MOONBEAM, POOLS_DATA_AURORA, POOLS_DATA_KAVA, POOLS_DATA_CELO, POOLS_DATA_ZKSYNC, POOLS_DATA_BASE, POOLS_DATA_BSC, POOLS_DATA_FRAXTAL, POOLS_DATA_XLAYER, POOLS_DATA_MANTLE, };
@@ -0,0 +1,2 @@
1
+ import { IPoolData, IDict } from "../../interfaces.js";
2
+ export declare const POOLS_DATA_MANTLE: IDict<IPoolData>;
@@ -0,0 +1,2 @@
1
+ import { lowerCasePoolDataAddresses } from "../utils.js";
2
+ export var POOLS_DATA_MANTLE = lowerCasePoolDataAddresses({});
@@ -54,6 +54,11 @@ export declare const tricryptoDeployImplementations: {
54
54
  amm_native_transfers_enabled: string;
55
55
  implementationIdx: number;
56
56
  };
57
+ 5000: {
58
+ amm_native_transfers_disabled: string;
59
+ amm_native_transfers_enabled: string;
60
+ implementationIdx: number;
61
+ };
57
62
  8453: {
58
63
  amm_native_transfers_disabled: string;
59
64
  amm_native_transfers_enabled: string;
@@ -54,6 +54,11 @@ export var tricryptoDeployImplementations = {
54
54
  amm_native_transfers_enabled: '0xFAbC421e3368D158d802684A217a83c083c94CeB'.toLowerCase(),
55
55
  implementationIdx: 1,
56
56
  },
57
+ 5000: {
58
+ amm_native_transfers_disabled: '0x7Ca46A636b02D4aBC66883D7FF164bDE506DC66a'.toLowerCase(),
59
+ amm_native_transfers_enabled: '0x046207cB759F527b6c10C2D61DBaca45513685CC'.toLowerCase(),
60
+ implementationIdx: 1,
61
+ },
57
62
  8453: {
58
63
  amm_native_transfers_disabled: '0x0c59d36b23f809f8b6C7cb4c8C590a0AC103baEf'.toLowerCase(),
59
64
  amm_native_transfers_enabled: '0xa274c88e09fDF1798a7517096557e6c1bEa1f65A'.toLowerCase(),
@@ -1,5 +1,5 @@
1
1
  export var volumeNetworks = {
2
2
  getVolumes: [1, 137, 8453, 42161],
3
3
  getSubgraphData: [10, 100, 250, 1284, 42220, 43114, 1313161554],
4
- getFactoryAPYs: [56, 196, 252, 324, 2222],
4
+ getFactoryAPYs: [56, 196, 252, 324, 2222, 5000],
5
5
  };
package/lib/curve.js CHANGED
@@ -90,8 +90,8 @@ import gasOracleABI from './constants/abis/gas_oracle_optimism.json' assert { ty
90
90
  import gasOracleBlobABI from './constants/abis/gas_oracle_optimism_blob.json' assert { type: 'json' };
91
91
  import votingProposalABI from './constants/abis/voting_proposal.json' assert { type: 'json' };
92
92
  import circulatingSupplyABI from './constants/abis/circulating_supply.json' assert { type: 'json' };
93
- import { POOLS_DATA_ETHEREUM, LLAMMAS_DATA_ETHEREUM, POOLS_DATA_POLYGON, POOLS_DATA_FANTOM, POOLS_DATA_AVALANCHE, POOLS_DATA_ARBITRUM, POOLS_DATA_OPTIMISM, POOLS_DATA_XDAI, POOLS_DATA_MOONBEAM, POOLS_DATA_AURORA, POOLS_DATA_KAVA, POOLS_DATA_CELO, POOLS_DATA_ZKSYNC, POOLS_DATA_BASE, POOLS_DATA_BSC, POOLS_DATA_FRAXTAL, POOLS_DATA_XLAYER, } from './constants/pools/index.js';
94
- import { ALIASES_ETHEREUM, ALIASES_OPTIMISM, ALIASES_POLYGON, ALIASES_FANTOM, ALIASES_AVALANCHE, ALIASES_ARBITRUM, ALIASES_XDAI, ALIASES_MOONBEAM, ALIASES_AURORA, ALIASES_KAVA, ALIASES_CELO, ALIASES_ZKSYNC, ALIASES_BASE, ALIASES_BSC, ALIASES_FRAXTAL, ALIASES_XLAYER, } from "./constants/aliases.js";
93
+ import { POOLS_DATA_ETHEREUM, LLAMMAS_DATA_ETHEREUM, POOLS_DATA_POLYGON, POOLS_DATA_FANTOM, POOLS_DATA_AVALANCHE, POOLS_DATA_ARBITRUM, POOLS_DATA_OPTIMISM, POOLS_DATA_XDAI, POOLS_DATA_MOONBEAM, POOLS_DATA_AURORA, POOLS_DATA_KAVA, POOLS_DATA_CELO, POOLS_DATA_ZKSYNC, POOLS_DATA_BASE, POOLS_DATA_BSC, POOLS_DATA_FRAXTAL, POOLS_DATA_XLAYER, POOLS_DATA_MANTLE, } from './constants/pools/index.js';
94
+ import { ALIASES_ETHEREUM, ALIASES_OPTIMISM, ALIASES_POLYGON, ALIASES_FANTOM, ALIASES_AVALANCHE, ALIASES_ARBITRUM, ALIASES_XDAI, ALIASES_MOONBEAM, ALIASES_AURORA, ALIASES_KAVA, ALIASES_CELO, ALIASES_ZKSYNC, ALIASES_BASE, ALIASES_BSC, ALIASES_FRAXTAL, ALIASES_XLAYER, ALIASES_MANTLE, } from "./constants/aliases.js";
95
95
  import { COINS_ETHEREUM, cTokensEthereum, yTokensEthereum, ycTokensEthereum, aTokensEthereum } from "./constants/coins/ethereum.js";
96
96
  import { COINS_OPTIMISM, cTokensOptimism, yTokensOptimism, ycTokensOptimism, aTokensOptimism } from "./constants/coins/optimism.js";
97
97
  import { COINS_POLYGON, cTokensPolygon, yTokensPolygon, ycTokensPolygon, aTokensPolygon } from "./constants/coins/polygon.js";
@@ -108,6 +108,7 @@ import { COINS_BASE, cTokensBase, yTokensBase, ycTokensBase, aTokensBase } from
108
108
  import { COINS_BSC, cTokensBsc, yTokensBsc, ycTokensBsc, aTokensBsc } from "./constants/coins/bsc.js";
109
109
  import { COINS_FRAXTAL, cTokensFraxtal, yTokensFraxtal, ycTokensFraxtal, aTokensFraxtal } from "./constants/coins/fraxtal.js";
110
110
  import { COINS_XLAYER, cTokensXLayer, yTokensXLayer, ycTokensXLayer, aTokensXLayer } from "./constants/coins/xlayer.js";
111
+ import { COINS_MANTLE, cTokensMantle, yTokensMantle, ycTokensMantle, aTokensMantle } from "./constants/coins/mantle.js";
111
112
  import { lowerCasePoolDataAddresses, extractDecimals, extractGauges } from "./constants/utils.js";
112
113
  import { _getAllGauges, _getHiddenPools } from "./external-api.js";
113
114
  import { L2Networks } from "./constants/L2Networks.js";
@@ -206,6 +207,12 @@ export var NATIVE_TOKENS = {
206
207
  address: "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
207
208
  wrappedAddress: '0xc86c7C0eFbd6A49B35E8714C5f59D99De09A225b'.toLowerCase(),
208
209
  },
210
+ 5000: {
211
+ symbol: 'MNT',
212
+ wrappedSymbol: 'WMNT',
213
+ address: "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
214
+ wrappedAddress: '0x78c1b0c915c4faa5fffa6cabf0219da63d7f4cb8'.toLowerCase(),
215
+ },
209
216
  8453: {
210
217
  symbol: 'ETH',
211
218
  wrappedSymbol: 'WETH',
@@ -349,6 +356,16 @@ export var NETWORK_CONSTANTS = {
349
356
  ycTokens: ycTokensKava,
350
357
  aTokens: aTokensKava,
351
358
  },
359
+ 5000: {
360
+ NAME: 'mantle',
361
+ ALIASES: ALIASES_MANTLE,
362
+ POOLS_DATA: POOLS_DATA_MANTLE,
363
+ COINS: COINS_MANTLE,
364
+ cTokens: cTokensMantle,
365
+ yTokens: yTokensMantle,
366
+ ycTokens: ycTokensMantle,
367
+ aTokens: aTokensMantle,
368
+ },
352
369
  8453: {
353
370
  NAME: 'base',
354
371
  ALIASES: ALIASES_BASE,
@@ -412,7 +429,7 @@ var Curve = /** @class */ (function () {
412
429
  return __generator(this, function (_h) {
413
430
  switch (_h.label) {
414
431
  case 0:
415
- if ([196, 252, 1313161554].includes(this.chainId))
432
+ if ([196, 252, 5000, 1313161554].includes(this.chainId))
416
433
  return [2 /*return*/];
417
434
  if (!useApi) return [3 /*break*/, 2];
418
435
  _a = this.constants;
@@ -519,7 +536,7 @@ var Curve = /** @class */ (function () {
519
536
  return __generator(this, function (_h) {
520
537
  switch (_h.label) {
521
538
  case 0:
522
- if (![1, 56, 137, 250, 8453].includes(this.chainId))
539
+ if (![1, 56, 137, 250, 5000, 8453].includes(this.chainId))
523
540
  return [2 /*return*/];
524
541
  if (!useApi) return [3 /*break*/, 2];
525
542
  _a = this.constants;
@@ -1114,7 +1131,7 @@ var Curve = /** @class */ (function () {
1114
1131
  this.setContract(this.constants.ALIASES.crypto_calc, cryptoCalcZapABI);
1115
1132
  this.setContract(this.constants.ALIASES.stable_calc, StableCalcZapABI);
1116
1133
  this.setContract(this.constants.ALIASES.factory, factoryABI);
1117
- if (!(this.chainId !== 1313161554 && this.chainId !== 252 && this.chainId !== 196)) return [3 /*break*/, 19];
1134
+ if (!(this.chainId !== 1313161554 && this.chainId !== 252 && this.chainId !== 196 && this.chainId !== 5000)) return [3 /*break*/, 19];
1118
1135
  factoryContract = this.contracts[this.constants.ALIASES.factory].contract;
1119
1136
  _o = this.constants.ALIASES;
1120
1137
  return [4 /*yield*/, factoryContract.admin(this.constantOptions)];
@@ -14,6 +14,7 @@ export declare const lpTokenBasePoolIdDictBase: IDict<string>;
14
14
  export declare const lpTokenBasePoolIdDictBsc: IDict<string>;
15
15
  export declare const lpTokenBasePoolIdDictFraxtal: IDict<string>;
16
16
  export declare const lpTokenBasePoolIdDictXLayer: IDict<string>;
17
+ export declare const lpTokenBasePoolIdDictMantle: IDict<string>;
17
18
  export declare const basePoolIdZapDictEthereum: IDict<{
18
19
  address: string;
19
20
  ABI: any;
@@ -74,6 +75,10 @@ export declare const basePoolIdZapDictXLayer: IDict<{
74
75
  address: string;
75
76
  ABI: any;
76
77
  }>;
78
+ export declare const basePoolIdZapDictMantle: IDict<{
79
+ address: string;
80
+ ABI: any;
81
+ }>;
77
82
  export declare const CRYPTO_FACTORY_CONSTANTS: {
78
83
  [index: number]: {
79
84
  lpTokenBasePoolIdDict: IDict<string>;
@@ -23,6 +23,7 @@ export var lpTokenBasePoolIdDictBase = lowerCaseKeys({});
23
23
  export var lpTokenBasePoolIdDictBsc = lowerCaseKeys({});
24
24
  export var lpTokenBasePoolIdDictFraxtal = lowerCaseKeys({});
25
25
  export var lpTokenBasePoolIdDictXLayer = lowerCaseKeys({});
26
+ export var lpTokenBasePoolIdDictMantle = lowerCaseKeys({});
26
27
  export var basePoolIdZapDictEthereum = {
27
28
  '3pool': {
28
29
  address: "0x97aDC08FA1D849D2C48C5dcC1DaB568B169b0267".toLowerCase(),
@@ -52,6 +53,7 @@ export var basePoolIdZapDictBase = {};
52
53
  export var basePoolIdZapDictBsc = {};
53
54
  export var basePoolIdZapDictFraxtal = {};
54
55
  export var basePoolIdZapDictXLayer = {};
56
+ export var basePoolIdZapDictMantle = {};
55
57
  export var CRYPTO_FACTORY_CONSTANTS = {
56
58
  1: {
57
59
  lpTokenBasePoolIdDict: lpTokenBasePoolIdDictEthereum,
@@ -97,6 +99,10 @@ export var CRYPTO_FACTORY_CONSTANTS = {
97
99
  lpTokenBasePoolIdDict: lpTokenBasePoolIdDictKava,
98
100
  basePoolIdZapDict: basePoolIdZapDictKava,
99
101
  },
102
+ 5000: {
103
+ lpTokenBasePoolIdDict: lpTokenBasePoolIdDictMantle,
104
+ basePoolIdZapDict: basePoolIdZapDictMantle,
105
+ },
100
106
  8453: {
101
107
  lpTokenBasePoolIdDict: lpTokenBasePoolIdDictBase,
102
108
  basePoolIdZapDict: basePoolIdZapDictBase,
@@ -14,6 +14,7 @@ export declare const implementationABIDictBase: IDict<any>;
14
14
  export declare const implementationABIDictBsc: IDict<any>;
15
15
  export declare const implementationABIDictFraxtal: IDict<any>;
16
16
  export declare const implementationABIDictXLayer: IDict<any>;
17
+ export declare const implementationABIDictMantle: IDict<any>;
17
18
  export declare const basePoolIdZapDictEthereum: IDict<{
18
19
  address: string;
19
20
  ABI: any;
@@ -74,6 +75,10 @@ export declare const basePoolIdZapDictXLayer: IDict<{
74
75
  address: string;
75
76
  ABI: any;
76
77
  }>;
78
+ export declare const basePoolIdZapDictMantle: IDict<{
79
+ address: string;
80
+ ABI: any;
81
+ }>;
77
82
  export declare const stableNgBasePoolZap: {
78
83
  ABI: any;
79
84
  address: string;
@@ -352,6 +352,10 @@ export var implementationABIDictXLayer = lowerCaseKeys({
352
352
  "0x87FE17697D0f14A222e8bEf386a0860eCffDD617": PlainStableSwapNGABI,
353
353
  "0x1764ee18e8B3ccA4787249Ceb249356192594585": MetaStableSwapNGABI,
354
354
  });
355
+ export var implementationABIDictMantle = lowerCaseKeys({
356
+ "0x87FE17697D0f14A222e8bEf386a0860eCffDD617": PlainStableSwapNGABI,
357
+ "0x1764ee18e8B3ccA4787249Ceb249356192594585": MetaStableSwapNGABI,
358
+ });
355
359
  export var basePoolIdZapDictEthereum = {
356
360
  '3pool': {
357
361
  address: "0xA79828DF1850E8a3A3064576f380D90aECDD3359".toLowerCase(),
@@ -450,6 +454,7 @@ export var basePoolIdZapDictBase = {};
450
454
  export var basePoolIdZapDictBsc = {};
451
455
  export var basePoolIdZapDictFraxtal = {};
452
456
  export var basePoolIdZapDictXLayer = {};
457
+ export var basePoolIdZapDictMantle = {};
453
458
  export var stableNgBasePoolZap = {
454
459
  ABI: StableNgBasePoolZapABI,
455
460
  address: '0xe07a16358aa878cbda2d49a88e5106871e0db307'.toLowerCase(),
@@ -510,6 +515,11 @@ export var FACTORY_CONSTANTS = {
510
515
  basePoolIdZapDict: basePoolIdZapDictKava,
511
516
  stableNgBasePoolZap: stableNgBasePoolZap,
512
517
  },
518
+ 5000: {
519
+ implementationABIDict: implementationABIDictMantle,
520
+ basePoolIdZapDict: basePoolIdZapDictMantle,
521
+ stableNgBasePoolZap: stableNgBasePoolZap,
522
+ },
513
523
  8453: {
514
524
  implementationABIDict: implementationABIDictBase,
515
525
  basePoolIdZapDict: basePoolIdZapDictBase,
@@ -3,8 +3,8 @@ import { Contract as MulticallContract, Provider as MulticallProvider } from "et
3
3
  export interface IDict<T> {
4
4
  [index: string]: T;
5
5
  }
6
- export type INetworkName = "ethereum" | "bsc" | "optimism" | "xdai" | "polygon" | "x-layer" | "fantom" | "fraxtal" | "zksync" | "moonbeam" | "kava" | "base" | "arbitrum" | "celo" | "avalanche" | "aurora";
7
- export type IChainId = 1 | 10 | 56 | 100 | 137 | 196 | 250 | 252 | 324 | 1284 | 2222 | 8453 | 42161 | 42220 | 43114 | 1313161554;
6
+ export type INetworkName = "ethereum" | "bsc" | "optimism" | "xdai" | "polygon" | "x-layer" | "fantom" | "fraxtal" | "zksync" | "moonbeam" | "kava" | "mantle" | "base" | "arbitrum" | "celo" | "avalanche" | "aurora";
7
+ export type IChainId = 1 | 10 | 56 | 100 | 137 | 196 | 250 | 252 | 324 | 1284 | 2222 | 5000 | 8453 | 42161 | 42220 | 43114 | 1313161554;
8
8
  export type IFactoryPoolType = "factory" | "factory-crvusd" | "factory-eywa" | "factory-crypto" | "factory-twocrypto" | "factory-tricrypto" | "factory-stable-ng";
9
9
  export type IPoolType = "main" | "crypto" | IFactoryPoolType;
10
10
  export type ISwapType = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
package/lib/utils.js CHANGED
@@ -633,6 +633,7 @@ export var _getUsdRate = function (assetId) { return __awaiter(void 0, void 0, v
633
633
  324: 'zksync',
634
634
  1284: 'moonbeam',
635
635
  2222: 'kava',
636
+ 5000: 'mantle',
636
637
  8453: 'base',
637
638
  42220: 'celo',
638
639
  43114: 'avalanche',
@@ -651,6 +652,7 @@ export var _getUsdRate = function (assetId) { return __awaiter(void 0, void 0, v
651
652
  324: 'ethereum',
652
653
  1284: 'moonbeam',
653
654
  2222: 'kava',
655
+ 5000: 'mantle',
654
656
  8453: 'ethereum',
655
657
  42220: 'celo',
656
658
  43114: 'avalanche-2',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.58.11",
3
+ "version": "2.59.0",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",