@qidao/sdk 5.2.6 → 5.2.13
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/ProtocolInfo.d.ts +1 -1
- package/dist/src/constants.d.ts +7 -1
- package/dist/src/entities/currency.d.ts +1 -0
- package/dist/src/entities/token.d.ts +1 -0
- package/dist/src/vaultInfo.d.ts +114 -92
- package/package.json +3 -3
package/dist/src/vaultInfo.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { QiStablecoin } from './contracts/QiStablecoin';
|
|
|
6
6
|
import { Token } from './entities';
|
|
7
7
|
import { ChainId, TOKEN_DESCRIPTIONS } from './constants';
|
|
8
8
|
import { PLATFORM } from "./ProtocolInfo";
|
|
9
|
-
export type SnapshotCanonicalChoiceName = 'Wrapped MATIC (Polygon)' | 'WETH (Polygon)' | 'WBTC (Polygon)' | 'AAVE (Polygon)' | 'LINK (Polygon)' | 'xxLINK (Polygon)' | 'KNC (Polygon)' | 'CRV (Polygon)' | 'BAL (Polygon)' | 'GHST (Polygon)' | 'vGHST (Polygon)' | 'Frax Share (Polygon)' | 'SAND (Polygon)' | 'Compounding Aave MATIC (Polygon)' | 'Compounding Aave ETH (Polygon)' | 'Compounding Aave AAVE (Polygon)' | 'Compounding Aave WBTC (Polygon)' | 'WETH (Fantom)' | 'WFTM (Fantom)' | 'LINK (Fantom)' | 'WBTC (Fantom)' | 'SUSHI (Fantom)' | 'AAVE (Fantom)' | 'mooBIFI (Fantom)' | 'xBOO (Fantom)' | 'Yearn vault WFTM (Fantom)' | 'Yearn vault BTC (Fantom)' | 'Yearn vault ETH (Fantom)' | 'Yearn vault YFI (Fantom)' | 'WBTC (Avalanche)' | 'WETH (Avalanche)' | 'WAVAX (Avalanche)' | 'Beefy Aave AVAX (Avalanche)' | 'MOVR (Moonriver)' | 'WETH (Gnosis Chain)' | 'GNO (Gnosis Chain)' | 'WETH (Arbitrum)' | 'WBTC (Arbitrum)' | 'WETH (Optimism)' | 'WBTC (Optimism)' | 'OP (Optimism)' | 'Beefy Aave ETH (Optimism)' | 'Beefy Aave BTC (Optimism)' | 'CAKE (BNB)' | 'BNB (BNB)' | 'DODO (BNB)' | 'METIS (Metis)' | 'WETH (Metis)' | 'WBTC (Metis)' | 'm.WBTC (Metis)' | 'Yearn WETH (Ethereum)' | 'Yearn LINK (Ethereum)' | 'WBTC (Ethereum)' | 'WETH (Ethereum)' | 'StakeDAO Curve ETH/stETH (Eth)' | 'Yearn Curve ETH/stETH (Ethereum)' | 'MAI DAI Arrakis Polygon' | 'Wrapped Staked ETH (Optimism)' | 'Yearn vault ETH (Optimism)' | 'Beefy stETH Curve (Optimism)' | 'Beefy stETH Curve (Arbitrum)' | 'StakeDAO Curve ETH/stETH Perf (Eth)' | 'Beefy stETH Convex Perf (Eth)' | 'Curve (Eth)' | 'Arb (Arbitrum)' | 'WETH-I (Polygon)' | 'WBTC-I (Polygon)' | 'cbEth (Eth)' | 'stEth (Eth)' | 'LDO (Eth)' | 'WETH (ZKEVM)' | 'WMATIC (ZKEVM)';
|
|
9
|
+
export type SnapshotCanonicalChoiceName = 'Wrapped MATIC (Polygon)' | 'WETH (Polygon)' | 'WBTC (Polygon)' | 'AAVE (Polygon)' | 'LINK (Polygon)' | 'xxLINK (Polygon)' | 'KNC (Polygon)' | 'CRV (Polygon)' | 'BAL (Polygon)' | 'GHST (Polygon)' | 'vGHST (Polygon)' | 'Frax Share (Polygon)' | 'SAND (Polygon)' | 'Compounding Aave MATIC (Polygon)' | 'Compounding Aave ETH (Polygon)' | 'Compounding Aave AAVE (Polygon)' | 'Compounding Aave WBTC (Polygon)' | 'WETH (Fantom)' | 'WFTM (Fantom)' | 'LINK (Fantom)' | 'WBTC (Fantom)' | 'SUSHI (Fantom)' | 'AAVE (Fantom)' | 'mooBIFI (Fantom)' | 'xBOO (Fantom)' | 'Yearn vault WFTM (Fantom)' | 'Yearn vault BTC (Fantom)' | 'Yearn vault ETH (Fantom)' | 'Yearn vault YFI (Fantom)' | 'WBTC (Avalanche)' | 'WETH (Avalanche)' | 'WAVAX (Avalanche)' | 'Beefy Aave AVAX (Avalanche)' | 'MOVR (Moonriver)' | 'WETH (Gnosis Chain)' | 'GNO (Gnosis Chain)' | 'WETH (Arbitrum)' | 'WBTC (Arbitrum)' | 'WETH (Optimism)' | 'WBTC (Optimism)' | 'OP (Optimism)' | 'Beefy Aave ETH (Optimism)' | 'Beefy Aave BTC (Optimism)' | 'CAKE (BNB)' | 'BNB (BNB)' | 'DODO (BNB)' | 'METIS (Metis)' | 'WETH (Metis)' | 'WBTC (Metis)' | 'm.WBTC (Metis)' | 'Yearn WETH (Ethereum)' | 'Yearn LINK (Ethereum)' | 'WBTC (Ethereum)' | 'WETH (Ethereum)' | 'StakeDAO Curve ETH/stETH (Eth)' | 'Yearn Curve ETH/stETH (Ethereum)' | 'MAI DAI Arrakis Polygon' | 'Wrapped Staked ETH (Optimism)' | 'Yearn vault ETH (Optimism)' | 'Beefy stETH Curve (Optimism)' | 'Beefy stETH Curve (Arbitrum)' | 'StakeDAO Curve ETH/stETH Perf (Eth)' | 'Beefy stETH Convex Perf (Eth)' | 'Curve (Eth)' | 'Arb (Arbitrum)' | 'WETH-I (Polygon)' | 'WBTC-I (Polygon)' | 'cbEth (Eth)' | 'stEth (Eth)' | 'LDO (Eth)' | 'WETH (ZKEVM)' | 'WMATIC (ZKEVM)' | 'cbEth (Base)' | 'WETH (Base)';
|
|
10
10
|
export type VaultShortName = 'aave' | 'avax' | 'avaxweth' | 'avaxwbtc' | 'bal' | 'bal-old' | 'beefy-aave-avax' | 'beefy-aave-dai' | 'beefy-aave-weth' | 'beefy-aave-wbtc' | 'beefy-bifi' | 'beefy-scream-dai' | 'beefy-scream-eth' | 'beefy-scream-ftm' | 'beefy-scream-link' | 'beefy-scream-wbtc' | 'beefy-spooky-btc-ftm' | 'beefy-spooky-eth-ftm' | 'btc' | 'btc_old' | 'cake' | 'camaave' | 'camdai' | 'camwbtc' | 'camweth' | 'camwmatic' | 'crv' | 'cxada' | 'cxdoge' | 'cxeth' | 'dquick' | 'dquick-old' | 'eth' | 'ftm' | 'ftmweth' | 'fxs' | 'ghst' | 'gno' | 'link' | 'matic' | 'moo-solar-eth-usdc' | 'moo-solar-movr-usdc' | 'movr' | 'one' | 'sdam3crv' | 'sdav3crv' | 'sushi' | 'vghst' | 'wbtc' | 'wbnb' | 'weth' | 'weth-old' | 'yveth' | 'yvlink' | 'yvcrv-eth-steth' | 'yvwdai' | 'yvwftm' | 'yvwbtc' | 'yvyfi' | 'celsius' | 'sand' | 'stake-dao-crv-eth-steth' | 'wmatic' | 'xboo' | 'dodo' | 'xxdai' | 'xxlink' | 'op' | 'metis' | 'mwbtc' | 'knc' | 'xSMVT' | 'GLMVT' | 'LSMMVT' | 'STMMVT' | 'maidai' | 'yvweth' | 'wsteth' | 'beefy-eth-steth-crv' | 'stmatic' | 'gdai' | 'maticx' | 'yvcurve-steth-f-perf' | 'stake-dao-crv-eth-steth-perf' | 'beefy-eth-steth-crv-perf' | 'arb' | 'weth-i' | 'wbtc-i' | 'cbeth' | 'steth' | 'ldo';
|
|
11
11
|
export type VaultContractAbiV1 = typeof QiStablecoin__factory.abi | typeof Erc20Stablecoin__factory.abi | typeof Erc20QiStablecoinwbtc__factory.abi | typeof Erc20QiStablecoincamwbtc__factory.abi | typeof CrosschainQiStablecoin__factory.abi | typeof CrosschainNativeQiStablecoin__factory.abi | typeof CrosschainQiStablecoinV2__factory.abi | typeof CrosschainQiStablecoinSlim__factory.abi | typeof CrosschainQiStablecoinSlimV2__factory.abi | typeof CrosschainQiStablecoinwbtc__factory.abi;
|
|
12
12
|
export type VaultContractAbiV2 = typeof StableQiVault__factory.abi;
|
|
@@ -20,8 +20,6 @@ export interface COLLATERAL {
|
|
|
20
20
|
aaveId?: string;
|
|
21
21
|
connect(address: string, signerOrProvider: Signer | Provider): QiStablecoin | Erc20Stablecoin | Erc20QiStablecoinwbtc | Erc20QiStablecoincamwbtc | CrosschainQiStablecoin | CrosschainNativeQiStablecoin | CrosschainQiStablecoinV2 | CrosschainQiStablecoinSlim | CrosschainQiStablecoinSlimV2 | CrosschainQiStablecoinwbtc;
|
|
22
22
|
chainId: ChainId;
|
|
23
|
-
deprecated?: boolean;
|
|
24
|
-
disabled?: boolean;
|
|
25
23
|
infoUrl?: string;
|
|
26
24
|
minimumCDR: number;
|
|
27
25
|
native?: boolean;
|
|
@@ -36,6 +34,8 @@ export interface COLLATERAL {
|
|
|
36
34
|
underlyingIds: (keyof typeof TOKEN_DESCRIPTIONS)[];
|
|
37
35
|
addedAt: number;
|
|
38
36
|
platform?: PLATFORM[];
|
|
37
|
+
deprecated: boolean;
|
|
38
|
+
disabled?: boolean;
|
|
39
39
|
}
|
|
40
40
|
export interface GAUGE_VALID_COLLATERAL extends COLLATERAL {
|
|
41
41
|
snapshotName: SnapshotCanonicalChoiceName;
|
|
@@ -1654,8 +1654,8 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
1654
1654
|
snapshotName: "WETH (Ethereum)";
|
|
1655
1655
|
underlyingIds: "weth"[];
|
|
1656
1656
|
addedAt: number;
|
|
1657
|
+
deprecated: true;
|
|
1657
1658
|
fallbackUnderlyingAddress?: undefined;
|
|
1658
|
-
deprecated?: undefined;
|
|
1659
1659
|
platform?: undefined;
|
|
1660
1660
|
} | {
|
|
1661
1661
|
shortName: "wbtc";
|
|
@@ -3261,14 +3261,13 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
3261
3261
|
snapshotName: "WBTC (Ethereum)";
|
|
3262
3262
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
3263
3263
|
addedAt: number;
|
|
3264
|
+
deprecated: true;
|
|
3264
3265
|
fallbackUnderlyingAddress?: undefined;
|
|
3265
|
-
deprecated?: undefined;
|
|
3266
3266
|
platform?: undefined;
|
|
3267
3267
|
} | {
|
|
3268
3268
|
shortName: "stake-dao-crv-eth-steth";
|
|
3269
3269
|
fallbackUnderlyingAddress: string;
|
|
3270
3270
|
vaultAddress: string;
|
|
3271
|
-
deprecated: true;
|
|
3272
3271
|
chainId: ChainId.MAINNET;
|
|
3273
3272
|
token: Token;
|
|
3274
3273
|
contractAbi: readonly [{
|
|
@@ -4871,10 +4870,10 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
4871
4870
|
underlyingIds: ("weth" | "lido-staked-ether")[];
|
|
4872
4871
|
platform: ("Curve" | "StakeDAO")[];
|
|
4873
4872
|
addedAt: number;
|
|
4873
|
+
deprecated: true;
|
|
4874
4874
|
} | {
|
|
4875
4875
|
shortName: "yvcrv-eth-steth";
|
|
4876
4876
|
fallbackUnderlyingAddress: string;
|
|
4877
|
-
deprecated: true;
|
|
4878
4877
|
vaultAddress: string;
|
|
4879
4878
|
chainId: ChainId.MAINNET;
|
|
4880
4879
|
token: Token;
|
|
@@ -6478,6 +6477,7 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
6478
6477
|
underlyingIds: ("yearn-finance" | "weth" | "lido-staked-ether")[];
|
|
6479
6478
|
platform: ("Yearn" | "Curve")[];
|
|
6480
6479
|
addedAt: number;
|
|
6480
|
+
deprecated: true;
|
|
6481
6481
|
} | {
|
|
6482
6482
|
shortName: "yveth";
|
|
6483
6483
|
vaultAddress: string;
|
|
@@ -8084,7 +8084,7 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
8084
8084
|
underlyingIds: ("yearn-finance" | "weth")[];
|
|
8085
8085
|
platform: "Yearn"[];
|
|
8086
8086
|
addedAt: number;
|
|
8087
|
-
deprecated
|
|
8087
|
+
deprecated: false;
|
|
8088
8088
|
} | {
|
|
8089
8089
|
shortName: "yvlink";
|
|
8090
8090
|
vaultAddress: string;
|
|
@@ -9691,7 +9691,7 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
9691
9691
|
underlyingIds: "chainlink"[];
|
|
9692
9692
|
platform: "Yearn"[];
|
|
9693
9693
|
addedAt: number;
|
|
9694
|
-
deprecated
|
|
9694
|
+
deprecated: false;
|
|
9695
9695
|
} | {
|
|
9696
9696
|
shortName: "yvcurve-steth-f-perf";
|
|
9697
9697
|
vaultAddress: string;
|
|
@@ -11298,7 +11298,7 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
11298
11298
|
underlyingIds: ("yearn-finance" | "weth" | "lido-staked-ether")[];
|
|
11299
11299
|
platform: ("Yearn" | "Curve")[];
|
|
11300
11300
|
addedAt: number;
|
|
11301
|
-
deprecated
|
|
11301
|
+
deprecated: false;
|
|
11302
11302
|
} | {
|
|
11303
11303
|
shortName: "stake-dao-crv-eth-steth-perf";
|
|
11304
11304
|
vaultAddress: string;
|
|
@@ -12905,7 +12905,7 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
12905
12905
|
underlyingIds: ("weth" | "lido-staked-ether")[];
|
|
12906
12906
|
platform: ("Curve" | "StakeDAO")[];
|
|
12907
12907
|
addedAt: number;
|
|
12908
|
-
deprecated
|
|
12908
|
+
deprecated: false;
|
|
12909
12909
|
} | {
|
|
12910
12910
|
shortName: "beefy-eth-steth-crv-perf";
|
|
12911
12911
|
vaultAddress: string;
|
|
@@ -14512,7 +14512,7 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
14512
14512
|
underlyingIds: ("weth" | "lido-staked-ether")[];
|
|
14513
14513
|
platform: ("Beefy" | "Lido" | "Convex")[];
|
|
14514
14514
|
addedAt: number;
|
|
14515
|
-
deprecated
|
|
14515
|
+
deprecated: false;
|
|
14516
14516
|
} | {
|
|
14517
14517
|
shortName: "crv";
|
|
14518
14518
|
vaultAddress: string;
|
|
@@ -16119,7 +16119,7 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
16119
16119
|
underlyingIds: "curve-finance"[];
|
|
16120
16120
|
platform: "Curve"[];
|
|
16121
16121
|
addedAt: number;
|
|
16122
|
-
deprecated
|
|
16122
|
+
deprecated: false;
|
|
16123
16123
|
} | {
|
|
16124
16124
|
shortName: "cbeth";
|
|
16125
16125
|
vaultAddress: string;
|
|
@@ -17724,9 +17724,9 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
17724
17724
|
version: 2;
|
|
17725
17725
|
snapshotName: "cbEth (Eth)";
|
|
17726
17726
|
underlyingIds: "coinbase-wrapped-staked-eth"[];
|
|
17727
|
+
platform: "Coinbase"[];
|
|
17727
17728
|
addedAt: number;
|
|
17728
|
-
deprecated
|
|
17729
|
-
platform?: undefined;
|
|
17729
|
+
deprecated: false;
|
|
17730
17730
|
} | {
|
|
17731
17731
|
shortName: "steth";
|
|
17732
17732
|
vaultAddress: string;
|
|
@@ -19332,7 +19332,7 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
19332
19332
|
snapshotName: "stEth (Eth)";
|
|
19333
19333
|
underlyingIds: "lido-staked-ether"[];
|
|
19334
19334
|
addedAt: number;
|
|
19335
|
-
deprecated
|
|
19335
|
+
deprecated: false;
|
|
19336
19336
|
platform?: undefined;
|
|
19337
19337
|
} | {
|
|
19338
19338
|
shortName: "ldo";
|
|
@@ -20938,9 +20938,9 @@ declare const MAINNET_COLLATERALS: ({
|
|
|
20938
20938
|
version: 2;
|
|
20939
20939
|
snapshotName: "LDO (Eth)";
|
|
20940
20940
|
underlyingIds: "lido-dao-token"[];
|
|
20941
|
+
platform: "Lido"[];
|
|
20941
20942
|
addedAt: number;
|
|
20942
|
-
deprecated
|
|
20943
|
-
platform?: undefined;
|
|
20943
|
+
deprecated: false;
|
|
20944
20944
|
})[];
|
|
20945
20945
|
declare const FANTOM_COLLATERALS: ({
|
|
20946
20946
|
shortName: "ftm";
|
|
@@ -45344,7 +45344,6 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
45344
45344
|
declare const AVALANCHE_COLLATERALS: ({
|
|
45345
45345
|
shortName: "beefy-aave-avax";
|
|
45346
45346
|
vaultAddress: string;
|
|
45347
|
-
deprecated: true;
|
|
45348
45347
|
chainId: ChainId.AVALANCHE;
|
|
45349
45348
|
token: Token;
|
|
45350
45349
|
minimumCDR: number;
|
|
@@ -46542,6 +46541,7 @@ declare const AVALANCHE_COLLATERALS: ({
|
|
|
46542
46541
|
underlyingIds: "avalanche"[];
|
|
46543
46542
|
platform: ("Beefy" | "AaveV2")[];
|
|
46544
46543
|
addedAt: number;
|
|
46544
|
+
deprecated: true;
|
|
46545
46545
|
} | {
|
|
46546
46546
|
shortName: "sdav3crv";
|
|
46547
46547
|
vaultAddress: string;
|
|
@@ -47728,7 +47728,7 @@ declare const AVALANCHE_COLLATERALS: ({
|
|
|
47728
47728
|
underlyingIds: ("daidai" | "stake-dao-crv" | "tether" | "usd-coin")[];
|
|
47729
47729
|
platform: ("Curve" | "StakeDAO")[];
|
|
47730
47730
|
addedAt: number;
|
|
47731
|
-
deprecated
|
|
47731
|
+
deprecated: true;
|
|
47732
47732
|
fallbackUnderlyingAddress?: undefined;
|
|
47733
47733
|
snapshotName?: undefined;
|
|
47734
47734
|
} | {
|
|
@@ -48917,7 +48917,7 @@ declare const AVALANCHE_COLLATERALS: ({
|
|
|
48917
48917
|
snapshotName: "WBTC (Avalanche)";
|
|
48918
48918
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
48919
48919
|
addedAt: number;
|
|
48920
|
-
deprecated
|
|
48920
|
+
deprecated: true;
|
|
48921
48921
|
fallbackUnderlyingAddress?: undefined;
|
|
48922
48922
|
platform?: undefined;
|
|
48923
48923
|
} | {
|
|
@@ -50094,7 +50094,7 @@ declare const AVALANCHE_COLLATERALS: ({
|
|
|
50094
50094
|
snapshotName: "WETH (Avalanche)";
|
|
50095
50095
|
underlyingIds: "weth"[];
|
|
50096
50096
|
addedAt: number;
|
|
50097
|
-
deprecated
|
|
50097
|
+
deprecated: true;
|
|
50098
50098
|
fallbackUnderlyingAddress?: undefined;
|
|
50099
50099
|
platform?: undefined;
|
|
50100
50100
|
} | {
|
|
@@ -51271,13 +51271,12 @@ declare const AVALANCHE_COLLATERALS: ({
|
|
|
51271
51271
|
snapshotName: "WAVAX (Avalanche)";
|
|
51272
51272
|
underlyingIds: "avalanche"[];
|
|
51273
51273
|
addedAt: number;
|
|
51274
|
-
deprecated
|
|
51274
|
+
deprecated: true;
|
|
51275
51275
|
fallbackUnderlyingAddress?: undefined;
|
|
51276
51276
|
platform?: undefined;
|
|
51277
51277
|
})[];
|
|
51278
51278
|
declare const ARBITRUM_COLLATERALS: ({
|
|
51279
51279
|
shortName: "weth-old";
|
|
51280
|
-
deprecated: true;
|
|
51281
51280
|
vaultAddress: string;
|
|
51282
51281
|
chainId: ChainId.ARBITRUM;
|
|
51283
51282
|
contractAbi: readonly [{
|
|
@@ -52477,6 +52476,7 @@ declare const ARBITRUM_COLLATERALS: ({
|
|
|
52477
52476
|
version: 1;
|
|
52478
52477
|
underlyingIds: "weth"[];
|
|
52479
52478
|
addedAt: number;
|
|
52479
|
+
deprecated: true;
|
|
52480
52480
|
snapshotName?: undefined;
|
|
52481
52481
|
fallbackUnderlyingAddress?: undefined;
|
|
52482
52482
|
platform?: undefined;
|
|
@@ -53654,7 +53654,7 @@ declare const ARBITRUM_COLLATERALS: ({
|
|
|
53654
53654
|
snapshotName: "WETH (Arbitrum)";
|
|
53655
53655
|
underlyingIds: "weth"[];
|
|
53656
53656
|
addedAt: number;
|
|
53657
|
-
deprecated
|
|
53657
|
+
deprecated: true;
|
|
53658
53658
|
fallbackUnderlyingAddress?: undefined;
|
|
53659
53659
|
platform?: undefined;
|
|
53660
53660
|
} | {
|
|
@@ -54843,7 +54843,7 @@ declare const ARBITRUM_COLLATERALS: ({
|
|
|
54843
54843
|
snapshotName: "WBTC (Arbitrum)";
|
|
54844
54844
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
54845
54845
|
addedAt: number;
|
|
54846
|
-
deprecated
|
|
54846
|
+
deprecated: true;
|
|
54847
54847
|
fallbackUnderlyingAddress?: undefined;
|
|
54848
54848
|
platform?: undefined;
|
|
54849
54849
|
} | {
|
|
@@ -56451,7 +56451,7 @@ declare const ARBITRUM_COLLATERALS: ({
|
|
|
56451
56451
|
underlyingIds: ("gns" | "daidai")[];
|
|
56452
56452
|
platform: "Gains"[];
|
|
56453
56453
|
addedAt: number;
|
|
56454
|
-
deprecated
|
|
56454
|
+
deprecated: false;
|
|
56455
56455
|
snapshotName?: undefined;
|
|
56456
56456
|
} | {
|
|
56457
56457
|
shortName: "knc";
|
|
@@ -58056,7 +58056,7 @@ declare const ARBITRUM_COLLATERALS: ({
|
|
|
58056
58056
|
version: 2;
|
|
58057
58057
|
underlyingIds: "kyber-network-crystal"[];
|
|
58058
58058
|
addedAt: number;
|
|
58059
|
-
deprecated
|
|
58059
|
+
deprecated: true;
|
|
58060
58060
|
snapshotName?: undefined;
|
|
58061
58061
|
fallbackUnderlyingAddress?: undefined;
|
|
58062
58062
|
platform?: undefined;
|
|
@@ -59666,7 +59666,7 @@ declare const ARBITRUM_COLLATERALS: ({
|
|
|
59666
59666
|
underlyingIds: ("weth" | "lido-staked-ether")[];
|
|
59667
59667
|
platform: ("Beefy" | "Curve" | "Lido")[];
|
|
59668
59668
|
addedAt: number;
|
|
59669
|
-
deprecated
|
|
59669
|
+
deprecated: false;
|
|
59670
59670
|
} | {
|
|
59671
59671
|
shortName: "arb";
|
|
59672
59672
|
vaultAddress: string;
|
|
@@ -61271,9 +61271,9 @@ declare const ARBITRUM_COLLATERALS: ({
|
|
|
61271
61271
|
version: 2;
|
|
61272
61272
|
snapshotName: "Arb (Arbitrum)";
|
|
61273
61273
|
underlyingIds: "arbitrum"[];
|
|
61274
|
+
platform: "Arbitrum"[];
|
|
61274
61275
|
addedAt: number;
|
|
61275
|
-
deprecated
|
|
61276
|
-
platform?: undefined;
|
|
61276
|
+
deprecated: false;
|
|
61277
61277
|
})[];
|
|
61278
61278
|
declare const OPTIMISM_COLLATERALS: ({
|
|
61279
61279
|
shortName: "weth";
|
|
@@ -62449,8 +62449,9 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
62449
62449
|
snapshotName: "WETH (Optimism)";
|
|
62450
62450
|
underlyingIds: "weth"[];
|
|
62451
62451
|
addedAt: number;
|
|
62452
|
-
|
|
62452
|
+
deprecated: true;
|
|
62453
62453
|
platform?: undefined;
|
|
62454
|
+
fallbackUnderlyingAddress?: undefined;
|
|
62454
62455
|
} | {
|
|
62455
62456
|
shortName: "wbtc";
|
|
62456
62457
|
vaultAddress: string;
|
|
@@ -63637,8 +63638,9 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
63637
63638
|
snapshotName: "WBTC (Optimism)";
|
|
63638
63639
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
63639
63640
|
addedAt: number;
|
|
63640
|
-
|
|
63641
|
+
deprecated: true;
|
|
63641
63642
|
platform?: undefined;
|
|
63643
|
+
fallbackUnderlyingAddress?: undefined;
|
|
63642
63644
|
} | {
|
|
63643
63645
|
shortName: "op";
|
|
63644
63646
|
vaultAddress: string;
|
|
@@ -65242,9 +65244,10 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
65242
65244
|
version: 2;
|
|
65243
65245
|
snapshotName: "OP (Optimism)";
|
|
65244
65246
|
underlyingIds: "optimism"[];
|
|
65247
|
+
platform: "Optimism"[];
|
|
65245
65248
|
addedAt: number;
|
|
65249
|
+
deprecated: true;
|
|
65246
65250
|
fallbackUnderlyingAddress?: undefined;
|
|
65247
|
-
platform?: undefined;
|
|
65248
65251
|
} | {
|
|
65249
65252
|
shortName: "beefy-aave-dai";
|
|
65250
65253
|
vaultAddress: string;
|
|
@@ -66850,6 +66853,7 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
66850
66853
|
underlyingIds: "daidai"[];
|
|
66851
66854
|
platform: ("Beefy" | "AaveV3")[];
|
|
66852
66855
|
addedAt: number;
|
|
66856
|
+
deprecated: true;
|
|
66853
66857
|
snapshotName?: undefined;
|
|
66854
66858
|
} | {
|
|
66855
66859
|
shortName: "beefy-aave-weth";
|
|
@@ -68457,6 +68461,7 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
68457
68461
|
underlyingIds: "weth"[];
|
|
68458
68462
|
platform: ("Beefy" | "AaveV3")[];
|
|
68459
68463
|
addedAt: number;
|
|
68464
|
+
deprecated: true;
|
|
68460
68465
|
} | {
|
|
68461
68466
|
shortName: "beefy-aave-wbtc";
|
|
68462
68467
|
vaultAddress: string;
|
|
@@ -70063,6 +70068,7 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
70063
70068
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
70064
70069
|
platform: ("Beefy" | "AaveV3")[];
|
|
70065
70070
|
addedAt: number;
|
|
70071
|
+
deprecated: true;
|
|
70066
70072
|
} | {
|
|
70067
70073
|
shortName: "wsteth";
|
|
70068
70074
|
vaultAddress: string;
|
|
@@ -71669,6 +71675,7 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
71669
71675
|
underlyingIds: "lido-staked-ether"[];
|
|
71670
71676
|
platform: "Lido"[];
|
|
71671
71677
|
addedAt: number;
|
|
71678
|
+
deprecated: false;
|
|
71672
71679
|
} | {
|
|
71673
71680
|
shortName: "yvweth";
|
|
71674
71681
|
vaultAddress: string;
|
|
@@ -73275,6 +73282,7 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
73275
73282
|
underlyingIds: "weth"[];
|
|
73276
73283
|
platform: "Yearn"[];
|
|
73277
73284
|
addedAt: number;
|
|
73285
|
+
deprecated: false;
|
|
73278
73286
|
} | {
|
|
73279
73287
|
shortName: "beefy-eth-steth-crv";
|
|
73280
73288
|
vaultAddress: string;
|
|
@@ -74881,6 +74889,7 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
74881
74889
|
underlyingIds: ("weth" | "lido-staked-ether")[];
|
|
74882
74890
|
platform: ("Beefy" | "Curve" | "Lido")[];
|
|
74883
74891
|
addedAt: number;
|
|
74892
|
+
deprecated: false;
|
|
74884
74893
|
} | {
|
|
74885
74894
|
shortName: "knc";
|
|
74886
74895
|
vaultAddress: string;
|
|
@@ -76484,14 +76493,14 @@ declare const OPTIMISM_COLLATERALS: ({
|
|
|
76484
76493
|
version: 2;
|
|
76485
76494
|
underlyingIds: "kyber-network-crystal"[];
|
|
76486
76495
|
addedAt: number;
|
|
76496
|
+
deprecated: true;
|
|
76487
76497
|
snapshotName?: undefined;
|
|
76488
|
-
fallbackUnderlyingAddress?: undefined;
|
|
76489
76498
|
platform?: undefined;
|
|
76499
|
+
fallbackUnderlyingAddress?: undefined;
|
|
76490
76500
|
})[];
|
|
76491
76501
|
declare const MOONRIVER_COLLATERALS: ({
|
|
76492
76502
|
shortName: "eth";
|
|
76493
76503
|
vaultAddress: string;
|
|
76494
|
-
deprecated: true;
|
|
76495
76504
|
chainId: ChainId.MOONRIVER;
|
|
76496
76505
|
contractAbi: readonly [{
|
|
76497
76506
|
readonly inputs: readonly [{
|
|
@@ -77686,12 +77695,12 @@ declare const MOONRIVER_COLLATERALS: ({
|
|
|
77686
77695
|
version: 1;
|
|
77687
77696
|
underlyingIds: "weth"[];
|
|
77688
77697
|
addedAt: number;
|
|
77698
|
+
deprecated: true;
|
|
77689
77699
|
native?: undefined;
|
|
77690
77700
|
snapshotName?: undefined;
|
|
77691
77701
|
} | {
|
|
77692
77702
|
shortName: "moo-solar-eth-usdc";
|
|
77693
77703
|
vaultAddress: string;
|
|
77694
|
-
deprecated: true;
|
|
77695
77704
|
chainId: ChainId.MOONRIVER;
|
|
77696
77705
|
contractAbi: readonly [{
|
|
77697
77706
|
readonly inputs: readonly [{
|
|
@@ -78886,6 +78895,7 @@ declare const MOONRIVER_COLLATERALS: ({
|
|
|
78886
78895
|
version: 1;
|
|
78887
78896
|
underlyingIds: ("weth" | "usd-coin")[];
|
|
78888
78897
|
addedAt: number;
|
|
78898
|
+
deprecated: true;
|
|
78889
78899
|
native?: undefined;
|
|
78890
78900
|
snapshotName?: undefined;
|
|
78891
78901
|
} | {
|
|
@@ -80087,15 +80097,14 @@ declare const MOONRIVER_COLLATERALS: ({
|
|
|
80087
80097
|
token: Token;
|
|
80088
80098
|
minimumCDR: number;
|
|
80089
80099
|
frontend: FRONTEND.MAI;
|
|
80090
|
-
deprecated: true;
|
|
80091
80100
|
version: 1;
|
|
80092
80101
|
snapshotName: "MOVR (Moonriver)";
|
|
80093
80102
|
underlyingIds: "moonriver"[];
|
|
80094
80103
|
addedAt: number;
|
|
80104
|
+
deprecated: true;
|
|
80095
80105
|
} | {
|
|
80096
80106
|
shortName: "moo-solar-movr-usdc";
|
|
80097
80107
|
vaultAddress: string;
|
|
80098
|
-
deprecated: true;
|
|
80099
80108
|
chainId: ChainId.MOONRIVER;
|
|
80100
80109
|
contractAbi: readonly [{
|
|
80101
80110
|
readonly inputs: readonly [{
|
|
@@ -81290,6 +81299,7 @@ declare const MOONRIVER_COLLATERALS: ({
|
|
|
81290
81299
|
version: 1;
|
|
81291
81300
|
underlyingIds: ("usd-coin" | "moonriver")[];
|
|
81292
81301
|
addedAt: number;
|
|
81302
|
+
deprecated: true;
|
|
81293
81303
|
native?: undefined;
|
|
81294
81304
|
snapshotName?: undefined;
|
|
81295
81305
|
})[];
|
|
@@ -82896,6 +82906,7 @@ declare const MOONBEAM_COLLATERALS: ({
|
|
|
82896
82906
|
version: 2;
|
|
82897
82907
|
underlyingIds: "moonbeam"[];
|
|
82898
82908
|
addedAt: number;
|
|
82909
|
+
deprecated: true;
|
|
82899
82910
|
} | {
|
|
82900
82911
|
connect: typeof StableQiVault__factory.connect;
|
|
82901
82912
|
chainId: ChainId.MOONBEAM;
|
|
@@ -84499,6 +84510,7 @@ declare const MOONBEAM_COLLATERALS: ({
|
|
|
84499
84510
|
version: 2;
|
|
84500
84511
|
underlyingIds: never[];
|
|
84501
84512
|
addedAt: number;
|
|
84513
|
+
deprecated: true;
|
|
84502
84514
|
})[];
|
|
84503
84515
|
declare const HARMONY_COLLATERALS: ({
|
|
84504
84516
|
shortName: "eth";
|
|
@@ -90475,6 +90487,7 @@ declare const BSC_COLLATERALS: ({
|
|
|
90475
90487
|
snapshotName: "BNB (BNB)";
|
|
90476
90488
|
underlyingIds: "wrapped-bnb"[];
|
|
90477
90489
|
addedAt: number;
|
|
90490
|
+
deprecated: true;
|
|
90478
90491
|
} | {
|
|
90479
90492
|
shortName: "cake";
|
|
90480
90493
|
vaultAddress: string;
|
|
@@ -91649,6 +91662,7 @@ declare const BSC_COLLATERALS: ({
|
|
|
91649
91662
|
snapshotName: "CAKE (BNB)";
|
|
91650
91663
|
underlyingIds: "pancakeswap"[];
|
|
91651
91664
|
addedAt: number;
|
|
91665
|
+
deprecated: true;
|
|
91652
91666
|
} | {
|
|
91653
91667
|
shortName: "dodo";
|
|
91654
91668
|
vaultAddress: string;
|
|
@@ -93253,6 +93267,7 @@ declare const BSC_COLLATERALS: ({
|
|
|
93253
93267
|
snapshotName: "DODO (BNB)";
|
|
93254
93268
|
underlyingIds: "dodo"[];
|
|
93255
93269
|
addedAt: number;
|
|
93270
|
+
deprecated: true;
|
|
93256
93271
|
})[];
|
|
93257
93272
|
declare const XDAI_COLLATERALS: ({
|
|
93258
93273
|
shortName: "weth";
|
|
@@ -94452,6 +94467,7 @@ declare const XDAI_COLLATERALS: ({
|
|
|
94452
94467
|
snapshotName: "WETH (Gnosis Chain)";
|
|
94453
94468
|
underlyingIds: "weth"[];
|
|
94454
94469
|
addedAt: number;
|
|
94470
|
+
deprecated: true;
|
|
94455
94471
|
} | {
|
|
94456
94472
|
shortName: "gno";
|
|
94457
94473
|
vaultAddress: string;
|
|
@@ -95626,6 +95642,7 @@ declare const XDAI_COLLATERALS: ({
|
|
|
95626
95642
|
snapshotName: "GNO (Gnosis Chain)";
|
|
95627
95643
|
underlyingIds: "gnosis"[];
|
|
95628
95644
|
addedAt: number;
|
|
95645
|
+
deprecated: true;
|
|
95629
95646
|
})[];
|
|
95630
95647
|
declare const MATIC_COLLATERALS: ({
|
|
95631
95648
|
shortName: "matic";
|
|
@@ -95633,7 +95650,6 @@ declare const MATIC_COLLATERALS: ({
|
|
|
95633
95650
|
subgraph: string;
|
|
95634
95651
|
vaultAddress: string;
|
|
95635
95652
|
token: Token;
|
|
95636
|
-
deprecated: true;
|
|
95637
95653
|
minimumCDR: number;
|
|
95638
95654
|
contractAbi: readonly [{
|
|
95639
95655
|
readonly constant: false;
|
|
@@ -96387,6 +96403,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
96387
96403
|
version: 1;
|
|
96388
96404
|
underlyingIds: "wrapped-matic"[];
|
|
96389
96405
|
addedAt: number;
|
|
96406
|
+
deprecated: true;
|
|
96390
96407
|
fallbackUnderlyingAddress?: undefined;
|
|
96391
96408
|
aaveId?: undefined;
|
|
96392
96409
|
snapshotName?: undefined;
|
|
@@ -97550,7 +97567,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
97550
97567
|
underlyingIds: "wrapped-matic"[];
|
|
97551
97568
|
platform: "AaveV2"[];
|
|
97552
97569
|
addedAt: number;
|
|
97553
|
-
deprecated
|
|
97570
|
+
deprecated: true;
|
|
97554
97571
|
disabled?: undefined;
|
|
97555
97572
|
} | {
|
|
97556
97573
|
shortName: "weth";
|
|
@@ -98707,7 +98724,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
98707
98724
|
snapshotName: "WETH (Polygon)";
|
|
98708
98725
|
underlyingIds: "weth"[];
|
|
98709
98726
|
addedAt: number;
|
|
98710
|
-
deprecated
|
|
98727
|
+
deprecated: true;
|
|
98711
98728
|
fallbackUnderlyingAddress?: undefined;
|
|
98712
98729
|
aaveId?: undefined;
|
|
98713
98730
|
platform?: undefined;
|
|
@@ -99870,7 +99887,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
99870
99887
|
underlyingIds: "weth"[];
|
|
99871
99888
|
platform: "AaveV2"[];
|
|
99872
99889
|
addedAt: number;
|
|
99873
|
-
deprecated
|
|
99890
|
+
deprecated: true;
|
|
99874
99891
|
disabled?: undefined;
|
|
99875
99892
|
} | {
|
|
99876
99893
|
shortName: "camaave";
|
|
@@ -101030,7 +101047,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
101030
101047
|
underlyingIds: "aave"[];
|
|
101031
101048
|
platform: "AaveV2"[];
|
|
101032
101049
|
addedAt: number;
|
|
101033
|
-
deprecated
|
|
101050
|
+
deprecated: true;
|
|
101034
101051
|
disabled?: undefined;
|
|
101035
101052
|
} | {
|
|
101036
101053
|
shortName: "aave";
|
|
@@ -102188,7 +102205,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
102188
102205
|
underlyingIds: "aave"[];
|
|
102189
102206
|
platform: "AaveV2"[];
|
|
102190
102207
|
addedAt: number;
|
|
102191
|
-
deprecated
|
|
102208
|
+
deprecated: true;
|
|
102192
102209
|
fallbackUnderlyingAddress?: undefined;
|
|
102193
102210
|
aaveId?: undefined;
|
|
102194
102211
|
disabled?: undefined;
|
|
@@ -103347,7 +103364,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
103347
103364
|
snapshotName: "LINK (Polygon)";
|
|
103348
103365
|
underlyingIds: "chainlink"[];
|
|
103349
103366
|
addedAt: number;
|
|
103350
|
-
deprecated
|
|
103367
|
+
deprecated: true;
|
|
103351
103368
|
fallbackUnderlyingAddress?: undefined;
|
|
103352
103369
|
aaveId?: undefined;
|
|
103353
103370
|
platform?: undefined;
|
|
@@ -104507,7 +104524,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
104507
104524
|
snapshotName: "CRV (Polygon)";
|
|
104508
104525
|
underlyingIds: "curve-finance"[];
|
|
104509
104526
|
addedAt: number;
|
|
104510
|
-
deprecated
|
|
104527
|
+
deprecated: true;
|
|
104511
104528
|
fallbackUnderlyingAddress?: undefined;
|
|
104512
104529
|
aaveId?: undefined;
|
|
104513
104530
|
platform?: undefined;
|
|
@@ -105735,7 +105752,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
105735
105752
|
snapshotName: "WBTC (Polygon)";
|
|
105736
105753
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
105737
105754
|
addedAt: number;
|
|
105738
|
-
deprecated
|
|
105755
|
+
deprecated: true;
|
|
105739
105756
|
fallbackUnderlyingAddress?: undefined;
|
|
105740
105757
|
aaveId?: undefined;
|
|
105741
105758
|
platform?: undefined;
|
|
@@ -106954,7 +106971,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
106954
106971
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
106955
106972
|
platform: "AaveV2"[];
|
|
106956
106973
|
addedAt: number;
|
|
106957
|
-
deprecated
|
|
106974
|
+
deprecated: true;
|
|
106958
106975
|
disabled?: undefined;
|
|
106959
106976
|
} | {
|
|
106960
106977
|
shortName: "bal-old";
|
|
@@ -108106,11 +108123,11 @@ declare const MATIC_COLLATERALS: ({
|
|
|
108106
108123
|
connect: typeof Erc20Stablecoin__factory.connect;
|
|
108107
108124
|
token: Token;
|
|
108108
108125
|
minimumCDR: number;
|
|
108109
|
-
deprecated: true;
|
|
108110
108126
|
frontend: FRONTEND.MAI;
|
|
108111
108127
|
version: 1;
|
|
108112
108128
|
underlyingIds: "balancer"[];
|
|
108113
108129
|
addedAt: number;
|
|
108130
|
+
deprecated: true;
|
|
108114
108131
|
fallbackUnderlyingAddress?: undefined;
|
|
108115
108132
|
aaveId?: undefined;
|
|
108116
108133
|
snapshotName?: undefined;
|
|
@@ -109266,11 +109283,11 @@ declare const MATIC_COLLATERALS: ({
|
|
|
109266
109283
|
connect: typeof Erc20Stablecoin__factory.connect;
|
|
109267
109284
|
token: Token;
|
|
109268
109285
|
minimumCDR: number;
|
|
109269
|
-
deprecated: true;
|
|
109270
109286
|
frontend: FRONTEND.MAI;
|
|
109271
109287
|
version: 1;
|
|
109272
109288
|
underlyingIds: "quickswap"[];
|
|
109273
109289
|
addedAt: number;
|
|
109290
|
+
deprecated: true;
|
|
109274
109291
|
fallbackUnderlyingAddress?: undefined;
|
|
109275
109292
|
aaveId?: undefined;
|
|
109276
109293
|
snapshotName?: undefined;
|
|
@@ -110431,7 +110448,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
110431
110448
|
snapshotName: "BAL (Polygon)";
|
|
110432
110449
|
underlyingIds: "balancer"[];
|
|
110433
110450
|
addedAt: number;
|
|
110434
|
-
deprecated
|
|
110451
|
+
deprecated: true;
|
|
110435
110452
|
fallbackUnderlyingAddress?: undefined;
|
|
110436
110453
|
aaveId?: undefined;
|
|
110437
110454
|
platform?: undefined;
|
|
@@ -111591,7 +111608,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
111591
111608
|
underlyingIds: ("quickswap" | "dragon-s-quick")[];
|
|
111592
111609
|
platform: "QuickSwap"[];
|
|
111593
111610
|
addedAt: number;
|
|
111594
|
-
deprecated
|
|
111611
|
+
deprecated: true;
|
|
111595
111612
|
fallbackUnderlyingAddress?: undefined;
|
|
111596
111613
|
aaveId?: undefined;
|
|
111597
111614
|
snapshotName?: undefined;
|
|
@@ -112751,7 +112768,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
112751
112768
|
snapshotName: "GHST (Polygon)";
|
|
112752
112769
|
underlyingIds: "aavegotchi"[];
|
|
112753
112770
|
addedAt: number;
|
|
112754
|
-
deprecated
|
|
112771
|
+
deprecated: true;
|
|
112755
112772
|
fallbackUnderlyingAddress?: undefined;
|
|
112756
112773
|
aaveId?: undefined;
|
|
112757
112774
|
platform?: undefined;
|
|
@@ -113957,7 +113974,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
113957
113974
|
underlyingIds: "daidai"[];
|
|
113958
113975
|
platform: "AaveV2"[];
|
|
113959
113976
|
addedAt: number;
|
|
113960
|
-
deprecated
|
|
113977
|
+
deprecated: true;
|
|
113961
113978
|
snapshotName?: undefined;
|
|
113962
113979
|
disabled?: undefined;
|
|
113963
113980
|
} | {
|
|
@@ -115098,8 +115115,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
115098
115115
|
underlyingIds: ("daidai" | "stake-dao-crv" | "tether" | "usd-coin")[];
|
|
115099
115116
|
platform: ("Curve" | "StakeDAO")[];
|
|
115100
115117
|
addedAt: number;
|
|
115118
|
+
deprecated: true;
|
|
115101
115119
|
subgraph?: undefined;
|
|
115102
|
-
deprecated?: undefined;
|
|
115103
115120
|
fallbackUnderlyingAddress?: undefined;
|
|
115104
115121
|
aaveId?: undefined;
|
|
115105
115122
|
snapshotName?: undefined;
|
|
@@ -116302,8 +116319,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
116302
116319
|
snapshotName: "Frax Share (Polygon)";
|
|
116303
116320
|
underlyingIds: "frax-share"[];
|
|
116304
116321
|
addedAt: number;
|
|
116322
|
+
deprecated: true;
|
|
116305
116323
|
subgraph?: undefined;
|
|
116306
|
-
deprecated?: undefined;
|
|
116307
116324
|
fallbackUnderlyingAddress?: undefined;
|
|
116308
116325
|
aaveId?: undefined;
|
|
116309
116326
|
platform?: undefined;
|
|
@@ -116312,8 +116329,6 @@ declare const MATIC_COLLATERALS: ({
|
|
|
116312
116329
|
shortName: "cxeth";
|
|
116313
116330
|
vaultAddress: string;
|
|
116314
116331
|
chainId: ChainId.MATIC;
|
|
116315
|
-
deprecated: true;
|
|
116316
|
-
disabled: true;
|
|
116317
116332
|
minimumCDR: number;
|
|
116318
116333
|
contractAbi: readonly [{
|
|
116319
116334
|
readonly inputs: readonly [{
|
|
@@ -117483,6 +117498,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
117483
117498
|
version: 1;
|
|
117484
117499
|
underlyingIds: "ethereum"[];
|
|
117485
117500
|
addedAt: number;
|
|
117501
|
+
deprecated: true;
|
|
117502
|
+
disabled: true;
|
|
117486
117503
|
subgraph?: undefined;
|
|
117487
117504
|
fallbackUnderlyingAddress?: undefined;
|
|
117488
117505
|
aaveId?: undefined;
|
|
@@ -117492,8 +117509,6 @@ declare const MATIC_COLLATERALS: ({
|
|
|
117492
117509
|
shortName: "cxada";
|
|
117493
117510
|
vaultAddress: string;
|
|
117494
117511
|
chainId: ChainId.MATIC;
|
|
117495
|
-
deprecated: true;
|
|
117496
|
-
disabled: true;
|
|
117497
117512
|
minimumCDR: number;
|
|
117498
117513
|
contractAbi: readonly [{
|
|
117499
117514
|
readonly inputs: readonly [{
|
|
@@ -118663,6 +118678,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
118663
118678
|
version: 1;
|
|
118664
118679
|
underlyingIds: "cardano"[];
|
|
118665
118680
|
addedAt: number;
|
|
118681
|
+
deprecated: true;
|
|
118682
|
+
disabled: true;
|
|
118666
118683
|
subgraph?: undefined;
|
|
118667
118684
|
fallbackUnderlyingAddress?: undefined;
|
|
118668
118685
|
aaveId?: undefined;
|
|
@@ -118672,8 +118689,6 @@ declare const MATIC_COLLATERALS: ({
|
|
|
118672
118689
|
shortName: "cxdoge";
|
|
118673
118690
|
vaultAddress: string;
|
|
118674
118691
|
chainId: ChainId.MATIC;
|
|
118675
|
-
deprecated: true;
|
|
118676
|
-
disabled: true;
|
|
118677
118692
|
minimumCDR: number;
|
|
118678
118693
|
contractAbi: readonly [{
|
|
118679
118694
|
readonly inputs: readonly [{
|
|
@@ -119843,6 +119858,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
119843
119858
|
version: 1;
|
|
119844
119859
|
underlyingIds: "dogecoin"[];
|
|
119845
119860
|
addedAt: number;
|
|
119861
|
+
deprecated: true;
|
|
119862
|
+
disabled: true;
|
|
119846
119863
|
subgraph?: undefined;
|
|
119847
119864
|
fallbackUnderlyingAddress?: undefined;
|
|
119848
119865
|
aaveId?: undefined;
|
|
@@ -121023,16 +121040,15 @@ declare const MATIC_COLLATERALS: ({
|
|
|
121023
121040
|
snapshotName: "vGHST (Polygon)";
|
|
121024
121041
|
underlyingIds: "aavegotchi"[];
|
|
121025
121042
|
addedAt: number;
|
|
121043
|
+
deprecated: true;
|
|
121026
121044
|
platform: "GotchiVault"[];
|
|
121027
121045
|
subgraph?: undefined;
|
|
121028
|
-
deprecated?: undefined;
|
|
121029
121046
|
aaveId?: undefined;
|
|
121030
121047
|
disabled?: undefined;
|
|
121031
121048
|
} | {
|
|
121032
121049
|
shortName: "celsius";
|
|
121033
121050
|
vaultAddress: string;
|
|
121034
121051
|
chainId: ChainId.MATIC;
|
|
121035
|
-
deprecated: true;
|
|
121036
121052
|
minimumCDR: number;
|
|
121037
121053
|
contractAbi: readonly [{
|
|
121038
121054
|
readonly inputs: readonly [{
|
|
@@ -122166,6 +122182,7 @@ declare const MATIC_COLLATERALS: ({
|
|
|
122166
122182
|
version: 1;
|
|
122167
122183
|
underlyingIds: "celsius"[];
|
|
122168
122184
|
addedAt: number;
|
|
122185
|
+
deprecated: true;
|
|
122169
122186
|
subgraph?: undefined;
|
|
122170
122187
|
fallbackUnderlyingAddress?: undefined;
|
|
122171
122188
|
aaveId?: undefined;
|
|
@@ -123346,8 +123363,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
123346
123363
|
snapshotName: "SAND (Polygon)";
|
|
123347
123364
|
underlyingIds: "the-sandbox"[];
|
|
123348
123365
|
addedAt: number;
|
|
123366
|
+
deprecated: true;
|
|
123349
123367
|
subgraph?: undefined;
|
|
123350
|
-
deprecated?: undefined;
|
|
123351
123368
|
fallbackUnderlyingAddress?: undefined;
|
|
123352
123369
|
aaveId?: undefined;
|
|
123353
123370
|
platform?: undefined;
|
|
@@ -124526,8 +124543,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
124526
124543
|
snapshotName: "Wrapped MATIC (Polygon)";
|
|
124527
124544
|
underlyingIds: "wrapped-matic"[];
|
|
124528
124545
|
addedAt: number;
|
|
124546
|
+
deprecated: true;
|
|
124529
124547
|
subgraph?: undefined;
|
|
124530
|
-
deprecated?: undefined;
|
|
124531
124548
|
fallbackUnderlyingAddress?: undefined;
|
|
124532
124549
|
aaveId?: undefined;
|
|
124533
124550
|
platform?: undefined;
|
|
@@ -126137,8 +126154,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
126137
126154
|
underlyingIds: "daidai"[];
|
|
126138
126155
|
platform: "Tetu"[];
|
|
126139
126156
|
addedAt: number;
|
|
126157
|
+
deprecated: true;
|
|
126140
126158
|
subgraph?: undefined;
|
|
126141
|
-
deprecated?: undefined;
|
|
126142
126159
|
aaveId?: undefined;
|
|
126143
126160
|
snapshotName?: undefined;
|
|
126144
126161
|
disabled?: undefined;
|
|
@@ -127748,8 +127765,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
127748
127765
|
underlyingIds: "chainlink"[];
|
|
127749
127766
|
platform: "Tetu"[];
|
|
127750
127767
|
addedAt: number;
|
|
127768
|
+
deprecated: true;
|
|
127751
127769
|
subgraph?: undefined;
|
|
127752
|
-
deprecated?: undefined;
|
|
127753
127770
|
aaveId?: undefined;
|
|
127754
127771
|
disabled?: undefined;
|
|
127755
127772
|
} | {
|
|
@@ -129356,8 +129373,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
129356
129373
|
version: 2;
|
|
129357
129374
|
underlyingIds: "kyber-network-crystal"[];
|
|
129358
129375
|
addedAt: number;
|
|
129376
|
+
deprecated: true;
|
|
129359
129377
|
subgraph?: undefined;
|
|
129360
|
-
deprecated?: undefined;
|
|
129361
129378
|
fallbackUnderlyingAddress?: undefined;
|
|
129362
129379
|
aaveId?: undefined;
|
|
129363
129380
|
platform?: undefined;
|
|
@@ -130967,8 +130984,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
130967
130984
|
underlyingIds: ("daidai" | "mai-finance")[];
|
|
130968
130985
|
platform: "Arrakis"[];
|
|
130969
130986
|
addedAt: number;
|
|
130987
|
+
deprecated: true;
|
|
130970
130988
|
subgraph?: undefined;
|
|
130971
|
-
deprecated?: undefined;
|
|
130972
130989
|
aaveId?: undefined;
|
|
130973
130990
|
snapshotName?: undefined;
|
|
130974
130991
|
disabled?: undefined;
|
|
@@ -132575,8 +132592,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
132575
132592
|
version: 2;
|
|
132576
132593
|
underlyingIds: "wrapped-matic"[];
|
|
132577
132594
|
addedAt: number;
|
|
132595
|
+
deprecated: true;
|
|
132578
132596
|
subgraph?: undefined;
|
|
132579
|
-
deprecated?: undefined;
|
|
132580
132597
|
fallbackUnderlyingAddress?: undefined;
|
|
132581
132598
|
aaveId?: undefined;
|
|
132582
132599
|
snapshotName?: undefined;
|
|
@@ -134186,8 +134203,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
134186
134203
|
underlyingIds: "lido-staked-matic"[];
|
|
134187
134204
|
platform: "Lido"[];
|
|
134188
134205
|
addedAt: number;
|
|
134206
|
+
deprecated: true;
|
|
134189
134207
|
subgraph?: undefined;
|
|
134190
|
-
deprecated?: undefined;
|
|
134191
134208
|
fallbackUnderlyingAddress?: undefined;
|
|
134192
134209
|
aaveId?: undefined;
|
|
134193
134210
|
snapshotName?: undefined;
|
|
@@ -135796,8 +135813,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
135796
135813
|
underlyingIds: "lido-staked-matic"[];
|
|
135797
135814
|
platform: "Lido"[];
|
|
135798
135815
|
addedAt: number;
|
|
135816
|
+
deprecated: false;
|
|
135799
135817
|
subgraph?: undefined;
|
|
135800
|
-
deprecated?: undefined;
|
|
135801
135818
|
fallbackUnderlyingAddress?: undefined;
|
|
135802
135819
|
aaveId?: undefined;
|
|
135803
135820
|
snapshotName?: undefined;
|
|
@@ -137407,8 +137424,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
137407
137424
|
underlyingIds: ("gns" | "daidai")[];
|
|
137408
137425
|
platform: "Gains"[];
|
|
137409
137426
|
addedAt: number;
|
|
137427
|
+
deprecated: false;
|
|
137410
137428
|
subgraph?: undefined;
|
|
137411
|
-
deprecated?: undefined;
|
|
137412
137429
|
aaveId?: undefined;
|
|
137413
137430
|
snapshotName?: undefined;
|
|
137414
137431
|
disabled?: undefined;
|
|
@@ -139016,8 +139033,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
139016
139033
|
underlyingIds: "stader-maticx"[];
|
|
139017
139034
|
platform: "Stader"[];
|
|
139018
139035
|
addedAt: number;
|
|
139036
|
+
deprecated: false;
|
|
139019
139037
|
subgraph?: undefined;
|
|
139020
|
-
deprecated?: undefined;
|
|
139021
139038
|
fallbackUnderlyingAddress?: undefined;
|
|
139022
139039
|
aaveId?: undefined;
|
|
139023
139040
|
snapshotName?: undefined;
|
|
@@ -140628,8 +140645,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
140628
140645
|
underlyingIds: "lido-staked-ether"[];
|
|
140629
140646
|
platform: "Lido"[];
|
|
140630
140647
|
addedAt: number;
|
|
140648
|
+
deprecated: false;
|
|
140631
140649
|
subgraph?: undefined;
|
|
140632
|
-
deprecated?: undefined;
|
|
140633
140650
|
aaveId?: undefined;
|
|
140634
140651
|
disabled?: undefined;
|
|
140635
140652
|
} | {
|
|
@@ -142236,8 +142253,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
142236
142253
|
snapshotName: "WBTC-I (Polygon)";
|
|
142237
142254
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
142238
142255
|
addedAt: number;
|
|
142256
|
+
deprecated: false;
|
|
142239
142257
|
subgraph?: undefined;
|
|
142240
|
-
deprecated?: undefined;
|
|
142241
142258
|
fallbackUnderlyingAddress?: undefined;
|
|
142242
142259
|
aaveId?: undefined;
|
|
142243
142260
|
platform?: undefined;
|
|
@@ -143846,8 +143863,8 @@ declare const MATIC_COLLATERALS: ({
|
|
|
143846
143863
|
snapshotName: "WETH-I (Polygon)";
|
|
143847
143864
|
underlyingIds: "weth"[];
|
|
143848
143865
|
addedAt: number;
|
|
143866
|
+
deprecated: false;
|
|
143849
143867
|
subgraph?: undefined;
|
|
143850
|
-
deprecated?: undefined;
|
|
143851
143868
|
fallbackUnderlyingAddress?: undefined;
|
|
143852
143869
|
aaveId?: undefined;
|
|
143853
143870
|
platform?: undefined;
|
|
@@ -145457,7 +145474,7 @@ declare const METIS_COLLATERALS: ({
|
|
|
145457
145474
|
snapshotName: "METIS (Metis)";
|
|
145458
145475
|
underlyingIds: "metis-token"[];
|
|
145459
145476
|
addedAt: number;
|
|
145460
|
-
deprecated
|
|
145477
|
+
deprecated: true;
|
|
145461
145478
|
fallbackUnderlyingAddress?: undefined;
|
|
145462
145479
|
} | {
|
|
145463
145480
|
shortName: "weth";
|
|
@@ -147063,7 +147080,7 @@ declare const METIS_COLLATERALS: ({
|
|
|
147063
147080
|
snapshotName: "WETH (Metis)";
|
|
147064
147081
|
underlyingIds: "weth"[];
|
|
147065
147082
|
addedAt: number;
|
|
147066
|
-
deprecated
|
|
147083
|
+
deprecated: true;
|
|
147067
147084
|
fallbackUnderlyingAddress?: undefined;
|
|
147068
147085
|
} | {
|
|
147069
147086
|
shortName: "wbtc";
|
|
@@ -148666,10 +148683,10 @@ declare const METIS_COLLATERALS: ({
|
|
|
148666
148683
|
minimumCDR: number;
|
|
148667
148684
|
frontend: FRONTEND.MAI;
|
|
148668
148685
|
version: 2;
|
|
148669
|
-
deprecated: true;
|
|
148670
148686
|
snapshotName: "WBTC (Metis)";
|
|
148671
148687
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
148672
148688
|
addedAt: number;
|
|
148689
|
+
deprecated: true;
|
|
148673
148690
|
fallbackUnderlyingAddress?: undefined;
|
|
148674
148691
|
} | {
|
|
148675
148692
|
shortName: "mwbtc";
|
|
@@ -150276,7 +150293,7 @@ declare const METIS_COLLATERALS: ({
|
|
|
150276
150293
|
fallbackUnderlyingAddress: string;
|
|
150277
150294
|
underlyingIds: "wrapped-bitcoinwbtc"[];
|
|
150278
150295
|
addedAt: number;
|
|
150279
|
-
deprecated
|
|
150296
|
+
deprecated: true;
|
|
150280
150297
|
} | {
|
|
150281
150298
|
shortName: "metis";
|
|
150282
150299
|
vaultAddress: string;
|
|
@@ -151880,14 +151897,14 @@ declare const METIS_COLLATERALS: ({
|
|
|
151880
151897
|
version: 2;
|
|
151881
151898
|
underlyingIds: "metis-token"[];
|
|
151882
151899
|
addedAt: number;
|
|
151900
|
+
deprecated: false;
|
|
151883
151901
|
snapshotName?: undefined;
|
|
151884
|
-
deprecated?: undefined;
|
|
151885
151902
|
fallbackUnderlyingAddress?: undefined;
|
|
151886
151903
|
})[];
|
|
151887
|
-
declare const
|
|
151904
|
+
declare const BASE_COLLATERALS: ({
|
|
151888
151905
|
shortName: "weth";
|
|
151889
151906
|
vaultAddress: string;
|
|
151890
|
-
chainId: ChainId.
|
|
151907
|
+
chainId: ChainId.BASE;
|
|
151891
151908
|
token: Token;
|
|
151892
151909
|
contractAbi: readonly [{
|
|
151893
151910
|
readonly inputs: readonly [{
|
|
@@ -153485,13 +153502,15 @@ declare const ZKEVM_COLLATERALS: ({
|
|
|
153485
153502
|
minimumCDR: number;
|
|
153486
153503
|
frontend: FRONTEND.MAI;
|
|
153487
153504
|
version: 2;
|
|
153488
|
-
snapshotName: "WETH (
|
|
153505
|
+
snapshotName: "WETH (Base)";
|
|
153489
153506
|
underlyingIds: "weth"[];
|
|
153490
153507
|
addedAt: number;
|
|
153508
|
+
deprecated: false;
|
|
153509
|
+
platform?: undefined;
|
|
153491
153510
|
} | {
|
|
153492
|
-
shortName: "
|
|
153511
|
+
shortName: "cbeth";
|
|
153493
153512
|
vaultAddress: string;
|
|
153494
|
-
chainId: ChainId.
|
|
153513
|
+
chainId: ChainId.BASE;
|
|
153495
153514
|
token: Token;
|
|
153496
153515
|
contractAbi: readonly [{
|
|
153497
153516
|
readonly inputs: readonly [{
|
|
@@ -155089,9 +155108,11 @@ declare const ZKEVM_COLLATERALS: ({
|
|
|
155089
155108
|
minimumCDR: number;
|
|
155090
155109
|
frontend: FRONTEND.MAI;
|
|
155091
155110
|
version: 2;
|
|
155092
|
-
snapshotName: "
|
|
155093
|
-
underlyingIds: "wrapped-
|
|
155111
|
+
snapshotName: "cbEth (Base)";
|
|
155112
|
+
underlyingIds: "coinbase-wrapped-staked-eth"[];
|
|
155113
|
+
platform: "Coinbase"[];
|
|
155094
155114
|
addedAt: number;
|
|
155115
|
+
deprecated: false;
|
|
155095
155116
|
})[];
|
|
155096
155117
|
declare const EMPTY_COLLATERALS: never[];
|
|
155097
155118
|
export declare const COLLATERALS: {
|
|
@@ -155130,6 +155151,7 @@ export declare const COLLATERALS: {
|
|
|
155130
155151
|
[ChainId.KLAYTN]: typeof EMPTY_COLLATERALS;
|
|
155131
155152
|
[ChainId.CANTO]: typeof EMPTY_COLLATERALS;
|
|
155132
155153
|
[ChainId.DOGECHAIN]: typeof EMPTY_COLLATERALS;
|
|
155133
|
-
[ChainId.ZKEVM]: typeof
|
|
155154
|
+
[ChainId.ZKEVM]: typeof EMPTY_COLLATERALS;
|
|
155155
|
+
[ChainId.BASE]: typeof BASE_COLLATERALS;
|
|
155134
155156
|
};
|
|
155135
155157
|
export {};
|