@defisaver/positions-sdk 2.0.15-dev.0 → 2.1.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/.mocharc.json +4 -4
- package/.nvmrc +1 -1
- package/README.md +64 -64
- package/cjs/aaveV2/index.js +9 -5
- package/cjs/aaveV3/index.d.ts +3 -0
- package/cjs/aaveV3/index.js +66 -47
- package/cjs/aaveV3/merit.d.ts +7 -0
- package/cjs/aaveV3/merit.js +95 -0
- package/cjs/aaveV3/merkl.d.ts +9 -0
- package/cjs/aaveV3/merkl.js +88 -0
- package/cjs/compoundV2/index.js +13 -7
- package/cjs/compoundV3/index.js +8 -3
- package/cjs/config/contracts.d.ts +6510 -1851
- package/cjs/config/contracts.js +33 -12
- package/cjs/contracts.d.ts +178 -0
- package/cjs/eulerV2/index.js +11 -2
- package/cjs/fluid/index.js +108 -34
- package/cjs/helpers/aaveHelpers/index.js +0 -1
- package/cjs/helpers/compoundHelpers/index.d.ts +5 -7
- package/cjs/helpers/compoundHelpers/index.js +31 -11
- package/cjs/helpers/eulerHelpers/index.d.ts +0 -5
- package/cjs/helpers/eulerHelpers/index.js +2 -31
- package/cjs/helpers/fluidHelpers/index.js +2 -0
- package/cjs/helpers/liquityV2Helpers/index.js +3 -2
- package/cjs/helpers/morphoBlueHelpers/index.js +66 -66
- package/cjs/liquityV2/index.d.ts +0 -2
- package/cjs/liquityV2/index.js +19 -54
- package/cjs/llamaLend/index.js +10 -2
- package/cjs/morphoBlue/index.js +20 -6
- package/cjs/spark/index.js +20 -30
- package/cjs/staking/eligibility.d.ts +19 -0
- package/cjs/staking/eligibility.js +67 -0
- package/cjs/staking/index.d.ts +1 -0
- package/cjs/staking/index.js +1 -0
- package/cjs/staking/staking.d.ts +1 -7
- package/cjs/staking/staking.js +29 -55
- package/cjs/types/aave.d.ts +3 -8
- package/cjs/types/common.d.ts +18 -4
- package/cjs/types/common.js +12 -1
- package/cjs/types/euler.d.ts +3 -3
- package/cjs/types/fluid.d.ts +3 -5
- package/cjs/types/index.d.ts +2 -0
- package/cjs/types/index.js +2 -0
- package/cjs/types/liquityV2.d.ts +3 -3
- package/cjs/types/llamaLend.d.ts +3 -1
- package/cjs/types/merit.d.ts +9 -0
- package/cjs/types/merit.js +2 -0
- package/cjs/types/merkl.d.ts +75 -0
- package/cjs/types/merkl.js +14 -0
- package/cjs/types/morphoBlue.d.ts +3 -5
- package/cjs/types/spark.d.ts +0 -3
- package/esm/aaveV2/index.js +9 -5
- package/esm/aaveV3/index.d.ts +3 -0
- package/esm/aaveV3/index.js +65 -47
- package/esm/aaveV3/merit.d.ts +7 -0
- package/esm/aaveV3/merit.js +90 -0
- package/esm/aaveV3/merkl.d.ts +9 -0
- package/esm/aaveV3/merkl.js +82 -0
- package/esm/compoundV2/index.js +13 -7
- package/esm/compoundV3/index.js +8 -3
- package/esm/config/contracts.d.ts +6510 -1851
- package/esm/config/contracts.js +33 -12
- package/esm/contracts.d.ts +178 -0
- package/esm/eulerV2/index.js +11 -2
- package/esm/fluid/index.js +109 -35
- package/esm/helpers/aaveHelpers/index.js +0 -1
- package/esm/helpers/compoundHelpers/index.d.ts +5 -7
- package/esm/helpers/compoundHelpers/index.js +34 -14
- package/esm/helpers/eulerHelpers/index.d.ts +0 -5
- package/esm/helpers/eulerHelpers/index.js +2 -30
- package/esm/helpers/fluidHelpers/index.js +2 -0
- package/esm/helpers/liquityV2Helpers/index.js +3 -2
- package/esm/helpers/morphoBlueHelpers/index.js +66 -66
- package/esm/liquityV2/index.d.ts +0 -2
- package/esm/liquityV2/index.js +18 -51
- package/esm/llamaLend/index.js +11 -3
- package/esm/morphoBlue/index.js +21 -7
- package/esm/spark/index.js +21 -31
- package/esm/staking/eligibility.d.ts +19 -0
- package/esm/staking/eligibility.js +58 -0
- package/esm/staking/index.d.ts +1 -0
- package/esm/staking/index.js +1 -0
- package/esm/staking/staking.d.ts +1 -7
- package/esm/staking/staking.js +28 -53
- package/esm/types/aave.d.ts +3 -8
- package/esm/types/common.d.ts +18 -4
- package/esm/types/common.js +11 -0
- package/esm/types/euler.d.ts +3 -3
- package/esm/types/fluid.d.ts +3 -5
- package/esm/types/index.d.ts +2 -0
- package/esm/types/index.js +2 -0
- package/esm/types/liquityV2.d.ts +3 -3
- package/esm/types/llamaLend.d.ts +3 -1
- package/esm/types/merit.d.ts +9 -0
- package/esm/types/merit.js +1 -0
- package/esm/types/merkl.d.ts +75 -0
- package/esm/types/merkl.js +11 -0
- package/esm/types/morphoBlue.d.ts +3 -5
- package/esm/types/spark.d.ts +0 -3
- package/package.json +47 -47
- package/src/aaveV2/index.ts +239 -236
- package/src/aaveV3/index.ts +516 -488
- package/src/aaveV3/merit.ts +94 -0
- package/src/aaveV3/merkl.ts +74 -0
- package/src/compoundV2/index.ts +244 -240
- package/src/compoundV3/index.ts +274 -270
- package/src/config/contracts.ts +1129 -1108
- package/src/constants/index.ts +6 -6
- package/src/contracts.ts +107 -107
- package/src/curveUsd/index.ts +250 -250
- package/src/eulerV2/index.ts +324 -314
- package/src/exchange/index.ts +25 -25
- package/src/fluid/index.ts +1638 -1568
- package/src/helpers/aaveHelpers/index.ts +169 -170
- package/src/helpers/compoundHelpers/index.ts +283 -261
- package/src/helpers/curveUsdHelpers/index.ts +40 -40
- package/src/helpers/eulerHelpers/index.ts +222 -259
- package/src/helpers/fluidHelpers/index.ts +326 -324
- package/src/helpers/index.ts +10 -10
- package/src/helpers/liquityV2Helpers/index.ts +82 -80
- package/src/helpers/llamaLendHelpers/index.ts +53 -53
- package/src/helpers/makerHelpers/index.ts +52 -52
- package/src/helpers/morphoBlueHelpers/index.ts +390 -390
- package/src/helpers/sparkHelpers/index.ts +155 -155
- package/src/index.ts +45 -45
- package/src/liquity/index.ts +104 -104
- package/src/liquityV2/index.ts +418 -454
- package/src/llamaLend/index.ts +305 -296
- package/src/maker/index.ts +223 -223
- package/src/markets/aave/index.ts +116 -116
- package/src/markets/aave/marketAssets.ts +49 -49
- package/src/markets/compound/index.ts +227 -227
- package/src/markets/compound/marketsAssets.ts +90 -90
- package/src/markets/curveUsd/index.ts +69 -69
- package/src/markets/euler/index.ts +26 -26
- package/src/markets/fluid/index.ts +2456 -2456
- package/src/markets/index.ts +25 -25
- package/src/markets/liquityV2/index.ts +102 -102
- package/src/markets/llamaLend/contractAddresses.ts +141 -141
- package/src/markets/llamaLend/index.ts +235 -235
- package/src/markets/morphoBlue/index.ts +895 -895
- package/src/markets/spark/index.ts +29 -29
- package/src/markets/spark/marketAssets.ts +11 -11
- package/src/moneymarket/moneymarketCommonService.ts +80 -80
- package/src/morphoBlue/index.ts +236 -222
- package/src/portfolio/index.ts +285 -285
- package/src/services/priceService.ts +159 -159
- package/src/services/utils.ts +63 -63
- package/src/services/viem.ts +32 -32
- package/src/setup.ts +8 -8
- package/src/spark/index.ts +444 -456
- package/src/staking/eligibility.ts +61 -0
- package/src/staking/index.ts +2 -1
- package/src/staking/staking.ts +169 -194
- package/src/types/aave.ts +189 -194
- package/src/types/common.ts +105 -88
- package/src/types/compound.ts +136 -136
- package/src/types/curveUsd.ts +121 -121
- package/src/types/euler.ts +175 -174
- package/src/types/fluid.ts +448 -450
- package/src/types/index.ts +14 -12
- package/src/types/liquity.ts +30 -30
- package/src/types/liquityV2.ts +126 -126
- package/src/types/llamaLend.ts +159 -157
- package/src/types/maker.ts +63 -63
- package/src/types/merit.ts +2 -0
- package/src/types/merkl.ts +71 -0
- package/src/types/morphoBlue.ts +194 -194
- package/src/types/portfolio.ts +60 -60
- package/src/types/spark.ts +135 -137
|
@@ -1,2456 +1,2456 @@
|
|
|
1
|
-
import { EthAddress, NetworkNumber } from '../../types/common';
|
|
2
|
-
import {
|
|
3
|
-
FluidArbitrumDepositToken,
|
|
4
|
-
FluidArbitrumVersion,
|
|
5
|
-
FluidBaseDepositToken,
|
|
6
|
-
FluidBaseVersions,
|
|
7
|
-
FluidMainnetDepositToken,
|
|
8
|
-
FluidMainnetVersion,
|
|
9
|
-
FluidMarketInfo, FluidVaultType,
|
|
10
|
-
FluidVersions,
|
|
11
|
-
} from '../../types';
|
|
12
|
-
import { compareAddresses } from '../../services/utils';
|
|
13
|
-
|
|
14
|
-
export const FLUID_ETH_USDC_1 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
15
|
-
btcBased: false,
|
|
16
|
-
wstETHBased: false,
|
|
17
|
-
stableBased: true,
|
|
18
|
-
ethBased: true,
|
|
19
|
-
chainIds: [NetworkNumber.Eth],
|
|
20
|
-
label: '#1 (ETH / USDC)',
|
|
21
|
-
shortLabel: 'ETH/USDC',
|
|
22
|
-
value: FluidMainnetVersion.FLUID_ETH_USDC_1,
|
|
23
|
-
url: 'eth-usdc-1',
|
|
24
|
-
id: 1,
|
|
25
|
-
marketAddress: '0xeAbBfca72F8a8bf14C4ac59e69ECB2eB69F0811C',
|
|
26
|
-
hasSmartCollateral: false,
|
|
27
|
-
hasSmartDebt: false,
|
|
28
|
-
collateralAsset0: 'ETH',
|
|
29
|
-
debtAsset0: 'USDC',
|
|
30
|
-
type: FluidVaultType.T1,
|
|
31
|
-
isDeprecatingSoon: true,
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
export const FLUID_ETH_USDT_2 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
35
|
-
btcBased: false,
|
|
36
|
-
wstETHBased: false,
|
|
37
|
-
stableBased: true,
|
|
38
|
-
ethBased: true,
|
|
39
|
-
chainIds: [NetworkNumber.Eth],
|
|
40
|
-
label: '#2 (ETH / USDT)',
|
|
41
|
-
shortLabel: 'ETH/USDT',
|
|
42
|
-
value: FluidMainnetVersion.FLUID_ETH_USDT_2,
|
|
43
|
-
url: 'eth-usdt-2',
|
|
44
|
-
marketAddress: '0xbEC491FeF7B4f666b270F9D5E5C3f443cBf20991',
|
|
45
|
-
id: 2,
|
|
46
|
-
hasSmartCollateral: false,
|
|
47
|
-
hasSmartDebt: false,
|
|
48
|
-
collateralAsset0: 'ETH',
|
|
49
|
-
debtAsset0: 'USDT',
|
|
50
|
-
type: FluidVaultType.T1,
|
|
51
|
-
isDeprecatingSoon: true,
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
export const FLUID_WSTETH_ETH_3 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
55
|
-
stableBased: false,
|
|
56
|
-
btcBased: false,
|
|
57
|
-
ethBased: true,
|
|
58
|
-
wstETHBased: true,
|
|
59
|
-
chainIds: [NetworkNumber.Eth],
|
|
60
|
-
label: '#3 (wstETH / ETH)',
|
|
61
|
-
shortLabel: 'wstETH/ETH',
|
|
62
|
-
value: FluidMainnetVersion.FLUID_WSTETH_ETH_3,
|
|
63
|
-
url: 'wsteth-eth-3',
|
|
64
|
-
marketAddress: '0xA0F83Fc5885cEBc0420ce7C7b139Adc80c4F4D91',
|
|
65
|
-
id: 3,
|
|
66
|
-
hasSmartCollateral: false,
|
|
67
|
-
hasSmartDebt: false,
|
|
68
|
-
collateralAsset0: 'wstETH',
|
|
69
|
-
debtAsset0: 'ETH',
|
|
70
|
-
type: FluidVaultType.T1,
|
|
71
|
-
isDeprecatingSoon: true,
|
|
72
|
-
});
|
|
73
|
-
|
|
74
|
-
export const FLUID_WSTETH_USDC_4 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
75
|
-
btcBased: false,
|
|
76
|
-
ethBased: true,
|
|
77
|
-
stableBased: true,
|
|
78
|
-
wstETHBased: true,
|
|
79
|
-
chainIds: [NetworkNumber.Eth],
|
|
80
|
-
label: '#4 (wstETH / USDC)',
|
|
81
|
-
shortLabel: 'wstETH/USDC',
|
|
82
|
-
value: FluidMainnetVersion.FLUID_WSTETH_USDC_4,
|
|
83
|
-
url: 'wsteth-usdc-4',
|
|
84
|
-
marketAddress: '0x51197586F6A9e2571868b6ffaef308f3bdfEd3aE',
|
|
85
|
-
id: 4,
|
|
86
|
-
hasSmartCollateral: false,
|
|
87
|
-
hasSmartDebt: false,
|
|
88
|
-
collateralAsset0: 'wstETH',
|
|
89
|
-
debtAsset0: 'USDC',
|
|
90
|
-
type: FluidVaultType.T1,
|
|
91
|
-
isDeprecatingSoon: true,
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
export const FLUID_WSTETH_USDT_5 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
95
|
-
btcBased: false,
|
|
96
|
-
ethBased: true,
|
|
97
|
-
stableBased: true,
|
|
98
|
-
wstETHBased: true,
|
|
99
|
-
chainIds: [NetworkNumber.Eth],
|
|
100
|
-
label: '#5 (wstETH / USDT)',
|
|
101
|
-
shortLabel: 'wstETH/USDT',
|
|
102
|
-
value: FluidMainnetVersion.FLUID_WSTETH_USDT_5,
|
|
103
|
-
url: 'wsteth-usdt-5',
|
|
104
|
-
marketAddress: '0x1c2bB46f36561bc4F05A94BD50916496aa501078',
|
|
105
|
-
id: 5,
|
|
106
|
-
hasSmartCollateral: false,
|
|
107
|
-
hasSmartDebt: false,
|
|
108
|
-
collateralAsset0: 'wstETH',
|
|
109
|
-
debtAsset0: 'USDT',
|
|
110
|
-
type: FluidVaultType.T1,
|
|
111
|
-
isDeprecatingSoon: true,
|
|
112
|
-
});
|
|
113
|
-
|
|
114
|
-
export const FLUID_WEETH_WSTETH_6 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
115
|
-
btcBased: false,
|
|
116
|
-
ethBased: true,
|
|
117
|
-
wstETHBased: true,
|
|
118
|
-
stableBased: false,
|
|
119
|
-
chainIds: [NetworkNumber.Eth],
|
|
120
|
-
label: '#6 (weETH / wstETH)',
|
|
121
|
-
shortLabel: 'weETH/wstETH',
|
|
122
|
-
value: FluidMainnetVersion.FLUID_WEETH_WSTETH_6,
|
|
123
|
-
url: 'weeth-wsteth-6',
|
|
124
|
-
marketAddress: '0x40D9b8417E6E1DcD358f04E3328bCEd061018A82',
|
|
125
|
-
id: 6,
|
|
126
|
-
hasSmartCollateral: false,
|
|
127
|
-
hasSmartDebt: false,
|
|
128
|
-
collateralAsset0: 'weETH',
|
|
129
|
-
debtAsset0: 'wstETH',
|
|
130
|
-
type: FluidVaultType.T1,
|
|
131
|
-
isDeprecatingSoon: true,
|
|
132
|
-
});
|
|
133
|
-
|
|
134
|
-
export const FLUID_SUSDE_USDC_7 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
135
|
-
btcBased: false,
|
|
136
|
-
ethBased: false,
|
|
137
|
-
wstETHBased: false,
|
|
138
|
-
stableBased: true,
|
|
139
|
-
chainIds: [NetworkNumber.Eth],
|
|
140
|
-
label: '#7 (sUSDe / USDC)',
|
|
141
|
-
shortLabel: 'sUSDe/USDC',
|
|
142
|
-
value: FluidMainnetVersion.FLUID_SUSDE_USDC_7,
|
|
143
|
-
url: 'susde-usdc-7',
|
|
144
|
-
marketAddress: '0x4045720a33193b4Fe66c94DFbc8D37B0b4D9B469',
|
|
145
|
-
id: 7,
|
|
146
|
-
hasSmartCollateral: false,
|
|
147
|
-
hasSmartDebt: false,
|
|
148
|
-
collateralAsset0: 'sUSDe',
|
|
149
|
-
debtAsset0: 'USDC',
|
|
150
|
-
type: FluidVaultType.T1,
|
|
151
|
-
isDeprecatingSoon: true,
|
|
152
|
-
});
|
|
153
|
-
|
|
154
|
-
export const FLUID_SUSDE_USDT_8 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
155
|
-
btcBased: false,
|
|
156
|
-
ethBased: false,
|
|
157
|
-
wstETHBased: false,
|
|
158
|
-
stableBased: true,
|
|
159
|
-
chainIds: [NetworkNumber.Eth],
|
|
160
|
-
label: '#8 (sUSDe / USDT)',
|
|
161
|
-
shortLabel: 'sUSDe/USDT',
|
|
162
|
-
value: FluidMainnetVersion.FLUID_SUSDE_USDT_8,
|
|
163
|
-
url: 'susde-usdt-8',
|
|
164
|
-
marketAddress: '0xBFADEA65591235f38809076e14803Ac84AcF3F97',
|
|
165
|
-
id: 8,
|
|
166
|
-
hasSmartCollateral: false,
|
|
167
|
-
hasSmartDebt: false,
|
|
168
|
-
collateralAsset0: 'sUSDe',
|
|
169
|
-
debtAsset0: 'USDT',
|
|
170
|
-
type: FluidVaultType.T1,
|
|
171
|
-
isDeprecatingSoon: true,
|
|
172
|
-
});
|
|
173
|
-
|
|
174
|
-
export const FLUID_WEETH_USDC_9 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
175
|
-
btcBased: false,
|
|
176
|
-
ethBased: true,
|
|
177
|
-
stableBased: true,
|
|
178
|
-
chainIds: [NetworkNumber.Eth],
|
|
179
|
-
label: '#9 (weETH / USDC)',
|
|
180
|
-
shortLabel: 'weETH/USDC',
|
|
181
|
-
value: FluidMainnetVersion.FLUID_WEETH_USDC_9,
|
|
182
|
-
url: 'weeth-usdc-9',
|
|
183
|
-
marketAddress: '0xf55B8e9F0c51Ace009f4b41d03321675d4C643b3',
|
|
184
|
-
id: 9,
|
|
185
|
-
hasSmartCollateral: false,
|
|
186
|
-
hasSmartDebt: false,
|
|
187
|
-
collateralAsset0: 'weETH',
|
|
188
|
-
debtAsset0: 'USDC',
|
|
189
|
-
type: FluidVaultType.T1,
|
|
190
|
-
wstETHBased: false,
|
|
191
|
-
isDeprecatingSoon: true,
|
|
192
|
-
});
|
|
193
|
-
|
|
194
|
-
export const FLUID_WEETH_USDT_10 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
195
|
-
btcBased: false,
|
|
196
|
-
wstETHBased: false,
|
|
197
|
-
ethBased: true,
|
|
198
|
-
stableBased: true,
|
|
199
|
-
type: FluidVaultType.T1,
|
|
200
|
-
chainIds: [NetworkNumber.Eth],
|
|
201
|
-
label: '#10 (weETH / USDT)',
|
|
202
|
-
shortLabel: 'weETH/USDT',
|
|
203
|
-
value: FluidMainnetVersion.FLUID_WEETH_USDT_10,
|
|
204
|
-
url: 'weeth-usdt-10',
|
|
205
|
-
marketAddress: '0xdF16AdaF80584b2723F3BA1Eb7a601338Ba18c4e',
|
|
206
|
-
id: 10,
|
|
207
|
-
hasSmartCollateral: false,
|
|
208
|
-
hasSmartDebt: false,
|
|
209
|
-
collateralAsset0: 'weETH',
|
|
210
|
-
debtAsset0: 'USDT',
|
|
211
|
-
isDeprecatingSoon: true,
|
|
212
|
-
});
|
|
213
|
-
|
|
214
|
-
export const FLUID_ETH_USDC_11 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
215
|
-
btcBased: false,
|
|
216
|
-
wstETHBased: false,
|
|
217
|
-
ethBased: true,
|
|
218
|
-
stableBased: true,
|
|
219
|
-
type: FluidVaultType.T1,
|
|
220
|
-
chainIds: [NetworkNumber.Eth],
|
|
221
|
-
label: '#11 (ETH / USDC)',
|
|
222
|
-
shortLabel: 'ETH/USDC',
|
|
223
|
-
value: FluidMainnetVersion.FLUID_ETH_USDC_11,
|
|
224
|
-
url: 'eth-usdc-11',
|
|
225
|
-
marketAddress: '0x0C8C77B7FF4c2aF7F6CEBbe67350A490E3DD6cB3',
|
|
226
|
-
id: 11,
|
|
227
|
-
hasSmartCollateral: false,
|
|
228
|
-
hasSmartDebt: false,
|
|
229
|
-
collateralAsset0: 'ETH',
|
|
230
|
-
debtAsset0: 'USDC',
|
|
231
|
-
});
|
|
232
|
-
|
|
233
|
-
export const FLUID_ETH_USDT_12 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
234
|
-
btcBased: false,
|
|
235
|
-
wstETHBased: false,
|
|
236
|
-
ethBased: true,
|
|
237
|
-
stableBased: true,
|
|
238
|
-
type: FluidVaultType.T1,
|
|
239
|
-
chainIds: [NetworkNumber.Eth],
|
|
240
|
-
label: '#12 (ETH / USDT)',
|
|
241
|
-
shortLabel: 'ETH/USDT',
|
|
242
|
-
value: FluidMainnetVersion.FLUID_ETH_USDT_12,
|
|
243
|
-
url: 'eth-usdt-12',
|
|
244
|
-
marketAddress: '0xE16A6f5359ABB1f61cE71e25dD0932e3E00B00eB',
|
|
245
|
-
id: 12,
|
|
246
|
-
hasSmartCollateral: false,
|
|
247
|
-
hasSmartDebt: false,
|
|
248
|
-
collateralAsset0: 'ETH',
|
|
249
|
-
debtAsset0: 'USDT',
|
|
250
|
-
});
|
|
251
|
-
|
|
252
|
-
export const FLUID_WSTETH_ETH_13 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
253
|
-
stableBased: false,
|
|
254
|
-
btcBased: false,
|
|
255
|
-
wstETHBased: true,
|
|
256
|
-
ethBased: true,
|
|
257
|
-
type: FluidVaultType.T1,
|
|
258
|
-
chainIds: [NetworkNumber.Eth],
|
|
259
|
-
label: '#13 (wstETH / ETH)',
|
|
260
|
-
shortLabel: 'wstETH/ETH',
|
|
261
|
-
value: FluidMainnetVersion.FLUID_WSTETH_ETH_13,
|
|
262
|
-
url: 'wsteth-eth-13',
|
|
263
|
-
marketAddress: '0x82B27fA821419F5689381b565a8B0786aA2548De',
|
|
264
|
-
id: 13,
|
|
265
|
-
hasSmartCollateral: false,
|
|
266
|
-
hasSmartDebt: false,
|
|
267
|
-
collateralAsset0: 'wstETH',
|
|
268
|
-
debtAsset0: 'ETH',
|
|
269
|
-
});
|
|
270
|
-
|
|
271
|
-
export const FLUID_WSTETH_USDC_14 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
272
|
-
stableBased: true,
|
|
273
|
-
btcBased: false,
|
|
274
|
-
wstETHBased: true,
|
|
275
|
-
ethBased: true,
|
|
276
|
-
type: FluidVaultType.T1,
|
|
277
|
-
chainIds: [NetworkNumber.Eth],
|
|
278
|
-
label: '#14 (wstETH / USDC)',
|
|
279
|
-
shortLabel: 'wstETH/USDC',
|
|
280
|
-
value: FluidMainnetVersion.FLUID_WSTETH_USDC_14,
|
|
281
|
-
url: 'wsteth-usdc-14',
|
|
282
|
-
id: 14,
|
|
283
|
-
marketAddress: '0x1982CC7b1570C2503282d0A0B41F69b3B28fdcc3',
|
|
284
|
-
hasSmartCollateral: false,
|
|
285
|
-
hasSmartDebt: false,
|
|
286
|
-
collateralAsset0: 'wstETH',
|
|
287
|
-
debtAsset0: 'USDC',
|
|
288
|
-
});
|
|
289
|
-
|
|
290
|
-
export const FLUID_WSTETH_USDT_15 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
291
|
-
stableBased: true,
|
|
292
|
-
btcBased: false,
|
|
293
|
-
wstETHBased: true,
|
|
294
|
-
ethBased: true,
|
|
295
|
-
type: FluidVaultType.T1,
|
|
296
|
-
chainIds: [NetworkNumber.Eth],
|
|
297
|
-
label: '#15 (wstETH / USDT)',
|
|
298
|
-
shortLabel: 'wstETH/USDT',
|
|
299
|
-
value: FluidMainnetVersion.FLUID_WSTETH_USDT_15,
|
|
300
|
-
url: 'wsteth-usdt-15',
|
|
301
|
-
id: 15,
|
|
302
|
-
marketAddress: '0xb4F3bf2d96139563777C0231899cE06EE95Cc946',
|
|
303
|
-
hasSmartCollateral: false,
|
|
304
|
-
hasSmartDebt: false,
|
|
305
|
-
collateralAsset0: 'wstETH',
|
|
306
|
-
debtAsset0: 'USDT',
|
|
307
|
-
});
|
|
308
|
-
|
|
309
|
-
export const FLUID_WEETH_WSTETH_16 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
310
|
-
stableBased: false,
|
|
311
|
-
btcBased: false,
|
|
312
|
-
wstETHBased: true,
|
|
313
|
-
ethBased: true,
|
|
314
|
-
type: FluidVaultType.T1,
|
|
315
|
-
chainIds: [NetworkNumber.Eth],
|
|
316
|
-
label: '#16 (weETH / wstETH)',
|
|
317
|
-
shortLabel: 'weETH/wstETH',
|
|
318
|
-
value: FluidMainnetVersion.FLUID_WEETH_WSTETH_16,
|
|
319
|
-
url: 'weeth-wsteth-16',
|
|
320
|
-
id: 16,
|
|
321
|
-
marketAddress: '0xeAEf563015634a9d0EE6CF1357A3b205C35e028D',
|
|
322
|
-
hasSmartCollateral: false,
|
|
323
|
-
hasSmartDebt: false,
|
|
324
|
-
collateralAsset0: 'weETH',
|
|
325
|
-
debtAsset0: 'wstETH',
|
|
326
|
-
});
|
|
327
|
-
|
|
328
|
-
export const FLUID_SUSDE_USDC_17 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
329
|
-
stableBased: true,
|
|
330
|
-
btcBased: false,
|
|
331
|
-
wstETHBased: false,
|
|
332
|
-
ethBased: false,
|
|
333
|
-
type: FluidVaultType.T1,
|
|
334
|
-
chainIds: [NetworkNumber.Eth],
|
|
335
|
-
label: '#17 (sUSDe / USDC)',
|
|
336
|
-
shortLabel: 'sUSDe/USDC',
|
|
337
|
-
value: FluidMainnetVersion.FLUID_SUSDE_USDC_17,
|
|
338
|
-
url: 'susde-usdc-17',
|
|
339
|
-
id: 17,
|
|
340
|
-
marketAddress: '0x3996464c0fCCa8183e13ea5E5e74375e2c8744Dd',
|
|
341
|
-
hasSmartCollateral: false,
|
|
342
|
-
hasSmartDebt: false,
|
|
343
|
-
collateralAsset0: 'sUSDe',
|
|
344
|
-
debtAsset0: 'USDC',
|
|
345
|
-
});
|
|
346
|
-
|
|
347
|
-
export const FLUID_SUSDE_USDT_18 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
348
|
-
stableBased: true,
|
|
349
|
-
btcBased: false,
|
|
350
|
-
wstETHBased: false,
|
|
351
|
-
ethBased: false,
|
|
352
|
-
type: FluidVaultType.T1,
|
|
353
|
-
chainIds: [NetworkNumber.Eth],
|
|
354
|
-
label: '#18 (sUSDe / USDT)',
|
|
355
|
-
shortLabel: 'sUSDe/USDT',
|
|
356
|
-
value: FluidMainnetVersion.FLUID_SUSDE_USDT_18,
|
|
357
|
-
url: 'susde-usdt-18',
|
|
358
|
-
id: 18,
|
|
359
|
-
marketAddress: '0xBc345229C1b52e4c30530C614BB487323BA38Da5',
|
|
360
|
-
hasSmartCollateral: false,
|
|
361
|
-
hasSmartDebt: false,
|
|
362
|
-
collateralAsset0: 'sUSDe',
|
|
363
|
-
debtAsset0: 'USDT',
|
|
364
|
-
});
|
|
365
|
-
|
|
366
|
-
export const FLUID_WEETH_USDC_19 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
367
|
-
stableBased: true,
|
|
368
|
-
btcBased: false,
|
|
369
|
-
wstETHBased: false,
|
|
370
|
-
ethBased: true,
|
|
371
|
-
type: FluidVaultType.T1,
|
|
372
|
-
chainIds: [NetworkNumber.Eth],
|
|
373
|
-
label: '#19 (weETH / USDC)',
|
|
374
|
-
shortLabel: 'weETH/USDC',
|
|
375
|
-
value: FluidMainnetVersion.FLUID_WEETH_USDC_19,
|
|
376
|
-
url: 'weeth-usdc-19',
|
|
377
|
-
id: 19,
|
|
378
|
-
marketAddress: '0xF2c8F54447cbd591C396b0Dd7ac15FAF552d0FA4',
|
|
379
|
-
hasSmartCollateral: false,
|
|
380
|
-
hasSmartDebt: false,
|
|
381
|
-
collateralAsset0: 'weETH',
|
|
382
|
-
debtAsset0: 'USDC',
|
|
383
|
-
});
|
|
384
|
-
|
|
385
|
-
export const FLUID_WEETH_USDT_20 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
386
|
-
stableBased: true,
|
|
387
|
-
btcBased: false,
|
|
388
|
-
wstETHBased: false,
|
|
389
|
-
ethBased: true,
|
|
390
|
-
type: FluidVaultType.T1,
|
|
391
|
-
chainIds: [NetworkNumber.Eth],
|
|
392
|
-
label: '#20 (weETH / USDT)',
|
|
393
|
-
shortLabel: 'weETH/USDT',
|
|
394
|
-
value: FluidMainnetVersion.FLUID_WEETH_USDT_20,
|
|
395
|
-
url: 'weeth-usdt-20',
|
|
396
|
-
id: 20,
|
|
397
|
-
marketAddress: '0x92643E964CA4b2c165a95CA919b0A819acA6D5F1',
|
|
398
|
-
hasSmartCollateral: false,
|
|
399
|
-
hasSmartDebt: false,
|
|
400
|
-
collateralAsset0: 'weETH',
|
|
401
|
-
debtAsset0: 'USDT',
|
|
402
|
-
});
|
|
403
|
-
|
|
404
|
-
export const FLUID_WBTC_USDC_21 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
405
|
-
stableBased: true,
|
|
406
|
-
btcBased: true,
|
|
407
|
-
wstETHBased: false,
|
|
408
|
-
ethBased: false,
|
|
409
|
-
type: FluidVaultType.T1,
|
|
410
|
-
chainIds: [NetworkNumber.Eth],
|
|
411
|
-
label: '#21 (WBTC / USDC)',
|
|
412
|
-
shortLabel: 'WBTC/USDC',
|
|
413
|
-
value: FluidMainnetVersion.FLUID_WBTC_USDC_21,
|
|
414
|
-
url: 'wbtc-usdc-21',
|
|
415
|
-
id: 21,
|
|
416
|
-
marketAddress: '0x6F72895Cf6904489Bcd862c941c3D02a3eE4f03e',
|
|
417
|
-
hasSmartCollateral: false,
|
|
418
|
-
hasSmartDebt: false,
|
|
419
|
-
collateralAsset0: 'WBTC',
|
|
420
|
-
debtAsset0: 'USDC',
|
|
421
|
-
});
|
|
422
|
-
|
|
423
|
-
export const FLUID_WBTC_USDT_22 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
424
|
-
stableBased: true,
|
|
425
|
-
btcBased: true,
|
|
426
|
-
wstETHBased: false,
|
|
427
|
-
ethBased: false,
|
|
428
|
-
type: FluidVaultType.T1,
|
|
429
|
-
chainIds: [NetworkNumber.Eth],
|
|
430
|
-
label: '#22 (WBTC / USDT)',
|
|
431
|
-
shortLabel: 'WBTC/USDT',
|
|
432
|
-
value: FluidMainnetVersion.FLUID_WBTC_USDT_22,
|
|
433
|
-
url: 'wbtc-usdt-22',
|
|
434
|
-
id: 22,
|
|
435
|
-
marketAddress: '0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40',
|
|
436
|
-
hasSmartCollateral: false,
|
|
437
|
-
hasSmartDebt: false,
|
|
438
|
-
collateralAsset0: 'WBTC',
|
|
439
|
-
debtAsset0: 'USDT',
|
|
440
|
-
});
|
|
441
|
-
|
|
442
|
-
export const FLUID_WBTC_ETH_23 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
443
|
-
stableBased: false,
|
|
444
|
-
btcBased: true,
|
|
445
|
-
wstETHBased: false,
|
|
446
|
-
ethBased: true,
|
|
447
|
-
type: FluidVaultType.T1,
|
|
448
|
-
chainIds: [NetworkNumber.Eth],
|
|
449
|
-
label: '#23 (WBTC / ETH)',
|
|
450
|
-
shortLabel: 'WBTC/ETH',
|
|
451
|
-
value: FluidMainnetVersion.FLUID_WBTC_ETH_23,
|
|
452
|
-
url: 'wbtc-eth-23',
|
|
453
|
-
id: 23,
|
|
454
|
-
marketAddress: '0xaD439b9D61b25af1ca4Cd211E3eCb9AfBaAEd84a',
|
|
455
|
-
hasSmartCollateral: false,
|
|
456
|
-
hasSmartDebt: false,
|
|
457
|
-
collateralAsset0: 'WBTC',
|
|
458
|
-
debtAsset0: 'ETH',
|
|
459
|
-
});
|
|
460
|
-
|
|
461
|
-
export const FLUID_ETH_WBTC_24 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
462
|
-
stableBased: false,
|
|
463
|
-
btcBased: true,
|
|
464
|
-
wstETHBased: false,
|
|
465
|
-
ethBased: true,
|
|
466
|
-
type: FluidVaultType.T1,
|
|
467
|
-
chainIds: [NetworkNumber.Eth],
|
|
468
|
-
label: '#24 (ETH / WBTC)',
|
|
469
|
-
shortLabel: 'ETH/WBTC',
|
|
470
|
-
value: FluidMainnetVersion.FLUID_ETH_WBTC_24,
|
|
471
|
-
url: 'eth-wbtc-24',
|
|
472
|
-
id: 24,
|
|
473
|
-
marketAddress: '0x991416539E9DA46db233bCcbaEA38C4f852776D4',
|
|
474
|
-
hasSmartCollateral: false,
|
|
475
|
-
hasSmartDebt: false,
|
|
476
|
-
collateralAsset0: 'ETH',
|
|
477
|
-
debtAsset0: 'WBTC',
|
|
478
|
-
});
|
|
479
|
-
|
|
480
|
-
export const FLUID_WSTETH_WBTC_25 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
481
|
-
stableBased: false,
|
|
482
|
-
btcBased: true,
|
|
483
|
-
wstETHBased: true,
|
|
484
|
-
ethBased: true,
|
|
485
|
-
type: FluidVaultType.T1,
|
|
486
|
-
chainIds: [NetworkNumber.Eth],
|
|
487
|
-
label: '#25 (wstETH / WBTC)',
|
|
488
|
-
shortLabel: 'wstETH/WBTC',
|
|
489
|
-
value: FluidMainnetVersion.FLUID_WSTETH_WBTC_25,
|
|
490
|
-
url: 'wsteth-wbtc-25',
|
|
491
|
-
id: 25,
|
|
492
|
-
marketAddress: '0x03271C337c86a6Fd89625A2820e48621DC2a128b',
|
|
493
|
-
hasSmartCollateral: false,
|
|
494
|
-
hasSmartDebt: false,
|
|
495
|
-
collateralAsset0: 'wstETH',
|
|
496
|
-
debtAsset0: 'WBTC',
|
|
497
|
-
});
|
|
498
|
-
|
|
499
|
-
export const FLUID_WEETH_WBTC_26 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
500
|
-
stableBased: false,
|
|
501
|
-
btcBased: true,
|
|
502
|
-
wstETHBased: false,
|
|
503
|
-
ethBased: true,
|
|
504
|
-
type: FluidVaultType.T1,
|
|
505
|
-
chainIds: [NetworkNumber.Eth],
|
|
506
|
-
label: '#26 (weETH / WBTC)',
|
|
507
|
-
shortLabel: 'weETH/WBTC',
|
|
508
|
-
value: FluidMainnetVersion.FLUID_WEETH_WBTC_26,
|
|
509
|
-
url: 'weeth-wbtc-26',
|
|
510
|
-
id: 26,
|
|
511
|
-
marketAddress: '0xF74cb9D69ada3559903149CFD60fD57cEAF95F30',
|
|
512
|
-
hasSmartCollateral: false,
|
|
513
|
-
hasSmartDebt: false,
|
|
514
|
-
collateralAsset0: 'weETH',
|
|
515
|
-
debtAsset0: 'WBTC',
|
|
516
|
-
});
|
|
517
|
-
|
|
518
|
-
export const FLUID_WEETHS_WSTETH_27 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
519
|
-
stableBased: false,
|
|
520
|
-
btcBased: false,
|
|
521
|
-
wstETHBased: true,
|
|
522
|
-
ethBased: true,
|
|
523
|
-
type: FluidVaultType.T1,
|
|
524
|
-
chainIds: [NetworkNumber.Eth],
|
|
525
|
-
label: '#27 (weETHs / wstETH)',
|
|
526
|
-
shortLabel: 'weETHs/wstETH',
|
|
527
|
-
value: FluidMainnetVersion.FLUID_WEETHS_WSTETH_27,
|
|
528
|
-
url: 'weeths-wsteth-27',
|
|
529
|
-
id: 27,
|
|
530
|
-
marketAddress: '0x1c6068eC051f0Ac1688cA1FE76810FA9c8644278',
|
|
531
|
-
hasSmartCollateral: false,
|
|
532
|
-
hasSmartDebt: false,
|
|
533
|
-
collateralAsset0: 'weETHs',
|
|
534
|
-
debtAsset0: 'wstETH',
|
|
535
|
-
});
|
|
536
|
-
|
|
537
|
-
export const FLUID_CBBTC_ETH_28 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
538
|
-
stableBased: false,
|
|
539
|
-
btcBased: true,
|
|
540
|
-
wstETHBased: false,
|
|
541
|
-
ethBased: true,
|
|
542
|
-
type: FluidVaultType.T1,
|
|
543
|
-
chainIds: [NetworkNumber.Eth],
|
|
544
|
-
label: '#28 (cbBTC / ETH)',
|
|
545
|
-
shortLabel: 'cbBTC/ETH',
|
|
546
|
-
value: FluidMainnetVersion.FLUID_CBBTC_ETH_28,
|
|
547
|
-
url: 'cbbtc-eth-28',
|
|
548
|
-
id: 28,
|
|
549
|
-
marketAddress: '0x5dae640956711E11016C1b27CF9968Ba5B4a69CC',
|
|
550
|
-
hasSmartCollateral: false,
|
|
551
|
-
hasSmartDebt: false,
|
|
552
|
-
collateralAsset0: 'cbBTC',
|
|
553
|
-
debtAsset0: 'ETH',
|
|
554
|
-
});
|
|
555
|
-
|
|
556
|
-
export const FLUID_CBBTC_USDC_29 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
557
|
-
stableBased: true,
|
|
558
|
-
btcBased: true,
|
|
559
|
-
wstETHBased: false,
|
|
560
|
-
ethBased: false,
|
|
561
|
-
type: FluidVaultType.T1,
|
|
562
|
-
chainIds: [NetworkNumber.Eth],
|
|
563
|
-
label: '#29 (cbBTC / USDC)',
|
|
564
|
-
shortLabel: 'cbBTC/USDC',
|
|
565
|
-
value: FluidMainnetVersion.FLUID_CBBTC_USDC_29,
|
|
566
|
-
url: 'cbbtc-usdc-29',
|
|
567
|
-
id: 29,
|
|
568
|
-
marketAddress: '0x01c7c1c41dea58b043e700eFb23Dc077F12a125e',
|
|
569
|
-
hasSmartCollateral: false,
|
|
570
|
-
hasSmartDebt: false,
|
|
571
|
-
collateralAsset0: 'cbBTC',
|
|
572
|
-
debtAsset0: 'USDC',
|
|
573
|
-
});
|
|
574
|
-
|
|
575
|
-
export const FLUID_CBBTC_USDT_30 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
576
|
-
stableBased: true,
|
|
577
|
-
btcBased: true,
|
|
578
|
-
wstETHBased: false,
|
|
579
|
-
ethBased: false,
|
|
580
|
-
type: FluidVaultType.T1,
|
|
581
|
-
chainIds: [NetworkNumber.Eth],
|
|
582
|
-
label: '#30 (cbBTC / USDT)',
|
|
583
|
-
shortLabel: 'cbBTC/USDT',
|
|
584
|
-
value: FluidMainnetVersion.FLUID_CBBTC_USDT_30,
|
|
585
|
-
url: 'cbbtc-usdt-30',
|
|
586
|
-
id: 30,
|
|
587
|
-
marketAddress: '0xE6b5D1CdC4935295c84772C4700932b4BFC93274',
|
|
588
|
-
hasSmartCollateral: false,
|
|
589
|
-
hasSmartDebt: false,
|
|
590
|
-
collateralAsset0: 'cbBTC',
|
|
591
|
-
debtAsset0: 'USDT',
|
|
592
|
-
});
|
|
593
|
-
|
|
594
|
-
export const FLUID_ETH_CBBTC_31 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
595
|
-
stableBased: false,
|
|
596
|
-
btcBased: true,
|
|
597
|
-
wstETHBased: false,
|
|
598
|
-
ethBased: true,
|
|
599
|
-
type: FluidVaultType.T1,
|
|
600
|
-
chainIds: [NetworkNumber.Eth],
|
|
601
|
-
label: '#31 (ETH / cbBTC)',
|
|
602
|
-
shortLabel: 'ETH/cbBTC',
|
|
603
|
-
value: FluidMainnetVersion.FLUID_ETH_CBBTC_31,
|
|
604
|
-
url: 'eth-cbbtc-31',
|
|
605
|
-
id: 31,
|
|
606
|
-
marketAddress: '0x69deb634Edc47A35B7b05056768d957F029Cbc0A',
|
|
607
|
-
hasSmartCollateral: false,
|
|
608
|
-
hasSmartDebt: false,
|
|
609
|
-
collateralAsset0: 'ETH',
|
|
610
|
-
debtAsset0: 'cbBTC',
|
|
611
|
-
});
|
|
612
|
-
|
|
613
|
-
export const FLUID_WSTETH_CBBTC_33 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
614
|
-
stableBased: false,
|
|
615
|
-
btcBased: true,
|
|
616
|
-
wstETHBased: true,
|
|
617
|
-
ethBased: true,
|
|
618
|
-
type: FluidVaultType.T1,
|
|
619
|
-
chainIds: [NetworkNumber.Eth],
|
|
620
|
-
label: '#33 (wstETH / cbBTC)',
|
|
621
|
-
shortLabel: 'wstETH/cbBTC',
|
|
622
|
-
value: FluidMainnetVersion.FLUID_WSTETH_CBBTC_33,
|
|
623
|
-
url: 'wsteth-cbbtc-33',
|
|
624
|
-
id: 33,
|
|
625
|
-
marketAddress: '0x6E0cDB09eb33cD3894C905E0DFF9289b95a86FFF',
|
|
626
|
-
hasSmartCollateral: false,
|
|
627
|
-
hasSmartDebt: false,
|
|
628
|
-
collateralAsset0: 'wstETH',
|
|
629
|
-
debtAsset0: 'cbBTC',
|
|
630
|
-
});
|
|
631
|
-
|
|
632
|
-
export const FLUID_WEETH_CBBTC_32 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
633
|
-
stableBased: false,
|
|
634
|
-
btcBased: true,
|
|
635
|
-
wstETHBased: false,
|
|
636
|
-
ethBased: true,
|
|
637
|
-
type: FluidVaultType.T1,
|
|
638
|
-
chainIds: [NetworkNumber.Eth],
|
|
639
|
-
label: '#32 (weETH / cbBTC)',
|
|
640
|
-
shortLabel: 'weETH/cbBTC',
|
|
641
|
-
value: FluidMainnetVersion.FLUID_WEETH_CBBTC_32,
|
|
642
|
-
url: 'weeth-cbbtc-32',
|
|
643
|
-
id: 32,
|
|
644
|
-
marketAddress: '0xB242508306db9A52932a754D2F408Ca0cb479135',
|
|
645
|
-
hasSmartCollateral: false,
|
|
646
|
-
hasSmartDebt: false,
|
|
647
|
-
collateralAsset0: 'weETH',
|
|
648
|
-
debtAsset0: 'cbBTC',
|
|
649
|
-
});
|
|
650
|
-
|
|
651
|
-
export const FLUID_WSTETH_ETH_WSTETH_ETH_44 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
652
|
-
stableBased: false,
|
|
653
|
-
btcBased: false,
|
|
654
|
-
wstETHBased: true,
|
|
655
|
-
ethBased: true,
|
|
656
|
-
type: FluidVaultType.T4,
|
|
657
|
-
chainIds: [NetworkNumber.Eth],
|
|
658
|
-
label: '#44 (wstETH-ETH / wstETH-ETH)',
|
|
659
|
-
shortLabel: 'wstETH-ETH/wstETH-ETH',
|
|
660
|
-
value: FluidMainnetVersion.FLUID_WSTETH_ETH_WSTETH_ETH_44,
|
|
661
|
-
url: 'wsteth-eth-wsteth-eth-44',
|
|
662
|
-
id: 44,
|
|
663
|
-
marketAddress: '0x528CF7DBBff878e02e48E83De5097F8071af768D',
|
|
664
|
-
hasSmartCollateral: true,
|
|
665
|
-
hasSmartDebt: true,
|
|
666
|
-
collateralAsset0: 'wstETH',
|
|
667
|
-
collateralAsset1: 'ETH',
|
|
668
|
-
debtAsset0: 'wstETH',
|
|
669
|
-
debtAsset1: 'ETH',
|
|
670
|
-
});
|
|
671
|
-
|
|
672
|
-
export const FLUID_ETH_USDC_USDT_45 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
673
|
-
stableBased: true,
|
|
674
|
-
btcBased: false,
|
|
675
|
-
wstETHBased: false,
|
|
676
|
-
ethBased: true,
|
|
677
|
-
type: FluidVaultType.T3,
|
|
678
|
-
chainIds: [NetworkNumber.Eth],
|
|
679
|
-
label: '#45 (ETH / USDC-USDT)',
|
|
680
|
-
shortLabel: 'ETH/USDC-USDT',
|
|
681
|
-
value: FluidMainnetVersion.FLUID_ETH_USDC_USDT_45,
|
|
682
|
-
url: 'eth-usdc-usdt-45',
|
|
683
|
-
id: 45,
|
|
684
|
-
marketAddress: '0x3E11B9aEb9C7dBbda4DD41477223Cc2f3f24b9d7',
|
|
685
|
-
hasSmartCollateral: false,
|
|
686
|
-
hasSmartDebt: true,
|
|
687
|
-
collateralAsset0: 'ETH',
|
|
688
|
-
debtAsset0: 'USDC',
|
|
689
|
-
debtAsset1: 'USDT',
|
|
690
|
-
});
|
|
691
|
-
|
|
692
|
-
export const FLUID_WSTETH_USDC_USDT_46 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
693
|
-
stableBased: true,
|
|
694
|
-
btcBased: false,
|
|
695
|
-
wstETHBased: true,
|
|
696
|
-
ethBased: true,
|
|
697
|
-
type: FluidVaultType.T3,
|
|
698
|
-
chainIds: [NetworkNumber.Eth],
|
|
699
|
-
label: '#46 (wstETH / USDC-USDT)',
|
|
700
|
-
shortLabel: 'wstETH/USDC-USDT',
|
|
701
|
-
value: FluidMainnetVersion.FLUID_WSTETH_USDC_USDT_46,
|
|
702
|
-
url: 'wsteth-usdc-usdt-46',
|
|
703
|
-
id: 46,
|
|
704
|
-
marketAddress: '0x221E35b5655A1eEB3C42c4DeFc39648531f6C9CF',
|
|
705
|
-
hasSmartCollateral: false,
|
|
706
|
-
hasSmartDebt: true,
|
|
707
|
-
collateralAsset0: 'wstETH',
|
|
708
|
-
debtAsset0: 'USDC',
|
|
709
|
-
debtAsset1: 'USDT',
|
|
710
|
-
});
|
|
711
|
-
|
|
712
|
-
export const FLUID_WEETH_USDC_USDT_47 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
713
|
-
stableBased: true,
|
|
714
|
-
btcBased: false,
|
|
715
|
-
wstETHBased: false,
|
|
716
|
-
ethBased: true,
|
|
717
|
-
type: FluidVaultType.T3,
|
|
718
|
-
chainIds: [NetworkNumber.Eth],
|
|
719
|
-
label: '#47 (weETH / USDC-USDT)',
|
|
720
|
-
shortLabel: 'weETH/USDC-USDT',
|
|
721
|
-
value: FluidMainnetVersion.FLUID_WEETH_USDC_USDT_47,
|
|
722
|
-
url: 'weeth-usdc-usdt-47',
|
|
723
|
-
id: 47,
|
|
724
|
-
marketAddress: '0x01F0D07fdE184614216e76782c6b7dF663F5375e',
|
|
725
|
-
hasSmartCollateral: false,
|
|
726
|
-
hasSmartDebt: true,
|
|
727
|
-
collateralAsset0: 'weETH',
|
|
728
|
-
debtAsset0: 'USDC',
|
|
729
|
-
debtAsset1: 'USDT',
|
|
730
|
-
});
|
|
731
|
-
|
|
732
|
-
export const FLUID_WBTC_USDC_USDT_48 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
733
|
-
stableBased: true,
|
|
734
|
-
btcBased: true,
|
|
735
|
-
wstETHBased: false,
|
|
736
|
-
ethBased: false,
|
|
737
|
-
type: FluidVaultType.T3,
|
|
738
|
-
chainIds: [NetworkNumber.Eth],
|
|
739
|
-
label: '#48 (WBTC / USDC-USDT)',
|
|
740
|
-
shortLabel: 'WBTC/USDC-USDT',
|
|
741
|
-
value: FluidMainnetVersion.FLUID_WBTC_USDC_USDT_48,
|
|
742
|
-
url: 'wbtc-usdc-usdt-48',
|
|
743
|
-
id: 48,
|
|
744
|
-
marketAddress: '0x59fa2F51F5c8fFfceB538180EC47A869eC3DBd4a',
|
|
745
|
-
hasSmartCollateral: false,
|
|
746
|
-
hasSmartDebt: true,
|
|
747
|
-
collateralAsset0: 'WBTC',
|
|
748
|
-
debtAsset0: 'USDC',
|
|
749
|
-
debtAsset1: 'USDT',
|
|
750
|
-
});
|
|
751
|
-
|
|
752
|
-
export const FLUID_CBBTC_USDC_USDT_49 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
753
|
-
stableBased: true,
|
|
754
|
-
btcBased: true,
|
|
755
|
-
wstETHBased: false,
|
|
756
|
-
ethBased: false,
|
|
757
|
-
type: FluidVaultType.T3,
|
|
758
|
-
chainIds: [NetworkNumber.Eth],
|
|
759
|
-
label: '#49 (cbBTC / USDC-USDT)',
|
|
760
|
-
shortLabel: 'cbBTC/USDC-USDT',
|
|
761
|
-
value: FluidMainnetVersion.FLUID_CBBTC_USDC_USDT_49,
|
|
762
|
-
url: 'cbbtc-usdc-usdt-49',
|
|
763
|
-
id: 49,
|
|
764
|
-
marketAddress: '0x47b6e2c8a0cB072198f17ccC6C7634dCc7126c3E',
|
|
765
|
-
hasSmartCollateral: false,
|
|
766
|
-
hasSmartDebt: true,
|
|
767
|
-
collateralAsset0: 'cbBTC',
|
|
768
|
-
debtAsset0: 'USDC',
|
|
769
|
-
debtAsset1: 'USDT',
|
|
770
|
-
});
|
|
771
|
-
|
|
772
|
-
export const FLUID_SUSDE_USDC_USDT_50 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
773
|
-
stableBased: true,
|
|
774
|
-
btcBased: false,
|
|
775
|
-
wstETHBased: false,
|
|
776
|
-
ethBased: false,
|
|
777
|
-
type: FluidVaultType.T3,
|
|
778
|
-
chainIds: [NetworkNumber.Eth],
|
|
779
|
-
label: '#50 (sUSDe / USDC-USDT)',
|
|
780
|
-
shortLabel: 'sUSDe/USDC-USDT',
|
|
781
|
-
value: FluidMainnetVersion.FLUID_SUSDE_USDC_USDT_50,
|
|
782
|
-
url: 'susde-usdc-usdt-50',
|
|
783
|
-
id: 50,
|
|
784
|
-
marketAddress: '0xe210d8ded13Abe836a10E8Aa956dd424658d0034',
|
|
785
|
-
hasSmartCollateral: false,
|
|
786
|
-
hasSmartDebt: true,
|
|
787
|
-
collateralAsset0: 'sUSDe',
|
|
788
|
-
debtAsset0: 'USDC',
|
|
789
|
-
debtAsset1: 'USDT',
|
|
790
|
-
});
|
|
791
|
-
|
|
792
|
-
export const FLUID_WBTC_CBBTC_WBTC_CBBTC_51 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
793
|
-
stableBased: false,
|
|
794
|
-
btcBased: true,
|
|
795
|
-
wstETHBased: false,
|
|
796
|
-
ethBased: false,
|
|
797
|
-
type: FluidVaultType.T4,
|
|
798
|
-
chainIds: [NetworkNumber.Eth],
|
|
799
|
-
label: '#51 (WBTC-cbBTC / WBTC-cbBTC)',
|
|
800
|
-
shortLabel: 'WBTC-cbBTC/WBTC-cbBTC',
|
|
801
|
-
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_WBTC_CBBTC_51,
|
|
802
|
-
url: 'wbtc-cbbtc-wbtc-cbbtc-51',
|
|
803
|
-
id: 51,
|
|
804
|
-
marketAddress: '0xDCe03288F9A109150f314ED0Ca9b59a690300d9d',
|
|
805
|
-
hasSmartCollateral: true,
|
|
806
|
-
hasSmartDebt: true,
|
|
807
|
-
collateralAsset0: 'WBTC',
|
|
808
|
-
collateralAsset1: 'cbBTC',
|
|
809
|
-
debtAsset0: 'WBTC',
|
|
810
|
-
debtAsset1: 'cbBTC',
|
|
811
|
-
});
|
|
812
|
-
|
|
813
|
-
export const FLUID_WBTC_CBBTC_USDC_52 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
814
|
-
stableBased: true,
|
|
815
|
-
btcBased: true,
|
|
816
|
-
wstETHBased: false,
|
|
817
|
-
ethBased: false,
|
|
818
|
-
type: FluidVaultType.T2,
|
|
819
|
-
chainIds: [NetworkNumber.Eth],
|
|
820
|
-
label: '#52 (WBTC-cbBTC / USDC)',
|
|
821
|
-
shortLabel: 'WBTC-cbBTC/USDC',
|
|
822
|
-
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_USDC_52,
|
|
823
|
-
url: 'wbtc-cbbtc-usdc-52',
|
|
824
|
-
id: 52,
|
|
825
|
-
marketAddress: '0x4e564A29c1FC18ed9b66e5754A37fCa0C8a980ff',
|
|
826
|
-
hasSmartCollateral: true,
|
|
827
|
-
hasSmartDebt: false,
|
|
828
|
-
collateralAsset0: 'WBTC',
|
|
829
|
-
collateralAsset1: 'cbBTC',
|
|
830
|
-
debtAsset0: 'USDC',
|
|
831
|
-
});
|
|
832
|
-
|
|
833
|
-
export const FLUID_WBTC_CBBTC_USDT_53 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
834
|
-
stableBased: true,
|
|
835
|
-
btcBased: true,
|
|
836
|
-
wstETHBased: false,
|
|
837
|
-
ethBased: false,
|
|
838
|
-
type: FluidVaultType.T2,
|
|
839
|
-
id: 53,
|
|
840
|
-
chainIds: [NetworkNumber.Eth],
|
|
841
|
-
label: '#53 (WBTC-cbBTC / USDT)',
|
|
842
|
-
shortLabel: 'WBTC-cbBTC/USDT',
|
|
843
|
-
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_USDT_53,
|
|
844
|
-
url: 'wbtc-cbbtc-usdt-53',
|
|
845
|
-
marketAddress: '0xf7FA55D14C71241e3c970E30C509Ff58b5f5D557',
|
|
846
|
-
hasSmartCollateral: true,
|
|
847
|
-
hasSmartDebt: false,
|
|
848
|
-
collateralAsset0: 'WBTC',
|
|
849
|
-
collateralAsset1: 'cbBTC',
|
|
850
|
-
debtAsset0: 'USDT',
|
|
851
|
-
});
|
|
852
|
-
|
|
853
|
-
export const FLUID_ETH_GHO_54 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
854
|
-
stableBased: true,
|
|
855
|
-
btcBased: false,
|
|
856
|
-
wstETHBased: false,
|
|
857
|
-
ethBased: true,
|
|
858
|
-
type: FluidVaultType.T1,
|
|
859
|
-
id: 54,
|
|
860
|
-
chainIds: [NetworkNumber.Eth],
|
|
861
|
-
label: '#54 (ETH / GHO)',
|
|
862
|
-
shortLabel: 'ETH/GHO',
|
|
863
|
-
value: FluidMainnetVersion.FLUID_ETH_GHO_54,
|
|
864
|
-
url: 'eth-gho-54',
|
|
865
|
-
marketAddress: '0xD9A7Dcdc57C6e44f00740dC73664fA456B983669',
|
|
866
|
-
hasSmartCollateral: false,
|
|
867
|
-
hasSmartDebt: false,
|
|
868
|
-
collateralAsset0: 'ETH',
|
|
869
|
-
debtAsset0: 'GHO',
|
|
870
|
-
});
|
|
871
|
-
|
|
872
|
-
export const FLUID_WSTETH_GHO_55 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
873
|
-
stableBased: true,
|
|
874
|
-
btcBased: false,
|
|
875
|
-
wstETHBased: true,
|
|
876
|
-
ethBased: true,
|
|
877
|
-
type: FluidVaultType.T1,
|
|
878
|
-
id: 55,
|
|
879
|
-
chainIds: [NetworkNumber.Eth],
|
|
880
|
-
label: '#55 (wstETH / GHO)',
|
|
881
|
-
shortLabel: 'wstETH/GHO',
|
|
882
|
-
value: FluidMainnetVersion.FLUID_WSTETH_GHO_55,
|
|
883
|
-
url: 'wsteth-gho-55',
|
|
884
|
-
marketAddress: '0xB0F2B58af3F17F1A3377c37F6E85eA41c369D1C7',
|
|
885
|
-
hasSmartCollateral: false,
|
|
886
|
-
hasSmartDebt: false,
|
|
887
|
-
collateralAsset0: 'wstETH',
|
|
888
|
-
debtAsset0: 'GHO',
|
|
889
|
-
});
|
|
890
|
-
|
|
891
|
-
export const FLUID_SUSDE_GHO_56 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
892
|
-
stableBased: true,
|
|
893
|
-
btcBased: false,
|
|
894
|
-
wstETHBased: false,
|
|
895
|
-
ethBased: false,
|
|
896
|
-
type: FluidVaultType.T1,
|
|
897
|
-
id: 56,
|
|
898
|
-
chainIds: [NetworkNumber.Eth],
|
|
899
|
-
label: '#56 (sUSDe / GHO)',
|
|
900
|
-
shortLabel: 'sUSDe/GHO',
|
|
901
|
-
value: FluidMainnetVersion.FLUID_SUSDE_GHO_56,
|
|
902
|
-
url: 'susde-gho-56',
|
|
903
|
-
marketAddress: '0x2F3780e21cAba1bEdFB24E37C97917def304dFFA',
|
|
904
|
-
hasSmartCollateral: false,
|
|
905
|
-
hasSmartDebt: false,
|
|
906
|
-
collateralAsset0: 'sUSDe',
|
|
907
|
-
debtAsset0: 'GHO',
|
|
908
|
-
});
|
|
909
|
-
|
|
910
|
-
export const FLUID_WEETH_GHO_57 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
911
|
-
stableBased: true,
|
|
912
|
-
btcBased: false,
|
|
913
|
-
wstETHBased: false,
|
|
914
|
-
ethBased: true,
|
|
915
|
-
type: FluidVaultType.T1,
|
|
916
|
-
id: 57,
|
|
917
|
-
chainIds: [NetworkNumber.Eth],
|
|
918
|
-
label: '#57 (weETH / GHO)',
|
|
919
|
-
shortLabel: 'weETH/GHO',
|
|
920
|
-
value: FluidMainnetVersion.FLUID_WEETH_GHO_57,
|
|
921
|
-
url: 'weeth-gho-57',
|
|
922
|
-
marketAddress: '0xd4B34f90930645EAf53E05Edd2950f93ee0D5Eb7',
|
|
923
|
-
hasSmartCollateral: false,
|
|
924
|
-
hasSmartDebt: false,
|
|
925
|
-
collateralAsset0: 'weETH',
|
|
926
|
-
debtAsset0: 'GHO',
|
|
927
|
-
});
|
|
928
|
-
|
|
929
|
-
export const FLUID_SUSDS_GHO_58 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
930
|
-
stableBased: true,
|
|
931
|
-
btcBased: false,
|
|
932
|
-
wstETHBased: false,
|
|
933
|
-
ethBased: false,
|
|
934
|
-
type: FluidVaultType.T1,
|
|
935
|
-
id: 58,
|
|
936
|
-
chainIds: [NetworkNumber.Eth],
|
|
937
|
-
label: '#58 (sUSDS / GHO)',
|
|
938
|
-
shortLabel: 'sUSDS/GHO',
|
|
939
|
-
value: FluidMainnetVersion.FLUID_SUSDS_GHO_58,
|
|
940
|
-
url: 'susds-gho-58',
|
|
941
|
-
marketAddress: '0x7ED2cbD4C98a6E151d2a48792c1E45E4f0CD57D1',
|
|
942
|
-
hasSmartCollateral: false,
|
|
943
|
-
hasSmartDebt: false,
|
|
944
|
-
collateralAsset0: 'sUSDS',
|
|
945
|
-
debtAsset0: 'GHO',
|
|
946
|
-
});
|
|
947
|
-
|
|
948
|
-
export const FLUID_WBTC_GHO_59 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
949
|
-
stableBased: true,
|
|
950
|
-
btcBased: true,
|
|
951
|
-
wstETHBased: false,
|
|
952
|
-
ethBased: false,
|
|
953
|
-
type: FluidVaultType.T1,
|
|
954
|
-
id: 59,
|
|
955
|
-
chainIds: [NetworkNumber.Eth],
|
|
956
|
-
label: '#59 (WBTC / GHO)',
|
|
957
|
-
shortLabel: 'WBTC/GHO',
|
|
958
|
-
value: FluidMainnetVersion.FLUID_WBTC_GHO_59,
|
|
959
|
-
url: 'wbtc-gho-59',
|
|
960
|
-
marketAddress: '0xe58Ed61ff0C9db46c8772FF7286B6B187D4fe68f',
|
|
961
|
-
hasSmartCollateral: false,
|
|
962
|
-
hasSmartDebt: false,
|
|
963
|
-
collateralAsset0: 'WBTC',
|
|
964
|
-
debtAsset0: 'GHO',
|
|
965
|
-
});
|
|
966
|
-
|
|
967
|
-
export const FLUID_CBBTC_GHO_60 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
968
|
-
stableBased: true,
|
|
969
|
-
btcBased: true,
|
|
970
|
-
wstETHBased: false,
|
|
971
|
-
ethBased: false,
|
|
972
|
-
type: FluidVaultType.T1,
|
|
973
|
-
id: 60,
|
|
974
|
-
chainIds: [NetworkNumber.Eth],
|
|
975
|
-
label: '#60 (cbBTC / GHO)',
|
|
976
|
-
shortLabel: 'cbBTC/GHO',
|
|
977
|
-
value: FluidMainnetVersion.FLUID_CBBTC_GHO_60,
|
|
978
|
-
url: 'cbbtc-gho-60',
|
|
979
|
-
marketAddress: '0x81A0dD6c5DDB8474b483c31309b66d7173263CbB',
|
|
980
|
-
hasSmartCollateral: false,
|
|
981
|
-
hasSmartDebt: false,
|
|
982
|
-
collateralAsset0: 'cbBTC',
|
|
983
|
-
debtAsset0: 'GHO',
|
|
984
|
-
});
|
|
985
|
-
|
|
986
|
-
export const FLUID_GHO_USDC_GHO_USDC_61 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
987
|
-
stableBased: true,
|
|
988
|
-
btcBased: false,
|
|
989
|
-
wstETHBased: false,
|
|
990
|
-
ethBased: false,
|
|
991
|
-
type: FluidVaultType.T4,
|
|
992
|
-
id: 61,
|
|
993
|
-
chainIds: [NetworkNumber.Eth],
|
|
994
|
-
label: '#61 (GHO-USDC / GHO-USDC)',
|
|
995
|
-
shortLabel: 'GHO-USDC/GHO-USDC',
|
|
996
|
-
value: FluidMainnetVersion.FLUID_GHO_USDC_GHO_USDC_61,
|
|
997
|
-
url: 'gho-usdc-gho-usdc-61',
|
|
998
|
-
marketAddress: '0x20b32C597633f12B44CFAFe0ab27408028CA0f6A',
|
|
999
|
-
hasSmartCollateral: true,
|
|
1000
|
-
hasSmartDebt: true,
|
|
1001
|
-
collateralAsset0: 'GHO',
|
|
1002
|
-
collateralAsset1: 'USDC',
|
|
1003
|
-
debtAsset0: 'GHO',
|
|
1004
|
-
debtAsset1: 'USDC',
|
|
1005
|
-
});
|
|
1006
|
-
|
|
1007
|
-
export const FLUID_WEETH_ETH_WSTETH_74 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1008
|
-
stableBased: false,
|
|
1009
|
-
btcBased: false,
|
|
1010
|
-
wstETHBased: true,
|
|
1011
|
-
ethBased: true,
|
|
1012
|
-
type: FluidVaultType.T2,
|
|
1013
|
-
id: 74,
|
|
1014
|
-
chainIds: [NetworkNumber.Eth],
|
|
1015
|
-
label: '#74 (weETH-ETH / wstETH)',
|
|
1016
|
-
shortLabel: 'weETH-ETH/wstETH',
|
|
1017
|
-
value: FluidMainnetVersion.FLUID_WEETH_ETH_WSTETH_74,
|
|
1018
|
-
url: 'weeth-eth-wsteth-74',
|
|
1019
|
-
marketAddress: '0xb4a15526d427f4d20b0dAdaF3baB4177C85A699A',
|
|
1020
|
-
hasSmartCollateral: true,
|
|
1021
|
-
hasSmartDebt: false,
|
|
1022
|
-
collateralAsset0: 'weETH',
|
|
1023
|
-
collateralAsset1: 'ETH',
|
|
1024
|
-
debtAsset0: 'wstETH',
|
|
1025
|
-
});
|
|
1026
|
-
|
|
1027
|
-
export const FLUID_USDC_ETH_USDC_ETH_77 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1028
|
-
stableBased: true,
|
|
1029
|
-
btcBased: false,
|
|
1030
|
-
wstETHBased: false,
|
|
1031
|
-
ethBased: true,
|
|
1032
|
-
type: FluidVaultType.T4,
|
|
1033
|
-
id: 77,
|
|
1034
|
-
chainIds: [NetworkNumber.Eth],
|
|
1035
|
-
label: '#77 (USDC-ETH / USDC-ETH)',
|
|
1036
|
-
shortLabel: 'USDC-ETH/USDC-ETH',
|
|
1037
|
-
value: FluidMainnetVersion.FLUID_USDC_ETH_USDC_ETH_77,
|
|
1038
|
-
url: 'usdc-eth-usdc-eth-77',
|
|
1039
|
-
marketAddress: '0x469D8c7990b9072EEF05d6349224621a71176213',
|
|
1040
|
-
hasSmartCollateral: true,
|
|
1041
|
-
hasSmartDebt: true,
|
|
1042
|
-
collateralAsset0: 'USDC',
|
|
1043
|
-
collateralAsset1: 'ETH',
|
|
1044
|
-
debtAsset0: 'USDC',
|
|
1045
|
-
debtAsset1: 'ETH',
|
|
1046
|
-
});
|
|
1047
|
-
|
|
1048
|
-
export const FLUID_RSETH_ETH_WSTETH_78 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1049
|
-
stableBased: false,
|
|
1050
|
-
btcBased: false,
|
|
1051
|
-
wstETHBased: true,
|
|
1052
|
-
ethBased: true,
|
|
1053
|
-
type: FluidVaultType.T2,
|
|
1054
|
-
id: 78,
|
|
1055
|
-
chainIds: [NetworkNumber.Eth],
|
|
1056
|
-
label: '#78 (rsETH-ETH / wstETH)',
|
|
1057
|
-
shortLabel: 'rsETH-ETH/wstETH',
|
|
1058
|
-
value: FluidMainnetVersion.FLUID_RSETH_ETH_WSTETH_78,
|
|
1059
|
-
url: 'rseth-eth-wsteth-78',
|
|
1060
|
-
marketAddress: '0x9A64E3EB9c2F917CBAdDe75Ad23bb402257acf2E',
|
|
1061
|
-
hasSmartCollateral: true,
|
|
1062
|
-
hasSmartDebt: false,
|
|
1063
|
-
collateralAsset0: 'rsETH',
|
|
1064
|
-
collateralAsset1: 'ETH',
|
|
1065
|
-
debtAsset0: 'wstETH',
|
|
1066
|
-
});
|
|
1067
|
-
|
|
1068
|
-
export const FLUID_RSETH_WSTETH_79 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1069
|
-
stableBased: false,
|
|
1070
|
-
btcBased: false,
|
|
1071
|
-
wstETHBased: true,
|
|
1072
|
-
ethBased: true,
|
|
1073
|
-
type: FluidVaultType.T1,
|
|
1074
|
-
id: 79,
|
|
1075
|
-
chainIds: [NetworkNumber.Eth],
|
|
1076
|
-
label: '#79 (rsETH / wstETH)',
|
|
1077
|
-
shortLabel: 'rsETH/wstETH',
|
|
1078
|
-
value: FluidMainnetVersion.FLUID_RSETH_WSTETH_79,
|
|
1079
|
-
url: 'rseth-wsteth-79',
|
|
1080
|
-
marketAddress: '0x025C1494b7d15aa931E011f6740E0b46b2136cb9',
|
|
1081
|
-
hasSmartCollateral: false,
|
|
1082
|
-
hasSmartDebt: false,
|
|
1083
|
-
collateralAsset0: 'rsETH',
|
|
1084
|
-
debtAsset0: 'wstETH',
|
|
1085
|
-
});
|
|
1086
|
-
|
|
1087
|
-
export const FLUID_WEETHS_ETH_WSTETH_80 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1088
|
-
stableBased: false,
|
|
1089
|
-
btcBased: false,
|
|
1090
|
-
wstETHBased: true,
|
|
1091
|
-
ethBased: true,
|
|
1092
|
-
type: FluidVaultType.T2,
|
|
1093
|
-
id: 80,
|
|
1094
|
-
chainIds: [NetworkNumber.Eth],
|
|
1095
|
-
label: '#80 (weETHs-ETH / wstETH)',
|
|
1096
|
-
shortLabel: 'weETHs-ETH/wstETH',
|
|
1097
|
-
value: FluidMainnetVersion.FLUID_WEETHS_ETH_WSTETH_80,
|
|
1098
|
-
url: 'weeths-eth-wsteth-80',
|
|
1099
|
-
marketAddress: '0x153a0D021AeD5d20D9E59e8B9ecC9E3e9276f6C3',
|
|
1100
|
-
hasSmartCollateral: true,
|
|
1101
|
-
hasSmartDebt: false,
|
|
1102
|
-
collateralAsset0: 'weETHs',
|
|
1103
|
-
collateralAsset1: 'ETH',
|
|
1104
|
-
debtAsset0: 'wstETH',
|
|
1105
|
-
});
|
|
1106
|
-
|
|
1107
|
-
export const FLUID_SUSDE_USDT_USDT_92 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1108
|
-
stableBased: true,
|
|
1109
|
-
btcBased: false,
|
|
1110
|
-
wstETHBased: false,
|
|
1111
|
-
ethBased: false,
|
|
1112
|
-
type: FluidVaultType.T2,
|
|
1113
|
-
id: 92,
|
|
1114
|
-
chainIds: [NetworkNumber.Eth],
|
|
1115
|
-
label: '#92 (sUSDe-USDT / USDT)',
|
|
1116
|
-
shortLabel: 'sUSDe-USDT/USDT',
|
|
1117
|
-
value: FluidMainnetVersion.FLUID_SUSDE_USDT_USDT_92,
|
|
1118
|
-
url: 'susde-usdt-usdt-92',
|
|
1119
|
-
marketAddress: '0x7503b58Bb29937e7E2980f70D3FD021B7ebeA6d0',
|
|
1120
|
-
hasSmartCollateral: true,
|
|
1121
|
-
hasSmartDebt: false,
|
|
1122
|
-
collateralAsset0: 'sUSDe',
|
|
1123
|
-
collateralAsset1: 'USDT',
|
|
1124
|
-
debtAsset0: 'USDT',
|
|
1125
|
-
});
|
|
1126
|
-
|
|
1127
|
-
export const FLUID_USDE_USDT_USDT_93 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1128
|
-
stableBased: true,
|
|
1129
|
-
btcBased: false,
|
|
1130
|
-
wstETHBased: false,
|
|
1131
|
-
ethBased: false,
|
|
1132
|
-
type: FluidVaultType.T2,
|
|
1133
|
-
id: 93,
|
|
1134
|
-
chainIds: [NetworkNumber.Eth],
|
|
1135
|
-
label: '#93 (USDe-USDT / USDT)',
|
|
1136
|
-
shortLabel: 'USDe-USDT/USDT',
|
|
1137
|
-
value: FluidMainnetVersion.FLUID_USDE_USDT_USDT_93,
|
|
1138
|
-
url: 'usde-usdt-usdt-93',
|
|
1139
|
-
marketAddress: '0x989a44CB4dBb7eBe20e0aBf3C1E1d727BF90F881',
|
|
1140
|
-
hasSmartCollateral: true,
|
|
1141
|
-
hasSmartDebt: false,
|
|
1142
|
-
collateralAsset0: 'USDe',
|
|
1143
|
-
collateralAsset1: 'USDT',
|
|
1144
|
-
debtAsset0: 'USDT',
|
|
1145
|
-
});
|
|
1146
|
-
|
|
1147
|
-
export const FLUID_LBTC_CBBTC_WBTC_97 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1148
|
-
stableBased: false,
|
|
1149
|
-
btcBased: true,
|
|
1150
|
-
wstETHBased: false,
|
|
1151
|
-
ethBased: false,
|
|
1152
|
-
type: FluidVaultType.T2,
|
|
1153
|
-
id: 97,
|
|
1154
|
-
chainIds: [NetworkNumber.Eth],
|
|
1155
|
-
label: '#97 (LBTC-cbBTC / WBTC)',
|
|
1156
|
-
shortLabel: 'LBTC-cbBTC/WBTC',
|
|
1157
|
-
value: FluidMainnetVersion.FLUID_LBTC_CBBTC_WBTC_97,
|
|
1158
|
-
url: 'lbtc-cbbtc-wbtc-97',
|
|
1159
|
-
marketAddress: '0x96B2A29823d475468eE6f15e07878adf79E8199b',
|
|
1160
|
-
hasSmartCollateral: true,
|
|
1161
|
-
hasSmartDebt: false,
|
|
1162
|
-
collateralAsset0: 'LBTC',
|
|
1163
|
-
collateralAsset1: 'cbBTC',
|
|
1164
|
-
debtAsset0: 'WBTC',
|
|
1165
|
-
});
|
|
1166
|
-
|
|
1167
|
-
export const FLUID_SUSDE_USDT_USDC_USDT_98 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1168
|
-
stableBased: true,
|
|
1169
|
-
btcBased: false,
|
|
1170
|
-
wstETHBased: false,
|
|
1171
|
-
ethBased: false,
|
|
1172
|
-
type: FluidVaultType.T4,
|
|
1173
|
-
id: 98,
|
|
1174
|
-
chainIds: [NetworkNumber.Eth],
|
|
1175
|
-
label: '#98 (sUSDe-USDT / USDC-USDT)',
|
|
1176
|
-
shortLabel: 'sUSDe-USDT/USDC-USDT',
|
|
1177
|
-
value: FluidMainnetVersion.FLUID_SUSDE_USDT_USDC_USDT_98,
|
|
1178
|
-
url: 'susde-usdt-usdc-usdt-98',
|
|
1179
|
-
marketAddress: '0xB170B94BeFe21098966aa9905Da6a2F569463A21',
|
|
1180
|
-
hasSmartCollateral: true,
|
|
1181
|
-
hasSmartDebt: true,
|
|
1182
|
-
collateralAsset0: 'sUSDe',
|
|
1183
|
-
collateralAsset1: 'USDT',
|
|
1184
|
-
debtAsset0: 'USDC',
|
|
1185
|
-
debtAsset1: 'USDT',
|
|
1186
|
-
});
|
|
1187
|
-
|
|
1188
|
-
export const FLUID_USDE_USDT_USDC_USDT_99 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1189
|
-
stableBased: false,
|
|
1190
|
-
btcBased: true,
|
|
1191
|
-
wstETHBased: false,
|
|
1192
|
-
ethBased: false,
|
|
1193
|
-
type: FluidVaultType.T4,
|
|
1194
|
-
id: 99,
|
|
1195
|
-
chainIds: [NetworkNumber.Eth],
|
|
1196
|
-
label: '#99 (USDe-USDT / USDC-USDT)',
|
|
1197
|
-
shortLabel: 'USDe-USDT/USDC-USDT',
|
|
1198
|
-
value: FluidMainnetVersion.FLUID_USDE_USDT_USDC_USDT_99,
|
|
1199
|
-
url: 'usde-usdt-usdc-usdt-99',
|
|
1200
|
-
marketAddress: '0xaEac94D417BF8d8bb3A44507100Ab8c0D3b12cA1',
|
|
1201
|
-
hasSmartCollateral: true,
|
|
1202
|
-
hasSmartDebt: true,
|
|
1203
|
-
collateralAsset0: 'USDe',
|
|
1204
|
-
collateralAsset1: 'USDT',
|
|
1205
|
-
debtAsset0: 'USDC',
|
|
1206
|
-
debtAsset1: 'USDT',
|
|
1207
|
-
});
|
|
1208
|
-
|
|
1209
|
-
export const FLUID_USDC_ETH_100 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1210
|
-
stableBased: true,
|
|
1211
|
-
btcBased: false,
|
|
1212
|
-
wstETHBased: false,
|
|
1213
|
-
ethBased: true,
|
|
1214
|
-
type: FluidVaultType.T1,
|
|
1215
|
-
id: 100,
|
|
1216
|
-
chainIds: [NetworkNumber.Eth],
|
|
1217
|
-
label: '#100 (USDC / ETH)',
|
|
1218
|
-
shortLabel: 'USDC/ETH',
|
|
1219
|
-
value: FluidMainnetVersion.FLUID_USDC_ETH_100,
|
|
1220
|
-
url: 'usdc-eth-100',
|
|
1221
|
-
marketAddress: '0x348aD11DB2c90e7FdF8e57420C569F76dBe38a59',
|
|
1222
|
-
hasSmartCollateral: false,
|
|
1223
|
-
hasSmartDebt: false,
|
|
1224
|
-
collateralAsset0: 'USDC',
|
|
1225
|
-
debtAsset0: 'ETH',
|
|
1226
|
-
});
|
|
1227
|
-
|
|
1228
|
-
export const FLUID_USDC_WBTC_101 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1229
|
-
stableBased: true,
|
|
1230
|
-
btcBased: true,
|
|
1231
|
-
wstETHBased: false,
|
|
1232
|
-
ethBased: false,
|
|
1233
|
-
type: FluidVaultType.T1,
|
|
1234
|
-
id: 101,
|
|
1235
|
-
chainIds: [NetworkNumber.Eth],
|
|
1236
|
-
label: '#101 (USDC / WBTC)',
|
|
1237
|
-
shortLabel: 'USDC/WBTC',
|
|
1238
|
-
value: FluidMainnetVersion.FLUID_USDC_WBTC_101,
|
|
1239
|
-
url: 'usdc-wbtc-101',
|
|
1240
|
-
marketAddress: '0xF140Ea1C1D657EaaB802FF7626dC220cD4007CE7',
|
|
1241
|
-
hasSmartCollateral: false,
|
|
1242
|
-
hasSmartDebt: false,
|
|
1243
|
-
collateralAsset0: 'USDC',
|
|
1244
|
-
debtAsset0: 'WBTC',
|
|
1245
|
-
});
|
|
1246
|
-
|
|
1247
|
-
export const FLUID_USDC_CBBTC_102 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1248
|
-
stableBased: true,
|
|
1249
|
-
btcBased: true,
|
|
1250
|
-
wstETHBased: false,
|
|
1251
|
-
ethBased: false,
|
|
1252
|
-
type: FluidVaultType.T1,
|
|
1253
|
-
id: 102,
|
|
1254
|
-
chainIds: [NetworkNumber.Eth],
|
|
1255
|
-
label: '#102 (USDC / cbBTC)',
|
|
1256
|
-
shortLabel: 'USDC/cbBTC',
|
|
1257
|
-
value: FluidMainnetVersion.FLUID_USDC_CBBTC_102,
|
|
1258
|
-
url: 'usdc-cbbtc-102',
|
|
1259
|
-
marketAddress: '0x1581f8C3De000b9A1cde85CaF68eC979D76a7b5E',
|
|
1260
|
-
hasSmartCollateral: false,
|
|
1261
|
-
hasSmartDebt: false,
|
|
1262
|
-
collateralAsset0: 'USDC',
|
|
1263
|
-
debtAsset0: 'cbBTC',
|
|
1264
|
-
});
|
|
1265
|
-
|
|
1266
|
-
export const FLUID_EZETH_WSTETH_103 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1267
|
-
stableBased: false,
|
|
1268
|
-
btcBased: false,
|
|
1269
|
-
wstETHBased: true,
|
|
1270
|
-
ethBased: true,
|
|
1271
|
-
type: FluidVaultType.T1,
|
|
1272
|
-
id: 103,
|
|
1273
|
-
chainIds: [NetworkNumber.Eth],
|
|
1274
|
-
label: '#103 (ezETH / wstETH)',
|
|
1275
|
-
shortLabel: 'ezETH/wstETH',
|
|
1276
|
-
value: FluidMainnetVersion.FLUID_EZETH_WSTETH_103,
|
|
1277
|
-
url: 'ezeth-wsteth-103',
|
|
1278
|
-
marketAddress: '0x18D31F2E1374574DF8309F92305008Beb49d3618',
|
|
1279
|
-
hasSmartCollateral: false,
|
|
1280
|
-
hasSmartDebt: false,
|
|
1281
|
-
collateralAsset0: 'ezETH',
|
|
1282
|
-
debtAsset0: 'wstETH',
|
|
1283
|
-
});
|
|
1284
|
-
|
|
1285
|
-
export const FLUID_EZETH_ETH_WSTETH_104 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1286
|
-
stableBased: false,
|
|
1287
|
-
btcBased: false,
|
|
1288
|
-
wstETHBased: true,
|
|
1289
|
-
ethBased: true,
|
|
1290
|
-
type: FluidVaultType.T2,
|
|
1291
|
-
id: 104,
|
|
1292
|
-
chainIds: [NetworkNumber.Eth],
|
|
1293
|
-
label: '#104 (ezETH-ETH / wstETH)',
|
|
1294
|
-
shortLabel: 'ezETH-ETH/wstETH',
|
|
1295
|
-
value: FluidMainnetVersion.FLUID_EZETH_ETH_WSTETH_104,
|
|
1296
|
-
url: 'ezeth-eth-wsteth-104',
|
|
1297
|
-
marketAddress: '0x7ca57429d74EeDA2ae0AaE009277cB140d2B4901',
|
|
1298
|
-
hasSmartCollateral: true,
|
|
1299
|
-
hasSmartDebt: false,
|
|
1300
|
-
collateralAsset0: 'ezETH',
|
|
1301
|
-
collateralAsset1: 'ETH',
|
|
1302
|
-
debtAsset0: 'wstETH',
|
|
1303
|
-
});
|
|
1304
|
-
|
|
1305
|
-
export const FLUID_LBTC_USDC_107 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1306
|
-
stableBased: true,
|
|
1307
|
-
btcBased: true,
|
|
1308
|
-
wstETHBased: false,
|
|
1309
|
-
ethBased: false,
|
|
1310
|
-
type: FluidVaultType.T1,
|
|
1311
|
-
id: 107,
|
|
1312
|
-
chainIds: [NetworkNumber.Eth],
|
|
1313
|
-
label: '#107 (LBTC / USDC)',
|
|
1314
|
-
shortLabel: 'LBTC/USDC',
|
|
1315
|
-
value: FluidMainnetVersion.FLUID_LBTC_USDC_107,
|
|
1316
|
-
url: 'lbtc-usdc-107',
|
|
1317
|
-
marketAddress: '0x9714427bd5A212EF6779EF46577771A39F55fA3D',
|
|
1318
|
-
hasSmartCollateral: false,
|
|
1319
|
-
hasSmartDebt: false,
|
|
1320
|
-
collateralAsset0: 'LBTC',
|
|
1321
|
-
debtAsset0: 'USDC',
|
|
1322
|
-
});
|
|
1323
|
-
|
|
1324
|
-
export const FLUID_LBTC_USDT_108 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1325
|
-
stableBased: true,
|
|
1326
|
-
btcBased: true,
|
|
1327
|
-
wstETHBased: false,
|
|
1328
|
-
ethBased: false,
|
|
1329
|
-
type: FluidVaultType.T1,
|
|
1330
|
-
id: 108,
|
|
1331
|
-
chainIds: [NetworkNumber.Eth],
|
|
1332
|
-
label: '#108 (LBTC / USDT)',
|
|
1333
|
-
shortLabel: 'LBTC/USDT',
|
|
1334
|
-
value: FluidMainnetVersion.FLUID_LBTC_USDT_108,
|
|
1335
|
-
url: 'lbtc-usdt-108',
|
|
1336
|
-
marketAddress: '0x9f64b16071387bcFD63A1EA7a518e22597575F14',
|
|
1337
|
-
hasSmartCollateral: false,
|
|
1338
|
-
hasSmartDebt: false,
|
|
1339
|
-
collateralAsset0: 'LBTC',
|
|
1340
|
-
debtAsset0: 'USDT',
|
|
1341
|
-
});
|
|
1342
|
-
|
|
1343
|
-
export const FLUID_LBTC_GHO_109 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1344
|
-
stableBased: true,
|
|
1345
|
-
btcBased: true,
|
|
1346
|
-
wstETHBased: false,
|
|
1347
|
-
ethBased: false,
|
|
1348
|
-
type: FluidVaultType.T1,
|
|
1349
|
-
id: 109,
|
|
1350
|
-
chainIds: [NetworkNumber.Eth],
|
|
1351
|
-
label: '#109 (LBTC / GHO)',
|
|
1352
|
-
shortLabel: 'LBTC/GHO',
|
|
1353
|
-
value: FluidMainnetVersion.FLUID_LBTC_GHO_109,
|
|
1354
|
-
url: 'lbtc-gho-109',
|
|
1355
|
-
marketAddress: '0x6388eEFD6b462662Ac295D7B436cbCa8651BEAf4',
|
|
1356
|
-
hasSmartCollateral: false,
|
|
1357
|
-
hasSmartDebt: false,
|
|
1358
|
-
collateralAsset0: 'LBTC',
|
|
1359
|
-
debtAsset0: 'GHO',
|
|
1360
|
-
});
|
|
1361
|
-
|
|
1362
|
-
export const FLUID_LBTC_CBBTC_CBBTC_114 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1363
|
-
stableBased: false,
|
|
1364
|
-
btcBased: true,
|
|
1365
|
-
wstETHBased: false,
|
|
1366
|
-
ethBased: false,
|
|
1367
|
-
type: FluidVaultType.T2,
|
|
1368
|
-
id: 114,
|
|
1369
|
-
chainIds: [NetworkNumber.Eth],
|
|
1370
|
-
label: '#114 (LBTC-cbBTC / cbBTC)',
|
|
1371
|
-
shortLabel: 'LBTC-cbBTC/cbBTC',
|
|
1372
|
-
value: FluidMainnetVersion.FLUID_LBTC_CBBTC_CBBTC_114,
|
|
1373
|
-
url: 'lbtc-cbbtc-cbbtc-114',
|
|
1374
|
-
marketAddress: '0x9f1F074EB64470f804b34E6948132b8aAE17028F',
|
|
1375
|
-
hasSmartCollateral: true,
|
|
1376
|
-
hasSmartDebt: false,
|
|
1377
|
-
collateralAsset0: 'LBTC',
|
|
1378
|
-
collateralAsset1: 'cbBTC',
|
|
1379
|
-
debtAsset0: 'cbBTC',
|
|
1380
|
-
});
|
|
1381
|
-
|
|
1382
|
-
export const FLUID_WBTC_LBTC_WBTC_115 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1383
|
-
stableBased: false,
|
|
1384
|
-
btcBased: true,
|
|
1385
|
-
wstETHBased: false,
|
|
1386
|
-
ethBased: false,
|
|
1387
|
-
type: FluidVaultType.T2,
|
|
1388
|
-
id: 115,
|
|
1389
|
-
chainIds: [NetworkNumber.Eth],
|
|
1390
|
-
label: '#115 (WBTC-LBTC / WBTC)',
|
|
1391
|
-
shortLabel: 'WBTC-LBTC/WBTC',
|
|
1392
|
-
value: FluidMainnetVersion.FLUID_WBTC_LBTC_WBTC_115,
|
|
1393
|
-
url: 'wbtc-lbtc-wbtc-115',
|
|
1394
|
-
marketAddress: '0x57A9f4e109EcEF8990BC794df0D159fb29861f2A',
|
|
1395
|
-
hasSmartCollateral: true,
|
|
1396
|
-
hasSmartDebt: false,
|
|
1397
|
-
collateralAsset0: 'WBTC',
|
|
1398
|
-
collateralAsset1: 'LBTC',
|
|
1399
|
-
debtAsset0: 'WBTC',
|
|
1400
|
-
});
|
|
1401
|
-
|
|
1402
|
-
export const FLUID_ETH_USDC_1_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1403
|
-
stableBased: true,
|
|
1404
|
-
btcBased: false,
|
|
1405
|
-
wstETHBased: false,
|
|
1406
|
-
ethBased: true,
|
|
1407
|
-
type: FluidVaultType.T1,
|
|
1408
|
-
id: 1,
|
|
1409
|
-
chainIds: [NetworkNumber.Arb],
|
|
1410
|
-
label: '#1 (ETH / USDC)',
|
|
1411
|
-
shortLabel: 'ETH/USDC',
|
|
1412
|
-
value: FluidArbitrumVersion.FLUID_ETH_USDC_1_ARB,
|
|
1413
|
-
url: 'eth-usdc-1-arb',
|
|
1414
|
-
marketAddress: '0xeAbBfca72F8a8bf14C4ac59e69ECB2eB69F0811C',
|
|
1415
|
-
hasSmartCollateral: false,
|
|
1416
|
-
hasSmartDebt: false,
|
|
1417
|
-
collateralAsset0: 'ETH',
|
|
1418
|
-
debtAsset0: 'USDC',
|
|
1419
|
-
});
|
|
1420
|
-
|
|
1421
|
-
export const FLUID_ETH_USDT_2_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1422
|
-
stableBased: true,
|
|
1423
|
-
btcBased: false,
|
|
1424
|
-
wstETHBased: false,
|
|
1425
|
-
ethBased: true,
|
|
1426
|
-
type: FluidVaultType.T1,
|
|
1427
|
-
id: 2,
|
|
1428
|
-
chainIds: [NetworkNumber.Arb],
|
|
1429
|
-
label: '#2 (ETH / USDT)',
|
|
1430
|
-
shortLabel: 'ETH/USDT',
|
|
1431
|
-
value: FluidArbitrumVersion.FLUID_ETH_USDT_2_ARB,
|
|
1432
|
-
url: 'eth-usdt-2-arb',
|
|
1433
|
-
marketAddress: '0xbEC491FeF7B4f666b270F9D5E5C3f443cBf20991',
|
|
1434
|
-
hasSmartCollateral: false,
|
|
1435
|
-
hasSmartDebt: false,
|
|
1436
|
-
collateralAsset0: 'ETH',
|
|
1437
|
-
debtAsset0: 'USDT',
|
|
1438
|
-
});
|
|
1439
|
-
|
|
1440
|
-
export const FLUID_WSTETH_USDC_3_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1441
|
-
stableBased: true,
|
|
1442
|
-
btcBased: false,
|
|
1443
|
-
wstETHBased: true,
|
|
1444
|
-
ethBased: true,
|
|
1445
|
-
type: FluidVaultType.T1,
|
|
1446
|
-
id: 3,
|
|
1447
|
-
chainIds: [NetworkNumber.Arb],
|
|
1448
|
-
label: '#3 (wstETH / USDC)',
|
|
1449
|
-
shortLabel: 'wstETH/USDC',
|
|
1450
|
-
value: FluidArbitrumVersion.FLUID_WSTETH_USDC_3_ARB,
|
|
1451
|
-
url: 'wsteth-usdc-3-arb',
|
|
1452
|
-
marketAddress: '0xA0F83Fc5885cEBc0420ce7C7b139Adc80c4F4D91',
|
|
1453
|
-
hasSmartCollateral: false,
|
|
1454
|
-
hasSmartDebt: false,
|
|
1455
|
-
collateralAsset0: 'wstETH',
|
|
1456
|
-
debtAsset0: 'USDC',
|
|
1457
|
-
});
|
|
1458
|
-
|
|
1459
|
-
export const FLUID_WSTETH_USDT_4_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1460
|
-
stableBased: true,
|
|
1461
|
-
btcBased: false,
|
|
1462
|
-
wstETHBased: true,
|
|
1463
|
-
ethBased: true,
|
|
1464
|
-
type: FluidVaultType.T1,
|
|
1465
|
-
id: 4,
|
|
1466
|
-
chainIds: [NetworkNumber.Arb],
|
|
1467
|
-
label: '#4 (wstETH / USDT)',
|
|
1468
|
-
shortLabel: 'wstETH/USDT',
|
|
1469
|
-
value: FluidArbitrumVersion.FLUID_WSTETH_USDT_4_ARB,
|
|
1470
|
-
url: 'wsteth-usdt-4-arb',
|
|
1471
|
-
marketAddress: '0x51197586F6A9e2571868b6ffaef308f3bdfEd3aE',
|
|
1472
|
-
hasSmartCollateral: false,
|
|
1473
|
-
hasSmartDebt: false,
|
|
1474
|
-
collateralAsset0: 'wstETH',
|
|
1475
|
-
debtAsset0: 'USDT',
|
|
1476
|
-
});
|
|
1477
|
-
|
|
1478
|
-
export const FLUID_WSTETH_ETH_5_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1479
|
-
stableBased: false,
|
|
1480
|
-
btcBased: false,
|
|
1481
|
-
wstETHBased: true,
|
|
1482
|
-
ethBased: true,
|
|
1483
|
-
type: FluidVaultType.T1,
|
|
1484
|
-
id: 5,
|
|
1485
|
-
chainIds: [NetworkNumber.Arb],
|
|
1486
|
-
label: '#5 (wstETH / ETH)',
|
|
1487
|
-
shortLabel: 'wstETH/ETH',
|
|
1488
|
-
value: FluidArbitrumVersion.FLUID_WSTETH_ETH_5_ARB,
|
|
1489
|
-
url: 'wsteth-eth-5-arb',
|
|
1490
|
-
marketAddress: '0x1c2bB46f36561bc4F05A94BD50916496aa501078',
|
|
1491
|
-
hasSmartCollateral: false,
|
|
1492
|
-
hasSmartDebt: false,
|
|
1493
|
-
collateralAsset0: 'wstETH',
|
|
1494
|
-
debtAsset0: 'ETH',
|
|
1495
|
-
});
|
|
1496
|
-
|
|
1497
|
-
export const FLUID_WEETH_WSTETH_6_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1498
|
-
stableBased: false,
|
|
1499
|
-
btcBased: false,
|
|
1500
|
-
wstETHBased: true,
|
|
1501
|
-
ethBased: true,
|
|
1502
|
-
type: FluidVaultType.T1,
|
|
1503
|
-
id: 6,
|
|
1504
|
-
chainIds: [NetworkNumber.Arb],
|
|
1505
|
-
label: '#6 (weETH / wstETH)',
|
|
1506
|
-
shortLabel: 'weETH/wstETH',
|
|
1507
|
-
value: FluidArbitrumVersion.FLUID_WEETH_WSTETH_6_ARB,
|
|
1508
|
-
url: 'weeth-wsteth-6-arb',
|
|
1509
|
-
marketAddress: '0x40D9b8417E6E1DcD358f04E3328bCEd061018A82',
|
|
1510
|
-
hasSmartCollateral: false,
|
|
1511
|
-
hasSmartDebt: false,
|
|
1512
|
-
collateralAsset0: 'weETH',
|
|
1513
|
-
debtAsset0: 'wstETH',
|
|
1514
|
-
});
|
|
1515
|
-
|
|
1516
|
-
export const FLUID_WEETH_USDC_7_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1517
|
-
stableBased: true,
|
|
1518
|
-
btcBased: false,
|
|
1519
|
-
wstETHBased: false,
|
|
1520
|
-
ethBased: true,
|
|
1521
|
-
type: FluidVaultType.T1,
|
|
1522
|
-
id: 7,
|
|
1523
|
-
chainIds: [NetworkNumber.Arb],
|
|
1524
|
-
label: '#7 (weETH / USDC)',
|
|
1525
|
-
shortLabel: 'weETH/USDC',
|
|
1526
|
-
value: FluidArbitrumVersion.FLUID_WEETH_USDC_7_ARB,
|
|
1527
|
-
url: 'weeth-usdc-7-arb',
|
|
1528
|
-
marketAddress: '0x4045720a33193b4Fe66c94DFbc8D37B0b4D9B469',
|
|
1529
|
-
hasSmartCollateral: false,
|
|
1530
|
-
hasSmartDebt: false,
|
|
1531
|
-
collateralAsset0: 'weETH',
|
|
1532
|
-
debtAsset0: 'USDC',
|
|
1533
|
-
});
|
|
1534
|
-
|
|
1535
|
-
export const FLUID_WEETH_USDT_8_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1536
|
-
stableBased: true,
|
|
1537
|
-
btcBased: false,
|
|
1538
|
-
wstETHBased: false,
|
|
1539
|
-
ethBased: true,
|
|
1540
|
-
type: FluidVaultType.T1,
|
|
1541
|
-
id: 8,
|
|
1542
|
-
chainIds: [NetworkNumber.Arb],
|
|
1543
|
-
label: '#8 (weETH / USDT)',
|
|
1544
|
-
shortLabel: 'weETH/USDT',
|
|
1545
|
-
value: FluidArbitrumVersion.FLUID_WEETH_USDT_8_ARB,
|
|
1546
|
-
url: 'weeth-usdt-8-arb',
|
|
1547
|
-
marketAddress: '0xBFADEA65591235f38809076e14803Ac84AcF3F97',
|
|
1548
|
-
hasSmartCollateral: false,
|
|
1549
|
-
hasSmartDebt: false,
|
|
1550
|
-
collateralAsset0: 'weETH',
|
|
1551
|
-
debtAsset0: 'USDT',
|
|
1552
|
-
});
|
|
1553
|
-
|
|
1554
|
-
export const FLUID_ETH_ARB_9_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1555
|
-
stableBased: false,
|
|
1556
|
-
btcBased: false,
|
|
1557
|
-
wstETHBased: false,
|
|
1558
|
-
ethBased: true,
|
|
1559
|
-
type: FluidVaultType.T1,
|
|
1560
|
-
id: 9,
|
|
1561
|
-
chainIds: [NetworkNumber.Arb],
|
|
1562
|
-
label: '#9 (ETH / ARB)',
|
|
1563
|
-
shortLabel: 'ETH/ARB',
|
|
1564
|
-
value: FluidArbitrumVersion.FLUID_ETH_ARB_9_ARB,
|
|
1565
|
-
url: 'eth-arb-9-arb',
|
|
1566
|
-
marketAddress: '0xf55B8e9F0c51Ace009f4b41d03321675d4C643b3',
|
|
1567
|
-
hasSmartCollateral: false,
|
|
1568
|
-
hasSmartDebt: false,
|
|
1569
|
-
collateralAsset0: 'ETH',
|
|
1570
|
-
debtAsset0: 'ARB',
|
|
1571
|
-
});
|
|
1572
|
-
|
|
1573
|
-
export const FLUID_ARB_USDC_10_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1574
|
-
stableBased: true,
|
|
1575
|
-
btcBased: false,
|
|
1576
|
-
wstETHBased: false,
|
|
1577
|
-
ethBased: false,
|
|
1578
|
-
type: FluidVaultType.T1,
|
|
1579
|
-
id: 10,
|
|
1580
|
-
chainIds: [NetworkNumber.Arb],
|
|
1581
|
-
label: '#10 (ARB / USDC)',
|
|
1582
|
-
shortLabel: 'ARB/USDC',
|
|
1583
|
-
value: FluidArbitrumVersion.FLUID_ARB_USDC_10_ARB,
|
|
1584
|
-
url: 'arb-usdc-10-arb',
|
|
1585
|
-
marketAddress: '0xdF16AdaF80584b2723F3BA1Eb7a601338Ba18c4e',
|
|
1586
|
-
hasSmartCollateral: false,
|
|
1587
|
-
hasSmartDebt: false,
|
|
1588
|
-
collateralAsset0: 'ARB',
|
|
1589
|
-
debtAsset0: 'USDC',
|
|
1590
|
-
});
|
|
1591
|
-
|
|
1592
|
-
export const FLUID_ARB_USDT_11_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1593
|
-
stableBased: true,
|
|
1594
|
-
btcBased: false,
|
|
1595
|
-
wstETHBased: false,
|
|
1596
|
-
ethBased: false,
|
|
1597
|
-
type: FluidVaultType.T1,
|
|
1598
|
-
id: 11,
|
|
1599
|
-
chainIds: [NetworkNumber.Arb],
|
|
1600
|
-
label: '#11 (ARB / USDT)',
|
|
1601
|
-
shortLabel: 'ARB/USDT',
|
|
1602
|
-
value: FluidArbitrumVersion.FLUID_ARB_USDT_11_ARB,
|
|
1603
|
-
url: 'arb-usdt-11-arb',
|
|
1604
|
-
marketAddress: '0x0C8C77B7FF4c2aF7F6CEBbe67350A490E3DD6cB3',
|
|
1605
|
-
hasSmartCollateral: false,
|
|
1606
|
-
hasSmartDebt: false,
|
|
1607
|
-
collateralAsset0: 'ARB',
|
|
1608
|
-
debtAsset0: 'USDT',
|
|
1609
|
-
});
|
|
1610
|
-
|
|
1611
|
-
export const FLUID_WBTC_USDC_12_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1612
|
-
stableBased: true,
|
|
1613
|
-
btcBased: true,
|
|
1614
|
-
wstETHBased: false,
|
|
1615
|
-
ethBased: false,
|
|
1616
|
-
type: FluidVaultType.T1,
|
|
1617
|
-
id: 12,
|
|
1618
|
-
chainIds: [NetworkNumber.Arb],
|
|
1619
|
-
label: '#12 (WBTC / USDC)',
|
|
1620
|
-
shortLabel: 'WBTC/USDC',
|
|
1621
|
-
value: FluidArbitrumVersion.FLUID_WBTC_USDC_12_ARB,
|
|
1622
|
-
url: 'wbtc_usdc_12_arb',
|
|
1623
|
-
marketAddress: '0xE16A6f5359ABB1f61cE71e25dD0932e3E00B00eB',
|
|
1624
|
-
hasSmartCollateral: false,
|
|
1625
|
-
hasSmartDebt: false,
|
|
1626
|
-
collateralAsset0: 'WBTC',
|
|
1627
|
-
debtAsset0: 'USDC',
|
|
1628
|
-
});
|
|
1629
|
-
|
|
1630
|
-
export const FLUID_WBTC_USDT_13_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1631
|
-
stableBased: true,
|
|
1632
|
-
btcBased: true,
|
|
1633
|
-
wstETHBased: false,
|
|
1634
|
-
ethBased: false,
|
|
1635
|
-
type: FluidVaultType.T1,
|
|
1636
|
-
id: 13,
|
|
1637
|
-
chainIds: [NetworkNumber.Arb],
|
|
1638
|
-
label: '#13 (WBTC / USDT)',
|
|
1639
|
-
shortLabel: 'WBTC/USDT',
|
|
1640
|
-
value: FluidArbitrumVersion.FLUID_WBTC_USDT_13_ARB,
|
|
1641
|
-
url: 'wbtc_usdc_13_arb',
|
|
1642
|
-
marketAddress: '0x82B27fA821419F5689381b565a8B0786aA2548De',
|
|
1643
|
-
hasSmartCollateral: false,
|
|
1644
|
-
hasSmartDebt: false,
|
|
1645
|
-
collateralAsset0: 'WBTC',
|
|
1646
|
-
debtAsset0: 'USDT',
|
|
1647
|
-
});
|
|
1648
|
-
|
|
1649
|
-
export const FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1650
|
-
stableBased: false,
|
|
1651
|
-
btcBased: false,
|
|
1652
|
-
wstETHBased: true,
|
|
1653
|
-
ethBased: true,
|
|
1654
|
-
type: FluidVaultType.T4,
|
|
1655
|
-
id: 16,
|
|
1656
|
-
chainIds: [NetworkNumber.Arb],
|
|
1657
|
-
label: '#16 (wstETH-ETH / wstETH-ETH)',
|
|
1658
|
-
shortLabel: 'wstETH-ETH/wstETH-ETH',
|
|
1659
|
-
value: FluidArbitrumVersion.FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB,
|
|
1660
|
-
url: 'wsteth-eth-wsteth-eth-16-arb',
|
|
1661
|
-
marketAddress: '0xeAEf563015634a9d0EE6CF1357A3b205C35e028D',
|
|
1662
|
-
hasSmartCollateral: true,
|
|
1663
|
-
hasSmartDebt: true,
|
|
1664
|
-
collateralAsset0: 'wstETH',
|
|
1665
|
-
collateralAsset1: 'ETH',
|
|
1666
|
-
debtAsset0: 'wstETH',
|
|
1667
|
-
debtAsset1: 'ETH',
|
|
1668
|
-
});
|
|
1669
|
-
|
|
1670
|
-
export const FLUID_WEETH_ETH_WSTETH_17_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1671
|
-
stableBased: false,
|
|
1672
|
-
btcBased: false,
|
|
1673
|
-
wstETHBased: true,
|
|
1674
|
-
ethBased: true,
|
|
1675
|
-
type: FluidVaultType.T2,
|
|
1676
|
-
id: 17,
|
|
1677
|
-
chainIds: [NetworkNumber.Arb],
|
|
1678
|
-
label: '#17 (weETH-ETH / wstETH)',
|
|
1679
|
-
shortLabel: 'weETH-ETH/wstETH',
|
|
1680
|
-
value: FluidArbitrumVersion.FLUID_WEETH_ETH_WSTETH_17_ARB,
|
|
1681
|
-
url: 'weeth-eth-wsteth-17-arb',
|
|
1682
|
-
marketAddress: '0x3996464c0fCCa8183e13ea5E5e74375e2c8744Dd',
|
|
1683
|
-
hasSmartCollateral: true,
|
|
1684
|
-
hasSmartDebt: false,
|
|
1685
|
-
collateralAsset0: 'weETH',
|
|
1686
|
-
collateralAsset1: 'ETH',
|
|
1687
|
-
debtAsset0: 'wstETH',
|
|
1688
|
-
});
|
|
1689
|
-
|
|
1690
|
-
export const FLUID_WBTC_ETH_18_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1691
|
-
stableBased: false,
|
|
1692
|
-
btcBased: true,
|
|
1693
|
-
wstETHBased: false,
|
|
1694
|
-
ethBased: true,
|
|
1695
|
-
type: FluidVaultType.T1,
|
|
1696
|
-
id: 18,
|
|
1697
|
-
chainIds: [NetworkNumber.Arb],
|
|
1698
|
-
label: '#18 (WBTC / ETH)',
|
|
1699
|
-
shortLabel: 'WBTC/ETH',
|
|
1700
|
-
value: FluidArbitrumVersion.FLUID_WBTC_ETH_18_ARB,
|
|
1701
|
-
url: 'wbtc_eth_18_arb',
|
|
1702
|
-
marketAddress: '0xBc345229C1b52e4c30530C614BB487323BA38Da5',
|
|
1703
|
-
hasSmartCollateral: false,
|
|
1704
|
-
hasSmartDebt: false,
|
|
1705
|
-
collateralAsset0: 'WBTC',
|
|
1706
|
-
debtAsset0: 'ETH',
|
|
1707
|
-
});
|
|
1708
|
-
|
|
1709
|
-
export const FLUID_ETH_WBTC_19_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1710
|
-
stableBased: false,
|
|
1711
|
-
btcBased: true,
|
|
1712
|
-
wstETHBased: false,
|
|
1713
|
-
ethBased: true,
|
|
1714
|
-
type: FluidVaultType.T1,
|
|
1715
|
-
id: 19,
|
|
1716
|
-
chainIds: [NetworkNumber.Arb],
|
|
1717
|
-
label: '#19 (ETH / WBTC)',
|
|
1718
|
-
shortLabel: 'ETH/WBTC',
|
|
1719
|
-
value: FluidArbitrumVersion.FLUID_ETH_WBTC_19_ARB,
|
|
1720
|
-
url: 'eth_wbtc_19_arb',
|
|
1721
|
-
marketAddress: '0xF2c8F54447cbd591C396b0Dd7ac15FAF552d0FA4',
|
|
1722
|
-
hasSmartCollateral: false,
|
|
1723
|
-
hasSmartDebt: false,
|
|
1724
|
-
collateralAsset0: 'ETH',
|
|
1725
|
-
debtAsset0: 'WBTC',
|
|
1726
|
-
});
|
|
1727
|
-
|
|
1728
|
-
export const FLUID_WSTETH_WBTC_20_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1729
|
-
stableBased: false,
|
|
1730
|
-
btcBased: true,
|
|
1731
|
-
wstETHBased: true,
|
|
1732
|
-
ethBased: true,
|
|
1733
|
-
type: FluidVaultType.T1,
|
|
1734
|
-
id: 20,
|
|
1735
|
-
chainIds: [NetworkNumber.Arb],
|
|
1736
|
-
label: '#20 (wstETH / WBTC)',
|
|
1737
|
-
shortLabel: 'wstETH/WBTC',
|
|
1738
|
-
value: FluidArbitrumVersion.FLUID_WSTETH_WBTC_20_ARB,
|
|
1739
|
-
url: 'wsteth_wbtc_20_arb',
|
|
1740
|
-
marketAddress: '0x92643E964CA4b2c165a95CA919b0A819acA6D5F1',
|
|
1741
|
-
hasSmartCollateral: false,
|
|
1742
|
-
hasSmartDebt: false,
|
|
1743
|
-
collateralAsset0: 'wstETH',
|
|
1744
|
-
debtAsset0: 'WBTC',
|
|
1745
|
-
});
|
|
1746
|
-
|
|
1747
|
-
export const FLUID_WEETH_WBTC_21_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1748
|
-
stableBased: false,
|
|
1749
|
-
btcBased: true,
|
|
1750
|
-
wstETHBased: false,
|
|
1751
|
-
ethBased: true,
|
|
1752
|
-
type: FluidVaultType.T1,
|
|
1753
|
-
id: 21,
|
|
1754
|
-
chainIds: [NetworkNumber.Arb],
|
|
1755
|
-
label: '#21 (weETH / WBTC)',
|
|
1756
|
-
shortLabel: 'weETH/WBTC',
|
|
1757
|
-
value: FluidArbitrumVersion.FLUID_WEETH_WBTC_21_ARB,
|
|
1758
|
-
url: 'weeth_wbtc_21_arb',
|
|
1759
|
-
marketAddress: '0x6F72895Cf6904489Bcd862c941c3D02a3eE4f03e',
|
|
1760
|
-
hasSmartCollateral: false,
|
|
1761
|
-
hasSmartDebt: false,
|
|
1762
|
-
collateralAsset0: 'weETH',
|
|
1763
|
-
debtAsset0: 'WBTC',
|
|
1764
|
-
});
|
|
1765
|
-
|
|
1766
|
-
export const FLUID_USDC_ETH_USDC_ETH_22_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1767
|
-
stableBased: true,
|
|
1768
|
-
btcBased: false,
|
|
1769
|
-
wstETHBased: false,
|
|
1770
|
-
ethBased: true,
|
|
1771
|
-
type: FluidVaultType.T4,
|
|
1772
|
-
id: 22,
|
|
1773
|
-
chainIds: [NetworkNumber.Arb],
|
|
1774
|
-
label: '#22 (USDC-ETH / USDC-ETH)',
|
|
1775
|
-
shortLabel: 'USDC-ETH/USDC-ETH',
|
|
1776
|
-
value: FluidArbitrumVersion.FLUID_USDC_ETH_USDC_ETH_22_ARB,
|
|
1777
|
-
url: 'usdc_eth_usdc_eth_22_arb',
|
|
1778
|
-
marketAddress: '0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40',
|
|
1779
|
-
hasSmartCollateral: true,
|
|
1780
|
-
hasSmartDebt: true,
|
|
1781
|
-
collateralAsset0: 'USDC',
|
|
1782
|
-
collateralAsset1: 'ETH',
|
|
1783
|
-
debtAsset0: 'USDC',
|
|
1784
|
-
debtAsset1: 'ETH',
|
|
1785
|
-
});
|
|
1786
|
-
|
|
1787
|
-
export const FLUID_ETH_USDC_USDT_23_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1788
|
-
stableBased: true,
|
|
1789
|
-
btcBased: false,
|
|
1790
|
-
wstETHBased: false,
|
|
1791
|
-
ethBased: true,
|
|
1792
|
-
type: FluidVaultType.T3,
|
|
1793
|
-
id: 23,
|
|
1794
|
-
chainIds: [NetworkNumber.Arb],
|
|
1795
|
-
label: '#23 (ETH / USDC-USDT)',
|
|
1796
|
-
shortLabel: 'ETH/USDC-USDT',
|
|
1797
|
-
value: FluidArbitrumVersion.FLUID_ETH_USDC_USDT_23_ARB,
|
|
1798
|
-
url: 'eth_usdc_usdt_23_arb',
|
|
1799
|
-
marketAddress: '0xaD439b9D61b25af1ca4Cd211E3eCb9AfBaAEd84a',
|
|
1800
|
-
hasSmartCollateral: false,
|
|
1801
|
-
hasSmartDebt: true,
|
|
1802
|
-
collateralAsset0: 'ETH',
|
|
1803
|
-
debtAsset0: 'USDC',
|
|
1804
|
-
debtAsset1: 'USDT',
|
|
1805
|
-
});
|
|
1806
|
-
export const FLUID_WSTETH_USDC_USDT_24_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1807
|
-
stableBased: true,
|
|
1808
|
-
btcBased: false,
|
|
1809
|
-
wstETHBased: true,
|
|
1810
|
-
ethBased: true,
|
|
1811
|
-
type: FluidVaultType.T3,
|
|
1812
|
-
id: 24,
|
|
1813
|
-
chainIds: [NetworkNumber.Arb],
|
|
1814
|
-
label: '#24 (wstETH / USDC-USDT)',
|
|
1815
|
-
shortLabel: 'wstETH/USDC-USDT',
|
|
1816
|
-
value: FluidArbitrumVersion.FLUID_WSTETH_USDC_USDT_24_ARB,
|
|
1817
|
-
url: 'wsteth_usdc_usdt_24_arb',
|
|
1818
|
-
marketAddress: '0x991416539E9DA46db233bCcbaEA38C4f852776D4',
|
|
1819
|
-
hasSmartCollateral: false,
|
|
1820
|
-
hasSmartDebt: true,
|
|
1821
|
-
collateralAsset0: 'wstETH',
|
|
1822
|
-
debtAsset0: 'USDC',
|
|
1823
|
-
debtAsset1: 'USDT',
|
|
1824
|
-
});
|
|
1825
|
-
export const FLUID_WEETH_USDC_USDT_25_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1826
|
-
stableBased: true,
|
|
1827
|
-
btcBased: false,
|
|
1828
|
-
wstETHBased: false,
|
|
1829
|
-
ethBased: true,
|
|
1830
|
-
type: FluidVaultType.T3,
|
|
1831
|
-
id: 25,
|
|
1832
|
-
chainIds: [NetworkNumber.Arb],
|
|
1833
|
-
label: '#25 (weETH / USDC-USDT)',
|
|
1834
|
-
shortLabel: 'weETH/USDC-USDT',
|
|
1835
|
-
value: FluidArbitrumVersion.FLUID_WEETH_USDC_USDT_25_ARB,
|
|
1836
|
-
url: 'weeth_usdc_usdt_25_arb',
|
|
1837
|
-
marketAddress: '0x03271C337c86a6Fd89625A2820e48621DC2a128b',
|
|
1838
|
-
hasSmartCollateral: false,
|
|
1839
|
-
hasSmartDebt: true,
|
|
1840
|
-
collateralAsset0: 'weETH',
|
|
1841
|
-
debtAsset0: 'USDC',
|
|
1842
|
-
debtAsset1: 'USDT',
|
|
1843
|
-
});
|
|
1844
|
-
|
|
1845
|
-
export const FLUID_WBTC_USDC_USDT_26_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1846
|
-
stableBased: true,
|
|
1847
|
-
btcBased: true,
|
|
1848
|
-
wstETHBased: false,
|
|
1849
|
-
ethBased: false,
|
|
1850
|
-
type: FluidVaultType.T3,
|
|
1851
|
-
id: 26,
|
|
1852
|
-
chainIds: [NetworkNumber.Arb],
|
|
1853
|
-
label: '#26 (WBTC / USDC-USDT)',
|
|
1854
|
-
shortLabel: 'WBTC/USDC-USDT',
|
|
1855
|
-
value: FluidArbitrumVersion.FLUID_WBTC_USDC_USDT_26_ARB,
|
|
1856
|
-
url: 'wbtc_usdc_usdt_26_arb',
|
|
1857
|
-
marketAddress: '0xF74cb9D69ada3559903149CFD60fD57cEAF95F30',
|
|
1858
|
-
hasSmartCollateral: false,
|
|
1859
|
-
hasSmartDebt: true,
|
|
1860
|
-
collateralAsset0: 'WBTC',
|
|
1861
|
-
debtAsset0: 'USDC',
|
|
1862
|
-
debtAsset1: 'USDT',
|
|
1863
|
-
});
|
|
1864
|
-
// TODO: This issue is due to sUSDS price fetching via multicall on arbi fails and it's not handled correctly
|
|
1865
|
-
/*
|
|
1866
|
-
export const FLUID_SUSDS_USDC_USDT_30_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1867
|
-
stableBased: true,
|
|
1868
|
-
btcBased: false,
|
|
1869
|
-
wstETHBased: false,
|
|
1870
|
-
ethBased: false,
|
|
1871
|
-
type: FluidVaultType.T3,
|
|
1872
|
-
id: 30,
|
|
1873
|
-
chainIds: [NetworkNumber.Arb],
|
|
1874
|
-
label: '#30 (sUSDS / USDC-USDT)',
|
|
1875
|
-
shortLabel: 'sUSDS/USDC-USDT',
|
|
1876
|
-
value: FluidArbitrumVersion.FLUID_SUSDS_USDC_USDT_30_ARB,
|
|
1877
|
-
url: 'susds_usdc_usdt_30_arb',
|
|
1878
|
-
marketAddress: '0xE6b5D1CdC4935295c84772C4700932b4BFC93274',
|
|
1879
|
-
hasSmartCollateral: false,
|
|
1880
|
-
hasSmartDebt: true,
|
|
1881
|
-
collateralAsset0: 'sUSDS',
|
|
1882
|
-
debtAsset0: 'USDC',
|
|
1883
|
-
debtAsset1: 'USDT',
|
|
1884
|
-
});
|
|
1885
|
-
*/
|
|
1886
|
-
|
|
1887
|
-
export const FLUID_ETH_USDC_1_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1888
|
-
stableBased: true,
|
|
1889
|
-
btcBased: false,
|
|
1890
|
-
wstETHBased: false,
|
|
1891
|
-
ethBased: true,
|
|
1892
|
-
type: FluidVaultType.T1,
|
|
1893
|
-
id: 1,
|
|
1894
|
-
chainIds: [NetworkNumber.Base],
|
|
1895
|
-
label: 'ETH / USDC Market 1',
|
|
1896
|
-
shortLabel: 'ETH/USDC',
|
|
1897
|
-
value: FluidBaseVersions.FLUID_ETH_USDC_1_BASE,
|
|
1898
|
-
url: 'eth-usdc-1-base',
|
|
1899
|
-
marketAddress: '0xeAbBfca72F8a8bf14C4ac59e69ECB2eB69F0811C',
|
|
1900
|
-
hasSmartCollateral: false,
|
|
1901
|
-
hasSmartDebt: false,
|
|
1902
|
-
collateralAsset0: 'ETH',
|
|
1903
|
-
debtAsset0: 'USDC',
|
|
1904
|
-
});
|
|
1905
|
-
|
|
1906
|
-
export const FLUID_WSTETH_USDC_2_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1907
|
-
stableBased: true,
|
|
1908
|
-
btcBased: false,
|
|
1909
|
-
wstETHBased: true,
|
|
1910
|
-
ethBased: true,
|
|
1911
|
-
type: FluidVaultType.T1,
|
|
1912
|
-
id: 2,
|
|
1913
|
-
chainIds: [NetworkNumber.Base],
|
|
1914
|
-
label: 'wstETH / USDC Market 2',
|
|
1915
|
-
shortLabel: 'wstETH/USDC',
|
|
1916
|
-
value: FluidBaseVersions.FLUID_WSTETH_USDC_2_BASE,
|
|
1917
|
-
url: 'wsteth-usdc-2-base',
|
|
1918
|
-
marketAddress: '0xbEC491FeF7B4f666b270F9D5E5C3f443cBf20991',
|
|
1919
|
-
hasSmartCollateral: false,
|
|
1920
|
-
hasSmartDebt: false,
|
|
1921
|
-
collateralAsset0: 'wstETH',
|
|
1922
|
-
debtAsset0: 'USDC',
|
|
1923
|
-
});
|
|
1924
|
-
|
|
1925
|
-
export const FLUID_WSTETH_ETH_3_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1926
|
-
stableBased: false,
|
|
1927
|
-
btcBased: false,
|
|
1928
|
-
wstETHBased: true,
|
|
1929
|
-
ethBased: true,
|
|
1930
|
-
type: FluidVaultType.T1,
|
|
1931
|
-
id: 3,
|
|
1932
|
-
chainIds: [NetworkNumber.Base],
|
|
1933
|
-
label: 'wstETH / ETH Market 3',
|
|
1934
|
-
shortLabel: 'wstETH/ETH',
|
|
1935
|
-
value: FluidBaseVersions.FLUID_WSTETH_ETH_3_BASE,
|
|
1936
|
-
url: 'wsteth-eth-3-base',
|
|
1937
|
-
marketAddress: '0xA0F83Fc5885cEBc0420ce7C7b139Adc80c4F4D91',
|
|
1938
|
-
hasSmartCollateral: false,
|
|
1939
|
-
hasSmartDebt: false,
|
|
1940
|
-
collateralAsset0: 'wstETH',
|
|
1941
|
-
debtAsset0: 'ETH',
|
|
1942
|
-
});
|
|
1943
|
-
|
|
1944
|
-
export const FLUID_WEETH_WSTETH_4_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1945
|
-
stableBased: false,
|
|
1946
|
-
btcBased: false,
|
|
1947
|
-
wstETHBased: true,
|
|
1948
|
-
ethBased: true,
|
|
1949
|
-
type: FluidVaultType.T1,
|
|
1950
|
-
id: 4,
|
|
1951
|
-
chainIds: [NetworkNumber.Base],
|
|
1952
|
-
label: 'weETH / wstETH Market 4',
|
|
1953
|
-
shortLabel: 'weETH/wstETH',
|
|
1954
|
-
value: FluidBaseVersions.FLUID_WEETH_WSTETH_4_BASE,
|
|
1955
|
-
url: 'weeth-wsteth-4-base',
|
|
1956
|
-
marketAddress: '0x51197586F6A9e2571868b6ffaef308f3bdfEd3aE',
|
|
1957
|
-
hasSmartCollateral: false,
|
|
1958
|
-
hasSmartDebt: false,
|
|
1959
|
-
collateralAsset0: 'weETH',
|
|
1960
|
-
debtAsset0: 'wstETH',
|
|
1961
|
-
});
|
|
1962
|
-
|
|
1963
|
-
export const FLUID_WEETH_USDC_5_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1964
|
-
stableBased: true,
|
|
1965
|
-
btcBased: false,
|
|
1966
|
-
wstETHBased: false,
|
|
1967
|
-
ethBased: true,
|
|
1968
|
-
type: FluidVaultType.T1,
|
|
1969
|
-
id: 5,
|
|
1970
|
-
chainIds: [NetworkNumber.Base],
|
|
1971
|
-
label: 'weETH / USDC Market 5',
|
|
1972
|
-
shortLabel: 'weETH/USDC',
|
|
1973
|
-
value: FluidBaseVersions.FLUID_WEETH_USDC_5_BASE,
|
|
1974
|
-
url: 'weeth-usdc-5-base',
|
|
1975
|
-
marketAddress: '0x1c2bB46f36561bc4F05A94BD50916496aa501078',
|
|
1976
|
-
hasSmartCollateral: false,
|
|
1977
|
-
hasSmartDebt: false,
|
|
1978
|
-
collateralAsset0: 'weETH',
|
|
1979
|
-
debtAsset0: 'USDC',
|
|
1980
|
-
});
|
|
1981
|
-
|
|
1982
|
-
export const FLUID_CBETH_USDC_6_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1983
|
-
stableBased: true,
|
|
1984
|
-
btcBased: false,
|
|
1985
|
-
wstETHBased: false,
|
|
1986
|
-
ethBased: true,
|
|
1987
|
-
type: FluidVaultType.T1,
|
|
1988
|
-
id: 6,
|
|
1989
|
-
chainIds: [NetworkNumber.Base],
|
|
1990
|
-
label: 'cbETH / USDC Market 6',
|
|
1991
|
-
shortLabel: 'cbETH/USDC',
|
|
1992
|
-
value: FluidBaseVersions.FLUID_CBETH_USDC_6_BASE,
|
|
1993
|
-
url: 'cbeth-usdc-6-base',
|
|
1994
|
-
marketAddress: '0x40D9b8417E6E1DcD358f04E3328bCEd061018A82',
|
|
1995
|
-
hasSmartCollateral: false,
|
|
1996
|
-
hasSmartDebt: false,
|
|
1997
|
-
collateralAsset0: 'cbETH',
|
|
1998
|
-
debtAsset0: 'USDC',
|
|
1999
|
-
});
|
|
2000
|
-
|
|
2001
|
-
export const FLUID_CBBTC_USDC_7_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2002
|
-
stableBased: true,
|
|
2003
|
-
btcBased: true,
|
|
2004
|
-
wstETHBased: false,
|
|
2005
|
-
ethBased: false,
|
|
2006
|
-
type: FluidVaultType.T1,
|
|
2007
|
-
id: 7,
|
|
2008
|
-
chainIds: [NetworkNumber.Base],
|
|
2009
|
-
label: 'cbBTC / USDC Market 7',
|
|
2010
|
-
shortLabel: 'cbBTC/USDC',
|
|
2011
|
-
value: FluidBaseVersions.FLUID_CBBTC_USDC_7_BASE,
|
|
2012
|
-
url: 'cbbtc-usdc-7-base',
|
|
2013
|
-
marketAddress: '0x4045720a33193b4Fe66c94DFbc8D37B0b4D9B469',
|
|
2014
|
-
hasSmartCollateral: false,
|
|
2015
|
-
hasSmartDebt: false,
|
|
2016
|
-
collateralAsset0: 'cbBTC',
|
|
2017
|
-
debtAsset0: 'USDC',
|
|
2018
|
-
});
|
|
2019
|
-
|
|
2020
|
-
export const FLUID_CBBTC_EURC_8_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2021
|
-
stableBased: true,
|
|
2022
|
-
btcBased: true,
|
|
2023
|
-
wstETHBased: false,
|
|
2024
|
-
ethBased: false,
|
|
2025
|
-
type: FluidVaultType.T1,
|
|
2026
|
-
id: 8,
|
|
2027
|
-
chainIds: [NetworkNumber.Base],
|
|
2028
|
-
label: 'cbBTC / EURC Market 8',
|
|
2029
|
-
shortLabel: 'cbBTC/EURC',
|
|
2030
|
-
value: FluidBaseVersions.FLUID_CBBTC_EURC_8_BASE,
|
|
2031
|
-
url: 'cbbtc-eurc-8-base',
|
|
2032
|
-
marketAddress: '0xBFADEA65591235f38809076e14803Ac84AcF3F97',
|
|
2033
|
-
hasSmartCollateral: false,
|
|
2034
|
-
hasSmartDebt: false,
|
|
2035
|
-
collateralAsset0: 'cbBTC',
|
|
2036
|
-
debtAsset0: 'EURC',
|
|
2037
|
-
});
|
|
2038
|
-
|
|
2039
|
-
export const FLUID_CBETH_EURC_9_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2040
|
-
stableBased: true,
|
|
2041
|
-
btcBased: false,
|
|
2042
|
-
wstETHBased: false,
|
|
2043
|
-
ethBased: true,
|
|
2044
|
-
type: FluidVaultType.T1,
|
|
2045
|
-
id: 9,
|
|
2046
|
-
chainIds: [NetworkNumber.Base],
|
|
2047
|
-
label: 'cbETH / EURC Market 9',
|
|
2048
|
-
shortLabel: 'cbETH/EURC',
|
|
2049
|
-
value: FluidBaseVersions.FLUID_CBETH_EURC_9_BASE,
|
|
2050
|
-
url: 'cbeth-eurc-9-base',
|
|
2051
|
-
marketAddress: '0xf55B8e9F0c51Ace009f4b41d03321675d4C643b3',
|
|
2052
|
-
hasSmartCollateral: false,
|
|
2053
|
-
hasSmartDebt: false,
|
|
2054
|
-
collateralAsset0: 'cbETH',
|
|
2055
|
-
debtAsset0: 'EURC',
|
|
2056
|
-
});
|
|
2057
|
-
|
|
2058
|
-
export const FLUID_ETH_EURC_10_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2059
|
-
stableBased: true,
|
|
2060
|
-
btcBased: false,
|
|
2061
|
-
wstETHBased: false,
|
|
2062
|
-
ethBased: true,
|
|
2063
|
-
type: FluidVaultType.T1,
|
|
2064
|
-
id: 10,
|
|
2065
|
-
chainIds: [NetworkNumber.Base],
|
|
2066
|
-
label: 'ETH / EURC Market 10',
|
|
2067
|
-
shortLabel: 'ETH/EURC',
|
|
2068
|
-
value: FluidBaseVersions.FLUID_ETH_EURC_10_BASE,
|
|
2069
|
-
url: 'eth-eurc-10-base',
|
|
2070
|
-
marketAddress: '0xdF16AdaF80584b2723F3BA1Eb7a601338Ba18c4e',
|
|
2071
|
-
hasSmartCollateral: false,
|
|
2072
|
-
hasSmartDebt: false,
|
|
2073
|
-
collateralAsset0: 'ETH',
|
|
2074
|
-
debtAsset0: 'EURC',
|
|
2075
|
-
});
|
|
2076
|
-
|
|
2077
|
-
export const FLUID_WEETH_EURC_11_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2078
|
-
stableBased: true,
|
|
2079
|
-
btcBased: false,
|
|
2080
|
-
wstETHBased: false,
|
|
2081
|
-
ethBased: true,
|
|
2082
|
-
type: FluidVaultType.T1,
|
|
2083
|
-
id: 11,
|
|
2084
|
-
chainIds: [NetworkNumber.Base],
|
|
2085
|
-
label: 'weETH / EURC Market 11',
|
|
2086
|
-
shortLabel: 'weETH/EURC',
|
|
2087
|
-
value: FluidBaseVersions.FLUID_WEETH_EURC_11_BASE,
|
|
2088
|
-
url: 'weeth-eurc-11-base',
|
|
2089
|
-
marketAddress: '0x0C8C77B7FF4c2aF7F6CEBbe67350A490E3DD6cB3',
|
|
2090
|
-
hasSmartCollateral: false,
|
|
2091
|
-
hasSmartDebt: false,
|
|
2092
|
-
collateralAsset0: 'weETH',
|
|
2093
|
-
debtAsset0: 'EURC',
|
|
2094
|
-
});
|
|
2095
|
-
|
|
2096
|
-
export const FLUID_WSTETH_EURC_12_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2097
|
-
stableBased: true,
|
|
2098
|
-
btcBased: false,
|
|
2099
|
-
wstETHBased: true,
|
|
2100
|
-
ethBased: true,
|
|
2101
|
-
type: FluidVaultType.T1,
|
|
2102
|
-
id: 12,
|
|
2103
|
-
chainIds: [NetworkNumber.Base],
|
|
2104
|
-
label: 'wstETH / EURC Market 12',
|
|
2105
|
-
shortLabel: 'wstETH/EURC',
|
|
2106
|
-
value: FluidBaseVersions.FLUID_WSTETH_EURC_12_BASE,
|
|
2107
|
-
url: 'wsteth-eurc-12-base',
|
|
2108
|
-
marketAddress: '0xE16A6f5359ABB1f61cE71e25dD0932e3E00B00eB',
|
|
2109
|
-
hasSmartCollateral: false,
|
|
2110
|
-
hasSmartDebt: false,
|
|
2111
|
-
collateralAsset0: 'wstETH',
|
|
2112
|
-
debtAsset0: 'EURC',
|
|
2113
|
-
});
|
|
2114
|
-
|
|
2115
|
-
export const FLUID_CBBTC_ETH_13_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2116
|
-
stableBased: false,
|
|
2117
|
-
btcBased: true,
|
|
2118
|
-
wstETHBased: false,
|
|
2119
|
-
ethBased: true,
|
|
2120
|
-
type: FluidVaultType.T1,
|
|
2121
|
-
id: 13,
|
|
2122
|
-
chainIds: [NetworkNumber.Base],
|
|
2123
|
-
label: 'cbBTC / ETH Market 13',
|
|
2124
|
-
shortLabel: 'cbBTC/ETH',
|
|
2125
|
-
value: FluidBaseVersions.FLUID_CBBTC_ETH_13_BASE,
|
|
2126
|
-
url: 'cbbtc-eth-13-base',
|
|
2127
|
-
marketAddress: '0x82B27fA821419F5689381b565a8B0786aA2548De',
|
|
2128
|
-
hasSmartCollateral: false,
|
|
2129
|
-
hasSmartDebt: false,
|
|
2130
|
-
collateralAsset0: 'cbBTC',
|
|
2131
|
-
debtAsset0: 'ETH',
|
|
2132
|
-
});
|
|
2133
|
-
|
|
2134
|
-
export const FLUID_ETH_CBBTC_14_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2135
|
-
stableBased: false,
|
|
2136
|
-
btcBased: true,
|
|
2137
|
-
wstETHBased: false,
|
|
2138
|
-
ethBased: true,
|
|
2139
|
-
type: FluidVaultType.T1,
|
|
2140
|
-
id: 14,
|
|
2141
|
-
chainIds: [NetworkNumber.Base],
|
|
2142
|
-
label: 'ETH / cbBTC Market 14',
|
|
2143
|
-
shortLabel: 'ETH/cbBTC',
|
|
2144
|
-
value: FluidBaseVersions.FLUID_ETH_CBBTC_14_BASE,
|
|
2145
|
-
url: 'eth-cbbtc-14-base',
|
|
2146
|
-
marketAddress: '0x1982CC7b1570C2503282d0A0B41F69b3B28fdcc3',
|
|
2147
|
-
hasSmartCollateral: false,
|
|
2148
|
-
hasSmartDebt: false,
|
|
2149
|
-
collateralAsset0: 'ETH',
|
|
2150
|
-
debtAsset0: 'cbBTC',
|
|
2151
|
-
});
|
|
2152
|
-
|
|
2153
|
-
export const FLUID_WEETH_CBBTC_15_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2154
|
-
stableBased: false,
|
|
2155
|
-
btcBased: true,
|
|
2156
|
-
wstETHBased: false,
|
|
2157
|
-
ethBased: true,
|
|
2158
|
-
type: FluidVaultType.T1,
|
|
2159
|
-
id: 15,
|
|
2160
|
-
chainIds: [NetworkNumber.Base],
|
|
2161
|
-
label: 'weETH / cbBTC Market 15',
|
|
2162
|
-
shortLabel: 'weETH/cbBTC',
|
|
2163
|
-
value: FluidBaseVersions.FLUID_WEETH_CBBTC_15_BASE,
|
|
2164
|
-
url: 'weeth-cbbtc-15-base',
|
|
2165
|
-
marketAddress: '0xb4F3bf2d96139563777C0231899cE06EE95Cc946',
|
|
2166
|
-
hasSmartCollateral: false,
|
|
2167
|
-
hasSmartDebt: false,
|
|
2168
|
-
collateralAsset0: 'weETH',
|
|
2169
|
-
debtAsset0: 'cbBTC',
|
|
2170
|
-
});
|
|
2171
|
-
|
|
2172
|
-
export const FLUID_WSTETH_CBBTC_16_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2173
|
-
stableBased: false,
|
|
2174
|
-
btcBased: true,
|
|
2175
|
-
wstETHBased: true,
|
|
2176
|
-
ethBased: true,
|
|
2177
|
-
type: FluidVaultType.T1,
|
|
2178
|
-
id: 16,
|
|
2179
|
-
chainIds: [NetworkNumber.Base],
|
|
2180
|
-
label: 'wstETH / cbBTC Market 16',
|
|
2181
|
-
shortLabel: 'wstETH/cbBTC',
|
|
2182
|
-
value: FluidBaseVersions.FLUID_WSTETH_CBBTC_16_BASE,
|
|
2183
|
-
url: 'wsteth-cbbtc-16-base',
|
|
2184
|
-
marketAddress: '0xeAEf563015634a9d0EE6CF1357A3b205C35e028D',
|
|
2185
|
-
hasSmartCollateral: false,
|
|
2186
|
-
hasSmartDebt: false,
|
|
2187
|
-
collateralAsset0: 'wstETH',
|
|
2188
|
-
debtAsset0: 'cbBTC',
|
|
2189
|
-
});
|
|
2190
|
-
|
|
2191
|
-
export const FLUID_ETH_SUSDS_17_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2192
|
-
stableBased: true,
|
|
2193
|
-
btcBased: false,
|
|
2194
|
-
wstETHBased: false,
|
|
2195
|
-
ethBased: true,
|
|
2196
|
-
type: FluidVaultType.T1,
|
|
2197
|
-
id: 17,
|
|
2198
|
-
chainIds: [NetworkNumber.Base],
|
|
2199
|
-
label: 'ETH / sUSDS Market 17',
|
|
2200
|
-
shortLabel: 'ETH/sUSDS',
|
|
2201
|
-
value: FluidBaseVersions.FLUID_ETH_SUSDS_17_BASE,
|
|
2202
|
-
url: 'eth-susds-17-base',
|
|
2203
|
-
marketAddress: '0x3996464c0fCCa8183e13ea5E5e74375e2c8744Dd',
|
|
2204
|
-
hasSmartCollateral: false,
|
|
2205
|
-
hasSmartDebt: false,
|
|
2206
|
-
collateralAsset0: 'ETH',
|
|
2207
|
-
debtAsset0: 'sUSDS',
|
|
2208
|
-
});
|
|
2209
|
-
|
|
2210
|
-
export const FLUID_WSTETH_SUSDS_18_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2211
|
-
stableBased: true,
|
|
2212
|
-
btcBased: false,
|
|
2213
|
-
wstETHBased: true,
|
|
2214
|
-
ethBased: true,
|
|
2215
|
-
type: FluidVaultType.T1,
|
|
2216
|
-
id: 18,
|
|
2217
|
-
chainIds: [NetworkNumber.Base],
|
|
2218
|
-
label: 'wstETH / sUSDS Market 18',
|
|
2219
|
-
shortLabel: 'wstETH/sUSDS',
|
|
2220
|
-
value: FluidBaseVersions.FLUID_WSTETH_SUSDS_18_BASE,
|
|
2221
|
-
url: 'wsteth-susds-18-base',
|
|
2222
|
-
marketAddress: '0xBc345229C1b52e4c30530C614BB487323BA38Da5',
|
|
2223
|
-
hasSmartCollateral: false,
|
|
2224
|
-
hasSmartDebt: false,
|
|
2225
|
-
collateralAsset0: 'wstETH',
|
|
2226
|
-
debtAsset0: 'sUSDS',
|
|
2227
|
-
});
|
|
2228
|
-
|
|
2229
|
-
export const FLUID_CBBTC_SUSDS_19_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2230
|
-
stableBased: true,
|
|
2231
|
-
btcBased: true,
|
|
2232
|
-
wstETHBased: false,
|
|
2233
|
-
ethBased: false,
|
|
2234
|
-
type: FluidVaultType.T1,
|
|
2235
|
-
id: 19,
|
|
2236
|
-
chainIds: [NetworkNumber.Base],
|
|
2237
|
-
label: 'cbBTC / sUSDS Market 19',
|
|
2238
|
-
shortLabel: 'cbBTC/sUSDS',
|
|
2239
|
-
value: FluidBaseVersions.FLUID_CBBTC_SUSDS_19_BASE,
|
|
2240
|
-
url: 'cbbtc-susds-19-base',
|
|
2241
|
-
marketAddress: '0xF2c8F54447cbd591C396b0Dd7ac15FAF552d0FA4',
|
|
2242
|
-
hasSmartCollateral: false,
|
|
2243
|
-
hasSmartDebt: false,
|
|
2244
|
-
collateralAsset0: 'cbBTC',
|
|
2245
|
-
debtAsset0: 'sUSDS',
|
|
2246
|
-
});
|
|
2247
|
-
|
|
2248
|
-
export const FLUID_LBTC_USDC_21_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2249
|
-
stableBased: true,
|
|
2250
|
-
btcBased: true,
|
|
2251
|
-
wstETHBased: false,
|
|
2252
|
-
ethBased: false,
|
|
2253
|
-
type: FluidVaultType.T1,
|
|
2254
|
-
id: 21,
|
|
2255
|
-
chainIds: [NetworkNumber.Base],
|
|
2256
|
-
label: 'LBTC / USDC Market 21',
|
|
2257
|
-
shortLabel: 'LBTC/USDC',
|
|
2258
|
-
value: FluidBaseVersions.FLUID_LBTC_USDC_21_BASE,
|
|
2259
|
-
url: 'lbtc-usdc-21-base',
|
|
2260
|
-
marketAddress: '0x6F72895Cf6904489Bcd862c941c3D02a3eE4f03e',
|
|
2261
|
-
hasSmartCollateral: false,
|
|
2262
|
-
hasSmartDebt: false,
|
|
2263
|
-
collateralAsset0: 'LBTC',
|
|
2264
|
-
debtAsset0: 'USDC',
|
|
2265
|
-
});
|
|
2266
|
-
|
|
2267
|
-
export const FLUID_LBTC_SUSDS_22_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2268
|
-
stableBased: true,
|
|
2269
|
-
btcBased: true,
|
|
2270
|
-
wstETHBased: false,
|
|
2271
|
-
ethBased: false,
|
|
2272
|
-
type: FluidVaultType.T1,
|
|
2273
|
-
id: 22,
|
|
2274
|
-
chainIds: [NetworkNumber.Base],
|
|
2275
|
-
label: 'LBTC / sUSDS Market 22',
|
|
2276
|
-
shortLabel: 'LBTC/sUSDS',
|
|
2277
|
-
value: FluidBaseVersions.FLUID_LBTC_SUSDS_22_BASE,
|
|
2278
|
-
url: 'lbtc-susds-22-base',
|
|
2279
|
-
marketAddress: '0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40',
|
|
2280
|
-
hasSmartCollateral: false,
|
|
2281
|
-
hasSmartDebt: false,
|
|
2282
|
-
collateralAsset0: 'LBTC',
|
|
2283
|
-
debtAsset0: 'sUSDS',
|
|
2284
|
-
});
|
|
2285
|
-
|
|
2286
|
-
export const FluidMarkets = (networkId: NetworkNumber) => ({
|
|
2287
|
-
[FluidMainnetVersion.FLUID_ETH_USDC_1]: FLUID_ETH_USDC_1(networkId),
|
|
2288
|
-
[FluidMainnetVersion.FLUID_ETH_USDT_2]: FLUID_ETH_USDT_2(networkId),
|
|
2289
|
-
[FluidMainnetVersion.FLUID_WSTETH_ETH_3]: FLUID_WSTETH_ETH_3(networkId),
|
|
2290
|
-
[FluidMainnetVersion.FLUID_WSTETH_USDC_4]: FLUID_WSTETH_USDC_4(networkId),
|
|
2291
|
-
[FluidMainnetVersion.FLUID_WSTETH_USDT_5]: FLUID_WSTETH_USDT_5(networkId),
|
|
2292
|
-
[FluidMainnetVersion.FLUID_WEETH_WSTETH_6]: FLUID_WEETH_WSTETH_6(networkId),
|
|
2293
|
-
[FluidMainnetVersion.FLUID_SUSDE_USDC_7]: FLUID_SUSDE_USDC_7(networkId),
|
|
2294
|
-
[FluidMainnetVersion.FLUID_SUSDE_USDT_8]: FLUID_SUSDE_USDT_8(networkId),
|
|
2295
|
-
[FluidMainnetVersion.FLUID_WEETH_USDC_9]: FLUID_WEETH_USDC_9(networkId),
|
|
2296
|
-
[FluidMainnetVersion.FLUID_WEETH_USDT_10]: FLUID_WEETH_USDT_10(networkId),
|
|
2297
|
-
[FluidMainnetVersion.FLUID_ETH_USDC_11]: FLUID_ETH_USDC_11(networkId),
|
|
2298
|
-
[FluidMainnetVersion.FLUID_ETH_USDT_12]: FLUID_ETH_USDT_12(networkId),
|
|
2299
|
-
[FluidMainnetVersion.FLUID_WSTETH_ETH_13]: FLUID_WSTETH_ETH_13(networkId),
|
|
2300
|
-
[FluidMainnetVersion.FLUID_WSTETH_USDC_14]: FLUID_WSTETH_USDC_14(networkId),
|
|
2301
|
-
[FluidMainnetVersion.FLUID_WSTETH_USDT_15]: FLUID_WSTETH_USDT_15(networkId),
|
|
2302
|
-
[FluidMainnetVersion.FLUID_WEETH_WSTETH_16]: FLUID_WEETH_WSTETH_16(networkId),
|
|
2303
|
-
[FluidMainnetVersion.FLUID_SUSDE_USDC_17]: FLUID_SUSDE_USDC_17(networkId),
|
|
2304
|
-
[FluidMainnetVersion.FLUID_SUSDE_USDT_18]: FLUID_SUSDE_USDT_18(networkId),
|
|
2305
|
-
[FluidMainnetVersion.FLUID_WEETH_USDC_19]: FLUID_WEETH_USDC_19(networkId),
|
|
2306
|
-
[FluidMainnetVersion.FLUID_WEETH_USDT_20]: FLUID_WEETH_USDT_20(networkId),
|
|
2307
|
-
[FluidMainnetVersion.FLUID_WBTC_USDC_21]: FLUID_WBTC_USDC_21(networkId),
|
|
2308
|
-
[FluidMainnetVersion.FLUID_WBTC_USDT_22]: FLUID_WBTC_USDT_22(networkId),
|
|
2309
|
-
[FluidMainnetVersion.FLUID_WBTC_ETH_23]: FLUID_WBTC_ETH_23(networkId),
|
|
2310
|
-
[FluidMainnetVersion.FLUID_ETH_WBTC_24]: FLUID_ETH_WBTC_24(networkId),
|
|
2311
|
-
[FluidMainnetVersion.FLUID_WSTETH_WBTC_25]: FLUID_WSTETH_WBTC_25(networkId),
|
|
2312
|
-
[FluidMainnetVersion.FLUID_WEETH_WBTC_26]: FLUID_WEETH_WBTC_26(networkId),
|
|
2313
|
-
[FluidMainnetVersion.FLUID_WEETHS_WSTETH_27]: FLUID_WEETHS_WSTETH_27(networkId),
|
|
2314
|
-
[FluidMainnetVersion.FLUID_CBBTC_ETH_28]: FLUID_CBBTC_ETH_28(networkId),
|
|
2315
|
-
[FluidMainnetVersion.FLUID_CBBTC_USDC_29]: FLUID_CBBTC_USDC_29(networkId),
|
|
2316
|
-
[FluidMainnetVersion.FLUID_CBBTC_USDT_30]: FLUID_CBBTC_USDT_30(networkId),
|
|
2317
|
-
[FluidMainnetVersion.FLUID_ETH_CBBTC_31]: FLUID_ETH_CBBTC_31(networkId),
|
|
2318
|
-
[FluidMainnetVersion.FLUID_WEETH_CBBTC_32]: FLUID_WEETH_CBBTC_32(networkId),
|
|
2319
|
-
[FluidMainnetVersion.FLUID_WSTETH_CBBTC_33]: FLUID_WSTETH_CBBTC_33(networkId),
|
|
2320
|
-
[FluidMainnetVersion.FLUID_WSTETH_ETH_WSTETH_ETH_44]: FLUID_WSTETH_ETH_WSTETH_ETH_44(networkId),
|
|
2321
|
-
[FluidMainnetVersion.FLUID_ETH_USDC_USDT_45]: FLUID_ETH_USDC_USDT_45(networkId),
|
|
2322
|
-
[FluidMainnetVersion.FLUID_WSTETH_USDC_USDT_46]: FLUID_WSTETH_USDC_USDT_46(networkId),
|
|
2323
|
-
[FluidMainnetVersion.FLUID_WEETH_USDC_USDT_47]: FLUID_WEETH_USDC_USDT_47(networkId),
|
|
2324
|
-
[FluidMainnetVersion.FLUID_WBTC_USDC_USDT_48]: FLUID_WBTC_USDC_USDT_48(networkId),
|
|
2325
|
-
[FluidMainnetVersion.FLUID_CBBTC_USDC_USDT_49]: FLUID_CBBTC_USDC_USDT_49(networkId),
|
|
2326
|
-
[FluidMainnetVersion.FLUID_SUSDE_USDC_USDT_50]: FLUID_SUSDE_USDC_USDT_50(networkId),
|
|
2327
|
-
[FluidMainnetVersion.FLUID_WBTC_CBBTC_WBTC_CBBTC_51]: FLUID_WBTC_CBBTC_WBTC_CBBTC_51(networkId),
|
|
2328
|
-
[FluidMainnetVersion.FLUID_WBTC_CBBTC_USDC_52]: FLUID_WBTC_CBBTC_USDC_52(networkId),
|
|
2329
|
-
[FluidMainnetVersion.FLUID_WBTC_CBBTC_USDT_53]: FLUID_WBTC_CBBTC_USDT_53(networkId),
|
|
2330
|
-
[FluidMainnetVersion.FLUID_ETH_GHO_54]: FLUID_ETH_GHO_54(networkId),
|
|
2331
|
-
[FluidMainnetVersion.FLUID_WSTETH_GHO_55]: FLUID_WSTETH_GHO_55(networkId),
|
|
2332
|
-
[FluidMainnetVersion.FLUID_SUSDE_GHO_56]: FLUID_SUSDE_GHO_56(networkId),
|
|
2333
|
-
[FluidMainnetVersion.FLUID_WEETH_GHO_57]: FLUID_WEETH_GHO_57(networkId),
|
|
2334
|
-
[FluidMainnetVersion.FLUID_SUSDS_GHO_58]: FLUID_SUSDS_GHO_58(networkId),
|
|
2335
|
-
[FluidMainnetVersion.FLUID_WBTC_GHO_59]: FLUID_WBTC_GHO_59(networkId),
|
|
2336
|
-
[FluidMainnetVersion.FLUID_CBBTC_GHO_60]: FLUID_CBBTC_GHO_60(networkId),
|
|
2337
|
-
[FluidMainnetVersion.FLUID_GHO_USDC_GHO_USDC_61]: FLUID_GHO_USDC_GHO_USDC_61(networkId),
|
|
2338
|
-
[FluidMainnetVersion.FLUID_WEETH_ETH_WSTETH_74]: FLUID_WEETH_ETH_WSTETH_74(networkId),
|
|
2339
|
-
[FluidMainnetVersion.FLUID_USDC_ETH_USDC_ETH_77]: FLUID_USDC_ETH_USDC_ETH_77(networkId),
|
|
2340
|
-
[FluidMainnetVersion.FLUID_RSETH_ETH_WSTETH_78]: FLUID_RSETH_ETH_WSTETH_78(networkId),
|
|
2341
|
-
[FluidMainnetVersion.FLUID_RSETH_WSTETH_79]: FLUID_RSETH_WSTETH_79(networkId),
|
|
2342
|
-
[FluidMainnetVersion.FLUID_WEETHS_ETH_WSTETH_80]: FLUID_WEETHS_ETH_WSTETH_80(networkId),
|
|
2343
|
-
[FluidMainnetVersion.FLUID_SUSDE_USDT_USDT_92]: FLUID_SUSDE_USDT_USDT_92(networkId),
|
|
2344
|
-
[FluidMainnetVersion.FLUID_USDE_USDT_USDT_93]: FLUID_USDE_USDT_USDT_93(networkId),
|
|
2345
|
-
[FluidMainnetVersion.FLUID_LBTC_CBBTC_WBTC_97]: FLUID_LBTC_CBBTC_WBTC_97(networkId),
|
|
2346
|
-
[FluidMainnetVersion.FLUID_SUSDE_USDT_USDC_USDT_98]: FLUID_SUSDE_USDT_USDC_USDT_98(networkId),
|
|
2347
|
-
[FluidMainnetVersion.FLUID_USDE_USDT_USDC_USDT_99]: FLUID_USDE_USDT_USDC_USDT_99(networkId),
|
|
2348
|
-
[FluidMainnetVersion.FLUID_USDC_ETH_100]: FLUID_USDC_ETH_100(networkId),
|
|
2349
|
-
[FluidMainnetVersion.FLUID_USDC_WBTC_101]: FLUID_USDC_WBTC_101(networkId),
|
|
2350
|
-
[FluidMainnetVersion.FLUID_USDC_CBBTC_102]: FLUID_USDC_CBBTC_102(networkId),
|
|
2351
|
-
[FluidMainnetVersion.FLUID_EZETH_WSTETH_103]: FLUID_EZETH_WSTETH_103(networkId),
|
|
2352
|
-
[FluidMainnetVersion.FLUID_EZETH_ETH_WSTETH_104]: FLUID_EZETH_ETH_WSTETH_104(networkId),
|
|
2353
|
-
[FluidMainnetVersion.FLUID_LBTC_USDC_107]: FLUID_LBTC_USDC_107(networkId),
|
|
2354
|
-
[FluidMainnetVersion.FLUID_LBTC_USDT_108]: FLUID_LBTC_USDT_108(networkId),
|
|
2355
|
-
[FluidMainnetVersion.FLUID_LBTC_GHO_109]: FLUID_LBTC_GHO_109(networkId),
|
|
2356
|
-
[FluidMainnetVersion.FLUID_LBTC_CBBTC_CBBTC_114]: FLUID_LBTC_CBBTC_CBBTC_114(networkId),
|
|
2357
|
-
[FluidMainnetVersion.FLUID_WBTC_LBTC_WBTC_115]: FLUID_WBTC_LBTC_WBTC_115(networkId),
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
// arbitrum
|
|
2361
|
-
[FluidArbitrumVersion.FLUID_ETH_USDC_1_ARB]: FLUID_ETH_USDC_1_ARB(networkId),
|
|
2362
|
-
[FluidArbitrumVersion.FLUID_ETH_USDT_2_ARB]: FLUID_ETH_USDT_2_ARB(networkId),
|
|
2363
|
-
[FluidArbitrumVersion.FLUID_WSTETH_USDC_3_ARB]: FLUID_WSTETH_USDC_3_ARB(networkId),
|
|
2364
|
-
[FluidArbitrumVersion.FLUID_WSTETH_USDT_4_ARB]: FLUID_WSTETH_USDT_4_ARB(networkId),
|
|
2365
|
-
[FluidArbitrumVersion.FLUID_WSTETH_ETH_5_ARB]: FLUID_WSTETH_ETH_5_ARB(networkId),
|
|
2366
|
-
[FluidArbitrumVersion.FLUID_WEETH_WSTETH_6_ARB]: FLUID_WEETH_WSTETH_6_ARB(networkId),
|
|
2367
|
-
[FluidArbitrumVersion.FLUID_WEETH_USDC_7_ARB]: FLUID_WEETH_USDC_7_ARB(networkId),
|
|
2368
|
-
[FluidArbitrumVersion.FLUID_WEETH_USDT_8_ARB]: FLUID_WEETH_USDT_8_ARB(networkId),
|
|
2369
|
-
[FluidArbitrumVersion.FLUID_ETH_ARB_9_ARB]: FLUID_ETH_ARB_9_ARB(networkId),
|
|
2370
|
-
[FluidArbitrumVersion.FLUID_ARB_USDC_10_ARB]: FLUID_ARB_USDC_10_ARB(networkId),
|
|
2371
|
-
[FluidArbitrumVersion.FLUID_ARB_USDT_11_ARB]: FLUID_ARB_USDT_11_ARB(networkId),
|
|
2372
|
-
[FluidArbitrumVersion.FLUID_WBTC_USDC_12_ARB]: FLUID_WBTC_USDC_12_ARB(networkId),
|
|
2373
|
-
[FluidArbitrumVersion.FLUID_WBTC_USDT_13_ARB]: FLUID_WBTC_USDT_13_ARB(networkId),
|
|
2374
|
-
[FluidArbitrumVersion.FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB]: FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB(networkId),
|
|
2375
|
-
[FluidArbitrumVersion.FLUID_WEETH_ETH_WSTETH_17_ARB]: FLUID_WEETH_ETH_WSTETH_17_ARB(networkId),
|
|
2376
|
-
[FluidArbitrumVersion.FLUID_WBTC_ETH_18_ARB]: FLUID_WBTC_ETH_18_ARB(networkId),
|
|
2377
|
-
[FluidArbitrumVersion.FLUID_ETH_WBTC_19_ARB]: FLUID_ETH_WBTC_19_ARB(networkId),
|
|
2378
|
-
[FluidArbitrumVersion.FLUID_WSTETH_WBTC_20_ARB]: FLUID_WSTETH_WBTC_20_ARB(networkId),
|
|
2379
|
-
[FluidArbitrumVersion.FLUID_WEETH_WBTC_21_ARB]: FLUID_WEETH_WBTC_21_ARB(networkId),
|
|
2380
|
-
[FluidArbitrumVersion.FLUID_USDC_ETH_USDC_ETH_22_ARB]: FLUID_USDC_ETH_USDC_ETH_22_ARB(networkId),
|
|
2381
|
-
[FluidArbitrumVersion.FLUID_ETH_USDC_USDT_23_ARB]: FLUID_ETH_USDC_USDT_23_ARB(networkId),
|
|
2382
|
-
[FluidArbitrumVersion.FLUID_WSTETH_USDC_USDT_24_ARB]: FLUID_WSTETH_USDC_USDT_24_ARB(networkId),
|
|
2383
|
-
[FluidArbitrumVersion.FLUID_WEETH_USDC_USDT_25_ARB]: FLUID_WEETH_USDC_USDT_25_ARB(networkId),
|
|
2384
|
-
[FluidArbitrumVersion.FLUID_WBTC_USDC_USDT_26_ARB]: FLUID_WBTC_USDC_USDT_26_ARB(networkId),
|
|
2385
|
-
// [FluidArbitrumVersion.FLUID_SUSDS_USDC_USDT_30_ARB]: FLUID_SUSDS_USDC_USDT_30_ARB(networkId),
|
|
2386
|
-
|
|
2387
|
-
// base
|
|
2388
|
-
[FluidBaseVersions.FLUID_ETH_USDC_1_BASE]: FLUID_ETH_USDC_1_BASE(networkId),
|
|
2389
|
-
[FluidBaseVersions.FLUID_WSTETH_USDC_2_BASE]: FLUID_WSTETH_USDC_2_BASE(networkId),
|
|
2390
|
-
[FluidBaseVersions.FLUID_WSTETH_ETH_3_BASE]: FLUID_WSTETH_ETH_3_BASE(networkId),
|
|
2391
|
-
[FluidBaseVersions.FLUID_WEETH_WSTETH_4_BASE]: FLUID_WEETH_WSTETH_4_BASE(networkId),
|
|
2392
|
-
[FluidBaseVersions.FLUID_WEETH_USDC_5_BASE]: FLUID_WEETH_USDC_5_BASE(networkId),
|
|
2393
|
-
[FluidBaseVersions.FLUID_CBETH_USDC_6_BASE]: FLUID_CBETH_USDC_6_BASE(networkId),
|
|
2394
|
-
[FluidBaseVersions.FLUID_CBBTC_USDC_7_BASE]: FLUID_CBBTC_USDC_7_BASE(networkId),
|
|
2395
|
-
[FluidBaseVersions.FLUID_CBBTC_EURC_8_BASE]: FLUID_CBBTC_EURC_8_BASE(networkId),
|
|
2396
|
-
[FluidBaseVersions.FLUID_CBETH_EURC_9_BASE]: FLUID_CBETH_EURC_9_BASE(networkId),
|
|
2397
|
-
[FluidBaseVersions.FLUID_ETH_EURC_10_BASE]: FLUID_ETH_EURC_10_BASE(networkId),
|
|
2398
|
-
[FluidBaseVersions.FLUID_WEETH_EURC_11_BASE]: FLUID_WEETH_EURC_11_BASE(networkId),
|
|
2399
|
-
[FluidBaseVersions.FLUID_WSTETH_EURC_12_BASE]: FLUID_WSTETH_EURC_12_BASE(networkId),
|
|
2400
|
-
[FluidBaseVersions.FLUID_CBBTC_ETH_13_BASE]: FLUID_CBBTC_ETH_13_BASE(networkId),
|
|
2401
|
-
[FluidBaseVersions.FLUID_ETH_CBBTC_14_BASE]: FLUID_ETH_CBBTC_14_BASE(networkId),
|
|
2402
|
-
[FluidBaseVersions.FLUID_WEETH_CBBTC_15_BASE]: FLUID_WEETH_CBBTC_15_BASE(networkId),
|
|
2403
|
-
[FluidBaseVersions.FLUID_WSTETH_CBBTC_16_BASE]: FLUID_WSTETH_CBBTC_16_BASE(networkId),
|
|
2404
|
-
[FluidBaseVersions.FLUID_ETH_SUSDS_17_BASE]: FLUID_ETH_SUSDS_17_BASE(networkId),
|
|
2405
|
-
[FluidBaseVersions.FLUID_WSTETH_SUSDS_18_BASE]: FLUID_WSTETH_SUSDS_18_BASE(networkId),
|
|
2406
|
-
[FluidBaseVersions.FLUID_CBBTC_SUSDS_19_BASE]: FLUID_CBBTC_SUSDS_19_BASE(networkId),
|
|
2407
|
-
[FluidBaseVersions.FLUID_LBTC_USDC_21_BASE]: FLUID_LBTC_USDC_21_BASE(networkId),
|
|
2408
|
-
[FluidBaseVersions.FLUID_LBTC_SUSDS_22_BASE]: FLUID_LBTC_SUSDS_22_BASE(networkId),
|
|
2409
|
-
});
|
|
2410
|
-
|
|
2411
|
-
export const getFluidVersionsDataForNetwork = (network: NetworkNumber) => (
|
|
2412
|
-
Object.values(FluidMarkets(network)).filter(({ chainIds, marketAddress }) => !!marketAddress && chainIds.includes(network))
|
|
2413
|
-
);
|
|
2414
|
-
export const getFluidMarketInfoById = (vaultId: number, network: NetworkNumber = 1) => getFluidVersionsDataForNetwork(network).find(({ id }) => id === vaultId);
|
|
2415
|
-
export const getFluidMarketInfoByAddress = (address: EthAddress, network: NetworkNumber = 1) => getFluidVersionsDataForNetwork(network).find(({ marketAddress }) => compareAddresses(marketAddress, address));
|
|
2416
|
-
|
|
2417
|
-
const FluidMainnetFTokenAddresses = {
|
|
2418
|
-
[FluidMainnetDepositToken.ETH]: '0x90551c1795392094FE6D29B758EcCD233cFAa260',
|
|
2419
|
-
[FluidMainnetDepositToken.USDC]: '0x9Fb7b4477576Fe5B32be4C1843aFB1e55F251B33',
|
|
2420
|
-
[FluidMainnetDepositToken.USDT]: '0x5C20B550819128074FD538Edf79791733ccEdd18',
|
|
2421
|
-
[FluidMainnetDepositToken.wstETH]: '0x2411802D8BEA09be0aF8fD8D08314a63e706b29C',
|
|
2422
|
-
[FluidMainnetDepositToken.GHO]: '0x6A29A46E21C730DcA1d8b23d637c101cec605C5B',
|
|
2423
|
-
[FluidMainnetDepositToken.sUSDS]: '0x2BBE31d63E6813E3AC858C04dae43FB2a72B0D11',
|
|
2424
|
-
};
|
|
2425
|
-
|
|
2426
|
-
const FluidArbitrumFTokenAddresses = {
|
|
2427
|
-
[FluidArbitrumDepositToken.ETH]: '0x45Df0656F8aDf017590009d2f1898eeca4F0a205',
|
|
2428
|
-
[FluidArbitrumDepositToken.USDC]: '0x1A996cb54bb95462040408C06122D45D6Cdb6096',
|
|
2429
|
-
[FluidArbitrumDepositToken.USDT]: '0x4A03F37e7d3fC243e3f99341d36f4b829BEe5E03',
|
|
2430
|
-
[FluidArbitrumDepositToken.wstETH]: '0x66C25Cd75EBdAA7E04816F643d8E46cecd3183c9',
|
|
2431
|
-
[FluidArbitrumDepositToken.ARB]: '0xbE3860FD4c3facDf8ad57Aa8c1A36D6dc4390a49',
|
|
2432
|
-
};
|
|
2433
|
-
|
|
2434
|
-
const FluidBaseFTokenAddresses = {
|
|
2435
|
-
[FluidBaseDepositToken.ETH]: '0x9272D6153133175175Bc276512B2336BE3931CE9',
|
|
2436
|
-
[FluidBaseDepositToken.USDC]: '0xf42f5795D9ac7e9D757dB633D693cD548Cfd9169',
|
|
2437
|
-
[FluidBaseDepositToken.EURC]: '0x1943FA26360f038230442525Cf1B9125b5DCB401',
|
|
2438
|
-
[FluidBaseDepositToken.wstETH]: '0x896E39f0E9af61ECA9dD2938E14543506ef2c2b5',
|
|
2439
|
-
[FluidBaseDepositToken.sUSDS]: '0xf62e339f21d8018940f188F6987Bcdf02A849619',
|
|
2440
|
-
};
|
|
2441
|
-
|
|
2442
|
-
export const FluidFTokens = (networkId: NetworkNumber) => {
|
|
2443
|
-
switch (networkId) {
|
|
2444
|
-
case NetworkNumber.Eth:
|
|
2445
|
-
return FluidMainnetFTokenAddresses;
|
|
2446
|
-
case NetworkNumber.Arb:
|
|
2447
|
-
return FluidArbitrumFTokenAddresses;
|
|
2448
|
-
case NetworkNumber.Base:
|
|
2449
|
-
return FluidBaseFTokenAddresses;
|
|
2450
|
-
default:
|
|
2451
|
-
throw new Error('Invalid network id');
|
|
2452
|
-
}
|
|
2453
|
-
};
|
|
2454
|
-
|
|
2455
|
-
// @ts-ignore
|
|
2456
|
-
export const getFTokenAddress = (token: string, networkId: NetworkNumber) => FluidFTokens(networkId)[token];
|
|
1
|
+
import { EthAddress, NetworkNumber } from '../../types/common';
|
|
2
|
+
import {
|
|
3
|
+
FluidArbitrumDepositToken,
|
|
4
|
+
FluidArbitrumVersion,
|
|
5
|
+
FluidBaseDepositToken,
|
|
6
|
+
FluidBaseVersions,
|
|
7
|
+
FluidMainnetDepositToken,
|
|
8
|
+
FluidMainnetVersion,
|
|
9
|
+
FluidMarketInfo, FluidVaultType,
|
|
10
|
+
FluidVersions,
|
|
11
|
+
} from '../../types';
|
|
12
|
+
import { compareAddresses } from '../../services/utils';
|
|
13
|
+
|
|
14
|
+
export const FLUID_ETH_USDC_1 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
15
|
+
btcBased: false,
|
|
16
|
+
wstETHBased: false,
|
|
17
|
+
stableBased: true,
|
|
18
|
+
ethBased: true,
|
|
19
|
+
chainIds: [NetworkNumber.Eth],
|
|
20
|
+
label: '#1 (ETH / USDC)',
|
|
21
|
+
shortLabel: 'ETH/USDC',
|
|
22
|
+
value: FluidMainnetVersion.FLUID_ETH_USDC_1,
|
|
23
|
+
url: 'eth-usdc-1',
|
|
24
|
+
id: 1,
|
|
25
|
+
marketAddress: '0xeAbBfca72F8a8bf14C4ac59e69ECB2eB69F0811C',
|
|
26
|
+
hasSmartCollateral: false,
|
|
27
|
+
hasSmartDebt: false,
|
|
28
|
+
collateralAsset0: 'ETH',
|
|
29
|
+
debtAsset0: 'USDC',
|
|
30
|
+
type: FluidVaultType.T1,
|
|
31
|
+
isDeprecatingSoon: true,
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
export const FLUID_ETH_USDT_2 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
35
|
+
btcBased: false,
|
|
36
|
+
wstETHBased: false,
|
|
37
|
+
stableBased: true,
|
|
38
|
+
ethBased: true,
|
|
39
|
+
chainIds: [NetworkNumber.Eth],
|
|
40
|
+
label: '#2 (ETH / USDT)',
|
|
41
|
+
shortLabel: 'ETH/USDT',
|
|
42
|
+
value: FluidMainnetVersion.FLUID_ETH_USDT_2,
|
|
43
|
+
url: 'eth-usdt-2',
|
|
44
|
+
marketAddress: '0xbEC491FeF7B4f666b270F9D5E5C3f443cBf20991',
|
|
45
|
+
id: 2,
|
|
46
|
+
hasSmartCollateral: false,
|
|
47
|
+
hasSmartDebt: false,
|
|
48
|
+
collateralAsset0: 'ETH',
|
|
49
|
+
debtAsset0: 'USDT',
|
|
50
|
+
type: FluidVaultType.T1,
|
|
51
|
+
isDeprecatingSoon: true,
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
export const FLUID_WSTETH_ETH_3 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
55
|
+
stableBased: false,
|
|
56
|
+
btcBased: false,
|
|
57
|
+
ethBased: true,
|
|
58
|
+
wstETHBased: true,
|
|
59
|
+
chainIds: [NetworkNumber.Eth],
|
|
60
|
+
label: '#3 (wstETH / ETH)',
|
|
61
|
+
shortLabel: 'wstETH/ETH',
|
|
62
|
+
value: FluidMainnetVersion.FLUID_WSTETH_ETH_3,
|
|
63
|
+
url: 'wsteth-eth-3',
|
|
64
|
+
marketAddress: '0xA0F83Fc5885cEBc0420ce7C7b139Adc80c4F4D91',
|
|
65
|
+
id: 3,
|
|
66
|
+
hasSmartCollateral: false,
|
|
67
|
+
hasSmartDebt: false,
|
|
68
|
+
collateralAsset0: 'wstETH',
|
|
69
|
+
debtAsset0: 'ETH',
|
|
70
|
+
type: FluidVaultType.T1,
|
|
71
|
+
isDeprecatingSoon: true,
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
export const FLUID_WSTETH_USDC_4 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
75
|
+
btcBased: false,
|
|
76
|
+
ethBased: true,
|
|
77
|
+
stableBased: true,
|
|
78
|
+
wstETHBased: true,
|
|
79
|
+
chainIds: [NetworkNumber.Eth],
|
|
80
|
+
label: '#4 (wstETH / USDC)',
|
|
81
|
+
shortLabel: 'wstETH/USDC',
|
|
82
|
+
value: FluidMainnetVersion.FLUID_WSTETH_USDC_4,
|
|
83
|
+
url: 'wsteth-usdc-4',
|
|
84
|
+
marketAddress: '0x51197586F6A9e2571868b6ffaef308f3bdfEd3aE',
|
|
85
|
+
id: 4,
|
|
86
|
+
hasSmartCollateral: false,
|
|
87
|
+
hasSmartDebt: false,
|
|
88
|
+
collateralAsset0: 'wstETH',
|
|
89
|
+
debtAsset0: 'USDC',
|
|
90
|
+
type: FluidVaultType.T1,
|
|
91
|
+
isDeprecatingSoon: true,
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
export const FLUID_WSTETH_USDT_5 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
95
|
+
btcBased: false,
|
|
96
|
+
ethBased: true,
|
|
97
|
+
stableBased: true,
|
|
98
|
+
wstETHBased: true,
|
|
99
|
+
chainIds: [NetworkNumber.Eth],
|
|
100
|
+
label: '#5 (wstETH / USDT)',
|
|
101
|
+
shortLabel: 'wstETH/USDT',
|
|
102
|
+
value: FluidMainnetVersion.FLUID_WSTETH_USDT_5,
|
|
103
|
+
url: 'wsteth-usdt-5',
|
|
104
|
+
marketAddress: '0x1c2bB46f36561bc4F05A94BD50916496aa501078',
|
|
105
|
+
id: 5,
|
|
106
|
+
hasSmartCollateral: false,
|
|
107
|
+
hasSmartDebt: false,
|
|
108
|
+
collateralAsset0: 'wstETH',
|
|
109
|
+
debtAsset0: 'USDT',
|
|
110
|
+
type: FluidVaultType.T1,
|
|
111
|
+
isDeprecatingSoon: true,
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
export const FLUID_WEETH_WSTETH_6 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
115
|
+
btcBased: false,
|
|
116
|
+
ethBased: true,
|
|
117
|
+
wstETHBased: true,
|
|
118
|
+
stableBased: false,
|
|
119
|
+
chainIds: [NetworkNumber.Eth],
|
|
120
|
+
label: '#6 (weETH / wstETH)',
|
|
121
|
+
shortLabel: 'weETH/wstETH',
|
|
122
|
+
value: FluidMainnetVersion.FLUID_WEETH_WSTETH_6,
|
|
123
|
+
url: 'weeth-wsteth-6',
|
|
124
|
+
marketAddress: '0x40D9b8417E6E1DcD358f04E3328bCEd061018A82',
|
|
125
|
+
id: 6,
|
|
126
|
+
hasSmartCollateral: false,
|
|
127
|
+
hasSmartDebt: false,
|
|
128
|
+
collateralAsset0: 'weETH',
|
|
129
|
+
debtAsset0: 'wstETH',
|
|
130
|
+
type: FluidVaultType.T1,
|
|
131
|
+
isDeprecatingSoon: true,
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
export const FLUID_SUSDE_USDC_7 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
135
|
+
btcBased: false,
|
|
136
|
+
ethBased: false,
|
|
137
|
+
wstETHBased: false,
|
|
138
|
+
stableBased: true,
|
|
139
|
+
chainIds: [NetworkNumber.Eth],
|
|
140
|
+
label: '#7 (sUSDe / USDC)',
|
|
141
|
+
shortLabel: 'sUSDe/USDC',
|
|
142
|
+
value: FluidMainnetVersion.FLUID_SUSDE_USDC_7,
|
|
143
|
+
url: 'susde-usdc-7',
|
|
144
|
+
marketAddress: '0x4045720a33193b4Fe66c94DFbc8D37B0b4D9B469',
|
|
145
|
+
id: 7,
|
|
146
|
+
hasSmartCollateral: false,
|
|
147
|
+
hasSmartDebt: false,
|
|
148
|
+
collateralAsset0: 'sUSDe',
|
|
149
|
+
debtAsset0: 'USDC',
|
|
150
|
+
type: FluidVaultType.T1,
|
|
151
|
+
isDeprecatingSoon: true,
|
|
152
|
+
});
|
|
153
|
+
|
|
154
|
+
export const FLUID_SUSDE_USDT_8 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
155
|
+
btcBased: false,
|
|
156
|
+
ethBased: false,
|
|
157
|
+
wstETHBased: false,
|
|
158
|
+
stableBased: true,
|
|
159
|
+
chainIds: [NetworkNumber.Eth],
|
|
160
|
+
label: '#8 (sUSDe / USDT)',
|
|
161
|
+
shortLabel: 'sUSDe/USDT',
|
|
162
|
+
value: FluidMainnetVersion.FLUID_SUSDE_USDT_8,
|
|
163
|
+
url: 'susde-usdt-8',
|
|
164
|
+
marketAddress: '0xBFADEA65591235f38809076e14803Ac84AcF3F97',
|
|
165
|
+
id: 8,
|
|
166
|
+
hasSmartCollateral: false,
|
|
167
|
+
hasSmartDebt: false,
|
|
168
|
+
collateralAsset0: 'sUSDe',
|
|
169
|
+
debtAsset0: 'USDT',
|
|
170
|
+
type: FluidVaultType.T1,
|
|
171
|
+
isDeprecatingSoon: true,
|
|
172
|
+
});
|
|
173
|
+
|
|
174
|
+
export const FLUID_WEETH_USDC_9 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
175
|
+
btcBased: false,
|
|
176
|
+
ethBased: true,
|
|
177
|
+
stableBased: true,
|
|
178
|
+
chainIds: [NetworkNumber.Eth],
|
|
179
|
+
label: '#9 (weETH / USDC)',
|
|
180
|
+
shortLabel: 'weETH/USDC',
|
|
181
|
+
value: FluidMainnetVersion.FLUID_WEETH_USDC_9,
|
|
182
|
+
url: 'weeth-usdc-9',
|
|
183
|
+
marketAddress: '0xf55B8e9F0c51Ace009f4b41d03321675d4C643b3',
|
|
184
|
+
id: 9,
|
|
185
|
+
hasSmartCollateral: false,
|
|
186
|
+
hasSmartDebt: false,
|
|
187
|
+
collateralAsset0: 'weETH',
|
|
188
|
+
debtAsset0: 'USDC',
|
|
189
|
+
type: FluidVaultType.T1,
|
|
190
|
+
wstETHBased: false,
|
|
191
|
+
isDeprecatingSoon: true,
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
export const FLUID_WEETH_USDT_10 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
195
|
+
btcBased: false,
|
|
196
|
+
wstETHBased: false,
|
|
197
|
+
ethBased: true,
|
|
198
|
+
stableBased: true,
|
|
199
|
+
type: FluidVaultType.T1,
|
|
200
|
+
chainIds: [NetworkNumber.Eth],
|
|
201
|
+
label: '#10 (weETH / USDT)',
|
|
202
|
+
shortLabel: 'weETH/USDT',
|
|
203
|
+
value: FluidMainnetVersion.FLUID_WEETH_USDT_10,
|
|
204
|
+
url: 'weeth-usdt-10',
|
|
205
|
+
marketAddress: '0xdF16AdaF80584b2723F3BA1Eb7a601338Ba18c4e',
|
|
206
|
+
id: 10,
|
|
207
|
+
hasSmartCollateral: false,
|
|
208
|
+
hasSmartDebt: false,
|
|
209
|
+
collateralAsset0: 'weETH',
|
|
210
|
+
debtAsset0: 'USDT',
|
|
211
|
+
isDeprecatingSoon: true,
|
|
212
|
+
});
|
|
213
|
+
|
|
214
|
+
export const FLUID_ETH_USDC_11 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
215
|
+
btcBased: false,
|
|
216
|
+
wstETHBased: false,
|
|
217
|
+
ethBased: true,
|
|
218
|
+
stableBased: true,
|
|
219
|
+
type: FluidVaultType.T1,
|
|
220
|
+
chainIds: [NetworkNumber.Eth],
|
|
221
|
+
label: '#11 (ETH / USDC)',
|
|
222
|
+
shortLabel: 'ETH/USDC',
|
|
223
|
+
value: FluidMainnetVersion.FLUID_ETH_USDC_11,
|
|
224
|
+
url: 'eth-usdc-11',
|
|
225
|
+
marketAddress: '0x0C8C77B7FF4c2aF7F6CEBbe67350A490E3DD6cB3',
|
|
226
|
+
id: 11,
|
|
227
|
+
hasSmartCollateral: false,
|
|
228
|
+
hasSmartDebt: false,
|
|
229
|
+
collateralAsset0: 'ETH',
|
|
230
|
+
debtAsset0: 'USDC',
|
|
231
|
+
});
|
|
232
|
+
|
|
233
|
+
export const FLUID_ETH_USDT_12 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
234
|
+
btcBased: false,
|
|
235
|
+
wstETHBased: false,
|
|
236
|
+
ethBased: true,
|
|
237
|
+
stableBased: true,
|
|
238
|
+
type: FluidVaultType.T1,
|
|
239
|
+
chainIds: [NetworkNumber.Eth],
|
|
240
|
+
label: '#12 (ETH / USDT)',
|
|
241
|
+
shortLabel: 'ETH/USDT',
|
|
242
|
+
value: FluidMainnetVersion.FLUID_ETH_USDT_12,
|
|
243
|
+
url: 'eth-usdt-12',
|
|
244
|
+
marketAddress: '0xE16A6f5359ABB1f61cE71e25dD0932e3E00B00eB',
|
|
245
|
+
id: 12,
|
|
246
|
+
hasSmartCollateral: false,
|
|
247
|
+
hasSmartDebt: false,
|
|
248
|
+
collateralAsset0: 'ETH',
|
|
249
|
+
debtAsset0: 'USDT',
|
|
250
|
+
});
|
|
251
|
+
|
|
252
|
+
export const FLUID_WSTETH_ETH_13 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
253
|
+
stableBased: false,
|
|
254
|
+
btcBased: false,
|
|
255
|
+
wstETHBased: true,
|
|
256
|
+
ethBased: true,
|
|
257
|
+
type: FluidVaultType.T1,
|
|
258
|
+
chainIds: [NetworkNumber.Eth],
|
|
259
|
+
label: '#13 (wstETH / ETH)',
|
|
260
|
+
shortLabel: 'wstETH/ETH',
|
|
261
|
+
value: FluidMainnetVersion.FLUID_WSTETH_ETH_13,
|
|
262
|
+
url: 'wsteth-eth-13',
|
|
263
|
+
marketAddress: '0x82B27fA821419F5689381b565a8B0786aA2548De',
|
|
264
|
+
id: 13,
|
|
265
|
+
hasSmartCollateral: false,
|
|
266
|
+
hasSmartDebt: false,
|
|
267
|
+
collateralAsset0: 'wstETH',
|
|
268
|
+
debtAsset0: 'ETH',
|
|
269
|
+
});
|
|
270
|
+
|
|
271
|
+
export const FLUID_WSTETH_USDC_14 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
272
|
+
stableBased: true,
|
|
273
|
+
btcBased: false,
|
|
274
|
+
wstETHBased: true,
|
|
275
|
+
ethBased: true,
|
|
276
|
+
type: FluidVaultType.T1,
|
|
277
|
+
chainIds: [NetworkNumber.Eth],
|
|
278
|
+
label: '#14 (wstETH / USDC)',
|
|
279
|
+
shortLabel: 'wstETH/USDC',
|
|
280
|
+
value: FluidMainnetVersion.FLUID_WSTETH_USDC_14,
|
|
281
|
+
url: 'wsteth-usdc-14',
|
|
282
|
+
id: 14,
|
|
283
|
+
marketAddress: '0x1982CC7b1570C2503282d0A0B41F69b3B28fdcc3',
|
|
284
|
+
hasSmartCollateral: false,
|
|
285
|
+
hasSmartDebt: false,
|
|
286
|
+
collateralAsset0: 'wstETH',
|
|
287
|
+
debtAsset0: 'USDC',
|
|
288
|
+
});
|
|
289
|
+
|
|
290
|
+
export const FLUID_WSTETH_USDT_15 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
291
|
+
stableBased: true,
|
|
292
|
+
btcBased: false,
|
|
293
|
+
wstETHBased: true,
|
|
294
|
+
ethBased: true,
|
|
295
|
+
type: FluidVaultType.T1,
|
|
296
|
+
chainIds: [NetworkNumber.Eth],
|
|
297
|
+
label: '#15 (wstETH / USDT)',
|
|
298
|
+
shortLabel: 'wstETH/USDT',
|
|
299
|
+
value: FluidMainnetVersion.FLUID_WSTETH_USDT_15,
|
|
300
|
+
url: 'wsteth-usdt-15',
|
|
301
|
+
id: 15,
|
|
302
|
+
marketAddress: '0xb4F3bf2d96139563777C0231899cE06EE95Cc946',
|
|
303
|
+
hasSmartCollateral: false,
|
|
304
|
+
hasSmartDebt: false,
|
|
305
|
+
collateralAsset0: 'wstETH',
|
|
306
|
+
debtAsset0: 'USDT',
|
|
307
|
+
});
|
|
308
|
+
|
|
309
|
+
export const FLUID_WEETH_WSTETH_16 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
310
|
+
stableBased: false,
|
|
311
|
+
btcBased: false,
|
|
312
|
+
wstETHBased: true,
|
|
313
|
+
ethBased: true,
|
|
314
|
+
type: FluidVaultType.T1,
|
|
315
|
+
chainIds: [NetworkNumber.Eth],
|
|
316
|
+
label: '#16 (weETH / wstETH)',
|
|
317
|
+
shortLabel: 'weETH/wstETH',
|
|
318
|
+
value: FluidMainnetVersion.FLUID_WEETH_WSTETH_16,
|
|
319
|
+
url: 'weeth-wsteth-16',
|
|
320
|
+
id: 16,
|
|
321
|
+
marketAddress: '0xeAEf563015634a9d0EE6CF1357A3b205C35e028D',
|
|
322
|
+
hasSmartCollateral: false,
|
|
323
|
+
hasSmartDebt: false,
|
|
324
|
+
collateralAsset0: 'weETH',
|
|
325
|
+
debtAsset0: 'wstETH',
|
|
326
|
+
});
|
|
327
|
+
|
|
328
|
+
export const FLUID_SUSDE_USDC_17 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
329
|
+
stableBased: true,
|
|
330
|
+
btcBased: false,
|
|
331
|
+
wstETHBased: false,
|
|
332
|
+
ethBased: false,
|
|
333
|
+
type: FluidVaultType.T1,
|
|
334
|
+
chainIds: [NetworkNumber.Eth],
|
|
335
|
+
label: '#17 (sUSDe / USDC)',
|
|
336
|
+
shortLabel: 'sUSDe/USDC',
|
|
337
|
+
value: FluidMainnetVersion.FLUID_SUSDE_USDC_17,
|
|
338
|
+
url: 'susde-usdc-17',
|
|
339
|
+
id: 17,
|
|
340
|
+
marketAddress: '0x3996464c0fCCa8183e13ea5E5e74375e2c8744Dd',
|
|
341
|
+
hasSmartCollateral: false,
|
|
342
|
+
hasSmartDebt: false,
|
|
343
|
+
collateralAsset0: 'sUSDe',
|
|
344
|
+
debtAsset0: 'USDC',
|
|
345
|
+
});
|
|
346
|
+
|
|
347
|
+
export const FLUID_SUSDE_USDT_18 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
348
|
+
stableBased: true,
|
|
349
|
+
btcBased: false,
|
|
350
|
+
wstETHBased: false,
|
|
351
|
+
ethBased: false,
|
|
352
|
+
type: FluidVaultType.T1,
|
|
353
|
+
chainIds: [NetworkNumber.Eth],
|
|
354
|
+
label: '#18 (sUSDe / USDT)',
|
|
355
|
+
shortLabel: 'sUSDe/USDT',
|
|
356
|
+
value: FluidMainnetVersion.FLUID_SUSDE_USDT_18,
|
|
357
|
+
url: 'susde-usdt-18',
|
|
358
|
+
id: 18,
|
|
359
|
+
marketAddress: '0xBc345229C1b52e4c30530C614BB487323BA38Da5',
|
|
360
|
+
hasSmartCollateral: false,
|
|
361
|
+
hasSmartDebt: false,
|
|
362
|
+
collateralAsset0: 'sUSDe',
|
|
363
|
+
debtAsset0: 'USDT',
|
|
364
|
+
});
|
|
365
|
+
|
|
366
|
+
export const FLUID_WEETH_USDC_19 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
367
|
+
stableBased: true,
|
|
368
|
+
btcBased: false,
|
|
369
|
+
wstETHBased: false,
|
|
370
|
+
ethBased: true,
|
|
371
|
+
type: FluidVaultType.T1,
|
|
372
|
+
chainIds: [NetworkNumber.Eth],
|
|
373
|
+
label: '#19 (weETH / USDC)',
|
|
374
|
+
shortLabel: 'weETH/USDC',
|
|
375
|
+
value: FluidMainnetVersion.FLUID_WEETH_USDC_19,
|
|
376
|
+
url: 'weeth-usdc-19',
|
|
377
|
+
id: 19,
|
|
378
|
+
marketAddress: '0xF2c8F54447cbd591C396b0Dd7ac15FAF552d0FA4',
|
|
379
|
+
hasSmartCollateral: false,
|
|
380
|
+
hasSmartDebt: false,
|
|
381
|
+
collateralAsset0: 'weETH',
|
|
382
|
+
debtAsset0: 'USDC',
|
|
383
|
+
});
|
|
384
|
+
|
|
385
|
+
export const FLUID_WEETH_USDT_20 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
386
|
+
stableBased: true,
|
|
387
|
+
btcBased: false,
|
|
388
|
+
wstETHBased: false,
|
|
389
|
+
ethBased: true,
|
|
390
|
+
type: FluidVaultType.T1,
|
|
391
|
+
chainIds: [NetworkNumber.Eth],
|
|
392
|
+
label: '#20 (weETH / USDT)',
|
|
393
|
+
shortLabel: 'weETH/USDT',
|
|
394
|
+
value: FluidMainnetVersion.FLUID_WEETH_USDT_20,
|
|
395
|
+
url: 'weeth-usdt-20',
|
|
396
|
+
id: 20,
|
|
397
|
+
marketAddress: '0x92643E964CA4b2c165a95CA919b0A819acA6D5F1',
|
|
398
|
+
hasSmartCollateral: false,
|
|
399
|
+
hasSmartDebt: false,
|
|
400
|
+
collateralAsset0: 'weETH',
|
|
401
|
+
debtAsset0: 'USDT',
|
|
402
|
+
});
|
|
403
|
+
|
|
404
|
+
export const FLUID_WBTC_USDC_21 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
405
|
+
stableBased: true,
|
|
406
|
+
btcBased: true,
|
|
407
|
+
wstETHBased: false,
|
|
408
|
+
ethBased: false,
|
|
409
|
+
type: FluidVaultType.T1,
|
|
410
|
+
chainIds: [NetworkNumber.Eth],
|
|
411
|
+
label: '#21 (WBTC / USDC)',
|
|
412
|
+
shortLabel: 'WBTC/USDC',
|
|
413
|
+
value: FluidMainnetVersion.FLUID_WBTC_USDC_21,
|
|
414
|
+
url: 'wbtc-usdc-21',
|
|
415
|
+
id: 21,
|
|
416
|
+
marketAddress: '0x6F72895Cf6904489Bcd862c941c3D02a3eE4f03e',
|
|
417
|
+
hasSmartCollateral: false,
|
|
418
|
+
hasSmartDebt: false,
|
|
419
|
+
collateralAsset0: 'WBTC',
|
|
420
|
+
debtAsset0: 'USDC',
|
|
421
|
+
});
|
|
422
|
+
|
|
423
|
+
export const FLUID_WBTC_USDT_22 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
424
|
+
stableBased: true,
|
|
425
|
+
btcBased: true,
|
|
426
|
+
wstETHBased: false,
|
|
427
|
+
ethBased: false,
|
|
428
|
+
type: FluidVaultType.T1,
|
|
429
|
+
chainIds: [NetworkNumber.Eth],
|
|
430
|
+
label: '#22 (WBTC / USDT)',
|
|
431
|
+
shortLabel: 'WBTC/USDT',
|
|
432
|
+
value: FluidMainnetVersion.FLUID_WBTC_USDT_22,
|
|
433
|
+
url: 'wbtc-usdt-22',
|
|
434
|
+
id: 22,
|
|
435
|
+
marketAddress: '0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40',
|
|
436
|
+
hasSmartCollateral: false,
|
|
437
|
+
hasSmartDebt: false,
|
|
438
|
+
collateralAsset0: 'WBTC',
|
|
439
|
+
debtAsset0: 'USDT',
|
|
440
|
+
});
|
|
441
|
+
|
|
442
|
+
export const FLUID_WBTC_ETH_23 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
443
|
+
stableBased: false,
|
|
444
|
+
btcBased: true,
|
|
445
|
+
wstETHBased: false,
|
|
446
|
+
ethBased: true,
|
|
447
|
+
type: FluidVaultType.T1,
|
|
448
|
+
chainIds: [NetworkNumber.Eth],
|
|
449
|
+
label: '#23 (WBTC / ETH)',
|
|
450
|
+
shortLabel: 'WBTC/ETH',
|
|
451
|
+
value: FluidMainnetVersion.FLUID_WBTC_ETH_23,
|
|
452
|
+
url: 'wbtc-eth-23',
|
|
453
|
+
id: 23,
|
|
454
|
+
marketAddress: '0xaD439b9D61b25af1ca4Cd211E3eCb9AfBaAEd84a',
|
|
455
|
+
hasSmartCollateral: false,
|
|
456
|
+
hasSmartDebt: false,
|
|
457
|
+
collateralAsset0: 'WBTC',
|
|
458
|
+
debtAsset0: 'ETH',
|
|
459
|
+
});
|
|
460
|
+
|
|
461
|
+
export const FLUID_ETH_WBTC_24 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
462
|
+
stableBased: false,
|
|
463
|
+
btcBased: true,
|
|
464
|
+
wstETHBased: false,
|
|
465
|
+
ethBased: true,
|
|
466
|
+
type: FluidVaultType.T1,
|
|
467
|
+
chainIds: [NetworkNumber.Eth],
|
|
468
|
+
label: '#24 (ETH / WBTC)',
|
|
469
|
+
shortLabel: 'ETH/WBTC',
|
|
470
|
+
value: FluidMainnetVersion.FLUID_ETH_WBTC_24,
|
|
471
|
+
url: 'eth-wbtc-24',
|
|
472
|
+
id: 24,
|
|
473
|
+
marketAddress: '0x991416539E9DA46db233bCcbaEA38C4f852776D4',
|
|
474
|
+
hasSmartCollateral: false,
|
|
475
|
+
hasSmartDebt: false,
|
|
476
|
+
collateralAsset0: 'ETH',
|
|
477
|
+
debtAsset0: 'WBTC',
|
|
478
|
+
});
|
|
479
|
+
|
|
480
|
+
export const FLUID_WSTETH_WBTC_25 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
481
|
+
stableBased: false,
|
|
482
|
+
btcBased: true,
|
|
483
|
+
wstETHBased: true,
|
|
484
|
+
ethBased: true,
|
|
485
|
+
type: FluidVaultType.T1,
|
|
486
|
+
chainIds: [NetworkNumber.Eth],
|
|
487
|
+
label: '#25 (wstETH / WBTC)',
|
|
488
|
+
shortLabel: 'wstETH/WBTC',
|
|
489
|
+
value: FluidMainnetVersion.FLUID_WSTETH_WBTC_25,
|
|
490
|
+
url: 'wsteth-wbtc-25',
|
|
491
|
+
id: 25,
|
|
492
|
+
marketAddress: '0x03271C337c86a6Fd89625A2820e48621DC2a128b',
|
|
493
|
+
hasSmartCollateral: false,
|
|
494
|
+
hasSmartDebt: false,
|
|
495
|
+
collateralAsset0: 'wstETH',
|
|
496
|
+
debtAsset0: 'WBTC',
|
|
497
|
+
});
|
|
498
|
+
|
|
499
|
+
export const FLUID_WEETH_WBTC_26 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
500
|
+
stableBased: false,
|
|
501
|
+
btcBased: true,
|
|
502
|
+
wstETHBased: false,
|
|
503
|
+
ethBased: true,
|
|
504
|
+
type: FluidVaultType.T1,
|
|
505
|
+
chainIds: [NetworkNumber.Eth],
|
|
506
|
+
label: '#26 (weETH / WBTC)',
|
|
507
|
+
shortLabel: 'weETH/WBTC',
|
|
508
|
+
value: FluidMainnetVersion.FLUID_WEETH_WBTC_26,
|
|
509
|
+
url: 'weeth-wbtc-26',
|
|
510
|
+
id: 26,
|
|
511
|
+
marketAddress: '0xF74cb9D69ada3559903149CFD60fD57cEAF95F30',
|
|
512
|
+
hasSmartCollateral: false,
|
|
513
|
+
hasSmartDebt: false,
|
|
514
|
+
collateralAsset0: 'weETH',
|
|
515
|
+
debtAsset0: 'WBTC',
|
|
516
|
+
});
|
|
517
|
+
|
|
518
|
+
export const FLUID_WEETHS_WSTETH_27 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
519
|
+
stableBased: false,
|
|
520
|
+
btcBased: false,
|
|
521
|
+
wstETHBased: true,
|
|
522
|
+
ethBased: true,
|
|
523
|
+
type: FluidVaultType.T1,
|
|
524
|
+
chainIds: [NetworkNumber.Eth],
|
|
525
|
+
label: '#27 (weETHs / wstETH)',
|
|
526
|
+
shortLabel: 'weETHs/wstETH',
|
|
527
|
+
value: FluidMainnetVersion.FLUID_WEETHS_WSTETH_27,
|
|
528
|
+
url: 'weeths-wsteth-27',
|
|
529
|
+
id: 27,
|
|
530
|
+
marketAddress: '0x1c6068eC051f0Ac1688cA1FE76810FA9c8644278',
|
|
531
|
+
hasSmartCollateral: false,
|
|
532
|
+
hasSmartDebt: false,
|
|
533
|
+
collateralAsset0: 'weETHs',
|
|
534
|
+
debtAsset0: 'wstETH',
|
|
535
|
+
});
|
|
536
|
+
|
|
537
|
+
export const FLUID_CBBTC_ETH_28 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
538
|
+
stableBased: false,
|
|
539
|
+
btcBased: true,
|
|
540
|
+
wstETHBased: false,
|
|
541
|
+
ethBased: true,
|
|
542
|
+
type: FluidVaultType.T1,
|
|
543
|
+
chainIds: [NetworkNumber.Eth],
|
|
544
|
+
label: '#28 (cbBTC / ETH)',
|
|
545
|
+
shortLabel: 'cbBTC/ETH',
|
|
546
|
+
value: FluidMainnetVersion.FLUID_CBBTC_ETH_28,
|
|
547
|
+
url: 'cbbtc-eth-28',
|
|
548
|
+
id: 28,
|
|
549
|
+
marketAddress: '0x5dae640956711E11016C1b27CF9968Ba5B4a69CC',
|
|
550
|
+
hasSmartCollateral: false,
|
|
551
|
+
hasSmartDebt: false,
|
|
552
|
+
collateralAsset0: 'cbBTC',
|
|
553
|
+
debtAsset0: 'ETH',
|
|
554
|
+
});
|
|
555
|
+
|
|
556
|
+
export const FLUID_CBBTC_USDC_29 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
557
|
+
stableBased: true,
|
|
558
|
+
btcBased: true,
|
|
559
|
+
wstETHBased: false,
|
|
560
|
+
ethBased: false,
|
|
561
|
+
type: FluidVaultType.T1,
|
|
562
|
+
chainIds: [NetworkNumber.Eth],
|
|
563
|
+
label: '#29 (cbBTC / USDC)',
|
|
564
|
+
shortLabel: 'cbBTC/USDC',
|
|
565
|
+
value: FluidMainnetVersion.FLUID_CBBTC_USDC_29,
|
|
566
|
+
url: 'cbbtc-usdc-29',
|
|
567
|
+
id: 29,
|
|
568
|
+
marketAddress: '0x01c7c1c41dea58b043e700eFb23Dc077F12a125e',
|
|
569
|
+
hasSmartCollateral: false,
|
|
570
|
+
hasSmartDebt: false,
|
|
571
|
+
collateralAsset0: 'cbBTC',
|
|
572
|
+
debtAsset0: 'USDC',
|
|
573
|
+
});
|
|
574
|
+
|
|
575
|
+
export const FLUID_CBBTC_USDT_30 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
576
|
+
stableBased: true,
|
|
577
|
+
btcBased: true,
|
|
578
|
+
wstETHBased: false,
|
|
579
|
+
ethBased: false,
|
|
580
|
+
type: FluidVaultType.T1,
|
|
581
|
+
chainIds: [NetworkNumber.Eth],
|
|
582
|
+
label: '#30 (cbBTC / USDT)',
|
|
583
|
+
shortLabel: 'cbBTC/USDT',
|
|
584
|
+
value: FluidMainnetVersion.FLUID_CBBTC_USDT_30,
|
|
585
|
+
url: 'cbbtc-usdt-30',
|
|
586
|
+
id: 30,
|
|
587
|
+
marketAddress: '0xE6b5D1CdC4935295c84772C4700932b4BFC93274',
|
|
588
|
+
hasSmartCollateral: false,
|
|
589
|
+
hasSmartDebt: false,
|
|
590
|
+
collateralAsset0: 'cbBTC',
|
|
591
|
+
debtAsset0: 'USDT',
|
|
592
|
+
});
|
|
593
|
+
|
|
594
|
+
export const FLUID_ETH_CBBTC_31 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
595
|
+
stableBased: false,
|
|
596
|
+
btcBased: true,
|
|
597
|
+
wstETHBased: false,
|
|
598
|
+
ethBased: true,
|
|
599
|
+
type: FluidVaultType.T1,
|
|
600
|
+
chainIds: [NetworkNumber.Eth],
|
|
601
|
+
label: '#31 (ETH / cbBTC)',
|
|
602
|
+
shortLabel: 'ETH/cbBTC',
|
|
603
|
+
value: FluidMainnetVersion.FLUID_ETH_CBBTC_31,
|
|
604
|
+
url: 'eth-cbbtc-31',
|
|
605
|
+
id: 31,
|
|
606
|
+
marketAddress: '0x69deb634Edc47A35B7b05056768d957F029Cbc0A',
|
|
607
|
+
hasSmartCollateral: false,
|
|
608
|
+
hasSmartDebt: false,
|
|
609
|
+
collateralAsset0: 'ETH',
|
|
610
|
+
debtAsset0: 'cbBTC',
|
|
611
|
+
});
|
|
612
|
+
|
|
613
|
+
export const FLUID_WSTETH_CBBTC_33 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
614
|
+
stableBased: false,
|
|
615
|
+
btcBased: true,
|
|
616
|
+
wstETHBased: true,
|
|
617
|
+
ethBased: true,
|
|
618
|
+
type: FluidVaultType.T1,
|
|
619
|
+
chainIds: [NetworkNumber.Eth],
|
|
620
|
+
label: '#33 (wstETH / cbBTC)',
|
|
621
|
+
shortLabel: 'wstETH/cbBTC',
|
|
622
|
+
value: FluidMainnetVersion.FLUID_WSTETH_CBBTC_33,
|
|
623
|
+
url: 'wsteth-cbbtc-33',
|
|
624
|
+
id: 33,
|
|
625
|
+
marketAddress: '0x6E0cDB09eb33cD3894C905E0DFF9289b95a86FFF',
|
|
626
|
+
hasSmartCollateral: false,
|
|
627
|
+
hasSmartDebt: false,
|
|
628
|
+
collateralAsset0: 'wstETH',
|
|
629
|
+
debtAsset0: 'cbBTC',
|
|
630
|
+
});
|
|
631
|
+
|
|
632
|
+
export const FLUID_WEETH_CBBTC_32 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
633
|
+
stableBased: false,
|
|
634
|
+
btcBased: true,
|
|
635
|
+
wstETHBased: false,
|
|
636
|
+
ethBased: true,
|
|
637
|
+
type: FluidVaultType.T1,
|
|
638
|
+
chainIds: [NetworkNumber.Eth],
|
|
639
|
+
label: '#32 (weETH / cbBTC)',
|
|
640
|
+
shortLabel: 'weETH/cbBTC',
|
|
641
|
+
value: FluidMainnetVersion.FLUID_WEETH_CBBTC_32,
|
|
642
|
+
url: 'weeth-cbbtc-32',
|
|
643
|
+
id: 32,
|
|
644
|
+
marketAddress: '0xB242508306db9A52932a754D2F408Ca0cb479135',
|
|
645
|
+
hasSmartCollateral: false,
|
|
646
|
+
hasSmartDebt: false,
|
|
647
|
+
collateralAsset0: 'weETH',
|
|
648
|
+
debtAsset0: 'cbBTC',
|
|
649
|
+
});
|
|
650
|
+
|
|
651
|
+
export const FLUID_WSTETH_ETH_WSTETH_ETH_44 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
652
|
+
stableBased: false,
|
|
653
|
+
btcBased: false,
|
|
654
|
+
wstETHBased: true,
|
|
655
|
+
ethBased: true,
|
|
656
|
+
type: FluidVaultType.T4,
|
|
657
|
+
chainIds: [NetworkNumber.Eth],
|
|
658
|
+
label: '#44 (wstETH-ETH / wstETH-ETH)',
|
|
659
|
+
shortLabel: 'wstETH-ETH/wstETH-ETH',
|
|
660
|
+
value: FluidMainnetVersion.FLUID_WSTETH_ETH_WSTETH_ETH_44,
|
|
661
|
+
url: 'wsteth-eth-wsteth-eth-44',
|
|
662
|
+
id: 44,
|
|
663
|
+
marketAddress: '0x528CF7DBBff878e02e48E83De5097F8071af768D',
|
|
664
|
+
hasSmartCollateral: true,
|
|
665
|
+
hasSmartDebt: true,
|
|
666
|
+
collateralAsset0: 'wstETH',
|
|
667
|
+
collateralAsset1: 'ETH',
|
|
668
|
+
debtAsset0: 'wstETH',
|
|
669
|
+
debtAsset1: 'ETH',
|
|
670
|
+
});
|
|
671
|
+
|
|
672
|
+
export const FLUID_ETH_USDC_USDT_45 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
673
|
+
stableBased: true,
|
|
674
|
+
btcBased: false,
|
|
675
|
+
wstETHBased: false,
|
|
676
|
+
ethBased: true,
|
|
677
|
+
type: FluidVaultType.T3,
|
|
678
|
+
chainIds: [NetworkNumber.Eth],
|
|
679
|
+
label: '#45 (ETH / USDC-USDT)',
|
|
680
|
+
shortLabel: 'ETH/USDC-USDT',
|
|
681
|
+
value: FluidMainnetVersion.FLUID_ETH_USDC_USDT_45,
|
|
682
|
+
url: 'eth-usdc-usdt-45',
|
|
683
|
+
id: 45,
|
|
684
|
+
marketAddress: '0x3E11B9aEb9C7dBbda4DD41477223Cc2f3f24b9d7',
|
|
685
|
+
hasSmartCollateral: false,
|
|
686
|
+
hasSmartDebt: true,
|
|
687
|
+
collateralAsset0: 'ETH',
|
|
688
|
+
debtAsset0: 'USDC',
|
|
689
|
+
debtAsset1: 'USDT',
|
|
690
|
+
});
|
|
691
|
+
|
|
692
|
+
export const FLUID_WSTETH_USDC_USDT_46 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
693
|
+
stableBased: true,
|
|
694
|
+
btcBased: false,
|
|
695
|
+
wstETHBased: true,
|
|
696
|
+
ethBased: true,
|
|
697
|
+
type: FluidVaultType.T3,
|
|
698
|
+
chainIds: [NetworkNumber.Eth],
|
|
699
|
+
label: '#46 (wstETH / USDC-USDT)',
|
|
700
|
+
shortLabel: 'wstETH/USDC-USDT',
|
|
701
|
+
value: FluidMainnetVersion.FLUID_WSTETH_USDC_USDT_46,
|
|
702
|
+
url: 'wsteth-usdc-usdt-46',
|
|
703
|
+
id: 46,
|
|
704
|
+
marketAddress: '0x221E35b5655A1eEB3C42c4DeFc39648531f6C9CF',
|
|
705
|
+
hasSmartCollateral: false,
|
|
706
|
+
hasSmartDebt: true,
|
|
707
|
+
collateralAsset0: 'wstETH',
|
|
708
|
+
debtAsset0: 'USDC',
|
|
709
|
+
debtAsset1: 'USDT',
|
|
710
|
+
});
|
|
711
|
+
|
|
712
|
+
export const FLUID_WEETH_USDC_USDT_47 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
713
|
+
stableBased: true,
|
|
714
|
+
btcBased: false,
|
|
715
|
+
wstETHBased: false,
|
|
716
|
+
ethBased: true,
|
|
717
|
+
type: FluidVaultType.T3,
|
|
718
|
+
chainIds: [NetworkNumber.Eth],
|
|
719
|
+
label: '#47 (weETH / USDC-USDT)',
|
|
720
|
+
shortLabel: 'weETH/USDC-USDT',
|
|
721
|
+
value: FluidMainnetVersion.FLUID_WEETH_USDC_USDT_47,
|
|
722
|
+
url: 'weeth-usdc-usdt-47',
|
|
723
|
+
id: 47,
|
|
724
|
+
marketAddress: '0x01F0D07fdE184614216e76782c6b7dF663F5375e',
|
|
725
|
+
hasSmartCollateral: false,
|
|
726
|
+
hasSmartDebt: true,
|
|
727
|
+
collateralAsset0: 'weETH',
|
|
728
|
+
debtAsset0: 'USDC',
|
|
729
|
+
debtAsset1: 'USDT',
|
|
730
|
+
});
|
|
731
|
+
|
|
732
|
+
export const FLUID_WBTC_USDC_USDT_48 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
733
|
+
stableBased: true,
|
|
734
|
+
btcBased: true,
|
|
735
|
+
wstETHBased: false,
|
|
736
|
+
ethBased: false,
|
|
737
|
+
type: FluidVaultType.T3,
|
|
738
|
+
chainIds: [NetworkNumber.Eth],
|
|
739
|
+
label: '#48 (WBTC / USDC-USDT)',
|
|
740
|
+
shortLabel: 'WBTC/USDC-USDT',
|
|
741
|
+
value: FluidMainnetVersion.FLUID_WBTC_USDC_USDT_48,
|
|
742
|
+
url: 'wbtc-usdc-usdt-48',
|
|
743
|
+
id: 48,
|
|
744
|
+
marketAddress: '0x59fa2F51F5c8fFfceB538180EC47A869eC3DBd4a',
|
|
745
|
+
hasSmartCollateral: false,
|
|
746
|
+
hasSmartDebt: true,
|
|
747
|
+
collateralAsset0: 'WBTC',
|
|
748
|
+
debtAsset0: 'USDC',
|
|
749
|
+
debtAsset1: 'USDT',
|
|
750
|
+
});
|
|
751
|
+
|
|
752
|
+
export const FLUID_CBBTC_USDC_USDT_49 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
753
|
+
stableBased: true,
|
|
754
|
+
btcBased: true,
|
|
755
|
+
wstETHBased: false,
|
|
756
|
+
ethBased: false,
|
|
757
|
+
type: FluidVaultType.T3,
|
|
758
|
+
chainIds: [NetworkNumber.Eth],
|
|
759
|
+
label: '#49 (cbBTC / USDC-USDT)',
|
|
760
|
+
shortLabel: 'cbBTC/USDC-USDT',
|
|
761
|
+
value: FluidMainnetVersion.FLUID_CBBTC_USDC_USDT_49,
|
|
762
|
+
url: 'cbbtc-usdc-usdt-49',
|
|
763
|
+
id: 49,
|
|
764
|
+
marketAddress: '0x47b6e2c8a0cB072198f17ccC6C7634dCc7126c3E',
|
|
765
|
+
hasSmartCollateral: false,
|
|
766
|
+
hasSmartDebt: true,
|
|
767
|
+
collateralAsset0: 'cbBTC',
|
|
768
|
+
debtAsset0: 'USDC',
|
|
769
|
+
debtAsset1: 'USDT',
|
|
770
|
+
});
|
|
771
|
+
|
|
772
|
+
export const FLUID_SUSDE_USDC_USDT_50 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
773
|
+
stableBased: true,
|
|
774
|
+
btcBased: false,
|
|
775
|
+
wstETHBased: false,
|
|
776
|
+
ethBased: false,
|
|
777
|
+
type: FluidVaultType.T3,
|
|
778
|
+
chainIds: [NetworkNumber.Eth],
|
|
779
|
+
label: '#50 (sUSDe / USDC-USDT)',
|
|
780
|
+
shortLabel: 'sUSDe/USDC-USDT',
|
|
781
|
+
value: FluidMainnetVersion.FLUID_SUSDE_USDC_USDT_50,
|
|
782
|
+
url: 'susde-usdc-usdt-50',
|
|
783
|
+
id: 50,
|
|
784
|
+
marketAddress: '0xe210d8ded13Abe836a10E8Aa956dd424658d0034',
|
|
785
|
+
hasSmartCollateral: false,
|
|
786
|
+
hasSmartDebt: true,
|
|
787
|
+
collateralAsset0: 'sUSDe',
|
|
788
|
+
debtAsset0: 'USDC',
|
|
789
|
+
debtAsset1: 'USDT',
|
|
790
|
+
});
|
|
791
|
+
|
|
792
|
+
export const FLUID_WBTC_CBBTC_WBTC_CBBTC_51 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
793
|
+
stableBased: false,
|
|
794
|
+
btcBased: true,
|
|
795
|
+
wstETHBased: false,
|
|
796
|
+
ethBased: false,
|
|
797
|
+
type: FluidVaultType.T4,
|
|
798
|
+
chainIds: [NetworkNumber.Eth],
|
|
799
|
+
label: '#51 (WBTC-cbBTC / WBTC-cbBTC)',
|
|
800
|
+
shortLabel: 'WBTC-cbBTC/WBTC-cbBTC',
|
|
801
|
+
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_WBTC_CBBTC_51,
|
|
802
|
+
url: 'wbtc-cbbtc-wbtc-cbbtc-51',
|
|
803
|
+
id: 51,
|
|
804
|
+
marketAddress: '0xDCe03288F9A109150f314ED0Ca9b59a690300d9d',
|
|
805
|
+
hasSmartCollateral: true,
|
|
806
|
+
hasSmartDebt: true,
|
|
807
|
+
collateralAsset0: 'WBTC',
|
|
808
|
+
collateralAsset1: 'cbBTC',
|
|
809
|
+
debtAsset0: 'WBTC',
|
|
810
|
+
debtAsset1: 'cbBTC',
|
|
811
|
+
});
|
|
812
|
+
|
|
813
|
+
export const FLUID_WBTC_CBBTC_USDC_52 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
814
|
+
stableBased: true,
|
|
815
|
+
btcBased: true,
|
|
816
|
+
wstETHBased: false,
|
|
817
|
+
ethBased: false,
|
|
818
|
+
type: FluidVaultType.T2,
|
|
819
|
+
chainIds: [NetworkNumber.Eth],
|
|
820
|
+
label: '#52 (WBTC-cbBTC / USDC)',
|
|
821
|
+
shortLabel: 'WBTC-cbBTC/USDC',
|
|
822
|
+
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_USDC_52,
|
|
823
|
+
url: 'wbtc-cbbtc-usdc-52',
|
|
824
|
+
id: 52,
|
|
825
|
+
marketAddress: '0x4e564A29c1FC18ed9b66e5754A37fCa0C8a980ff',
|
|
826
|
+
hasSmartCollateral: true,
|
|
827
|
+
hasSmartDebt: false,
|
|
828
|
+
collateralAsset0: 'WBTC',
|
|
829
|
+
collateralAsset1: 'cbBTC',
|
|
830
|
+
debtAsset0: 'USDC',
|
|
831
|
+
});
|
|
832
|
+
|
|
833
|
+
export const FLUID_WBTC_CBBTC_USDT_53 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
834
|
+
stableBased: true,
|
|
835
|
+
btcBased: true,
|
|
836
|
+
wstETHBased: false,
|
|
837
|
+
ethBased: false,
|
|
838
|
+
type: FluidVaultType.T2,
|
|
839
|
+
id: 53,
|
|
840
|
+
chainIds: [NetworkNumber.Eth],
|
|
841
|
+
label: '#53 (WBTC-cbBTC / USDT)',
|
|
842
|
+
shortLabel: 'WBTC-cbBTC/USDT',
|
|
843
|
+
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_USDT_53,
|
|
844
|
+
url: 'wbtc-cbbtc-usdt-53',
|
|
845
|
+
marketAddress: '0xf7FA55D14C71241e3c970E30C509Ff58b5f5D557',
|
|
846
|
+
hasSmartCollateral: true,
|
|
847
|
+
hasSmartDebt: false,
|
|
848
|
+
collateralAsset0: 'WBTC',
|
|
849
|
+
collateralAsset1: 'cbBTC',
|
|
850
|
+
debtAsset0: 'USDT',
|
|
851
|
+
});
|
|
852
|
+
|
|
853
|
+
export const FLUID_ETH_GHO_54 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
854
|
+
stableBased: true,
|
|
855
|
+
btcBased: false,
|
|
856
|
+
wstETHBased: false,
|
|
857
|
+
ethBased: true,
|
|
858
|
+
type: FluidVaultType.T1,
|
|
859
|
+
id: 54,
|
|
860
|
+
chainIds: [NetworkNumber.Eth],
|
|
861
|
+
label: '#54 (ETH / GHO)',
|
|
862
|
+
shortLabel: 'ETH/GHO',
|
|
863
|
+
value: FluidMainnetVersion.FLUID_ETH_GHO_54,
|
|
864
|
+
url: 'eth-gho-54',
|
|
865
|
+
marketAddress: '0xD9A7Dcdc57C6e44f00740dC73664fA456B983669',
|
|
866
|
+
hasSmartCollateral: false,
|
|
867
|
+
hasSmartDebt: false,
|
|
868
|
+
collateralAsset0: 'ETH',
|
|
869
|
+
debtAsset0: 'GHO',
|
|
870
|
+
});
|
|
871
|
+
|
|
872
|
+
export const FLUID_WSTETH_GHO_55 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
873
|
+
stableBased: true,
|
|
874
|
+
btcBased: false,
|
|
875
|
+
wstETHBased: true,
|
|
876
|
+
ethBased: true,
|
|
877
|
+
type: FluidVaultType.T1,
|
|
878
|
+
id: 55,
|
|
879
|
+
chainIds: [NetworkNumber.Eth],
|
|
880
|
+
label: '#55 (wstETH / GHO)',
|
|
881
|
+
shortLabel: 'wstETH/GHO',
|
|
882
|
+
value: FluidMainnetVersion.FLUID_WSTETH_GHO_55,
|
|
883
|
+
url: 'wsteth-gho-55',
|
|
884
|
+
marketAddress: '0xB0F2B58af3F17F1A3377c37F6E85eA41c369D1C7',
|
|
885
|
+
hasSmartCollateral: false,
|
|
886
|
+
hasSmartDebt: false,
|
|
887
|
+
collateralAsset0: 'wstETH',
|
|
888
|
+
debtAsset0: 'GHO',
|
|
889
|
+
});
|
|
890
|
+
|
|
891
|
+
export const FLUID_SUSDE_GHO_56 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
892
|
+
stableBased: true,
|
|
893
|
+
btcBased: false,
|
|
894
|
+
wstETHBased: false,
|
|
895
|
+
ethBased: false,
|
|
896
|
+
type: FluidVaultType.T1,
|
|
897
|
+
id: 56,
|
|
898
|
+
chainIds: [NetworkNumber.Eth],
|
|
899
|
+
label: '#56 (sUSDe / GHO)',
|
|
900
|
+
shortLabel: 'sUSDe/GHO',
|
|
901
|
+
value: FluidMainnetVersion.FLUID_SUSDE_GHO_56,
|
|
902
|
+
url: 'susde-gho-56',
|
|
903
|
+
marketAddress: '0x2F3780e21cAba1bEdFB24E37C97917def304dFFA',
|
|
904
|
+
hasSmartCollateral: false,
|
|
905
|
+
hasSmartDebt: false,
|
|
906
|
+
collateralAsset0: 'sUSDe',
|
|
907
|
+
debtAsset0: 'GHO',
|
|
908
|
+
});
|
|
909
|
+
|
|
910
|
+
export const FLUID_WEETH_GHO_57 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
911
|
+
stableBased: true,
|
|
912
|
+
btcBased: false,
|
|
913
|
+
wstETHBased: false,
|
|
914
|
+
ethBased: true,
|
|
915
|
+
type: FluidVaultType.T1,
|
|
916
|
+
id: 57,
|
|
917
|
+
chainIds: [NetworkNumber.Eth],
|
|
918
|
+
label: '#57 (weETH / GHO)',
|
|
919
|
+
shortLabel: 'weETH/GHO',
|
|
920
|
+
value: FluidMainnetVersion.FLUID_WEETH_GHO_57,
|
|
921
|
+
url: 'weeth-gho-57',
|
|
922
|
+
marketAddress: '0xd4B34f90930645EAf53E05Edd2950f93ee0D5Eb7',
|
|
923
|
+
hasSmartCollateral: false,
|
|
924
|
+
hasSmartDebt: false,
|
|
925
|
+
collateralAsset0: 'weETH',
|
|
926
|
+
debtAsset0: 'GHO',
|
|
927
|
+
});
|
|
928
|
+
|
|
929
|
+
export const FLUID_SUSDS_GHO_58 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
930
|
+
stableBased: true,
|
|
931
|
+
btcBased: false,
|
|
932
|
+
wstETHBased: false,
|
|
933
|
+
ethBased: false,
|
|
934
|
+
type: FluidVaultType.T1,
|
|
935
|
+
id: 58,
|
|
936
|
+
chainIds: [NetworkNumber.Eth],
|
|
937
|
+
label: '#58 (sUSDS / GHO)',
|
|
938
|
+
shortLabel: 'sUSDS/GHO',
|
|
939
|
+
value: FluidMainnetVersion.FLUID_SUSDS_GHO_58,
|
|
940
|
+
url: 'susds-gho-58',
|
|
941
|
+
marketAddress: '0x7ED2cbD4C98a6E151d2a48792c1E45E4f0CD57D1',
|
|
942
|
+
hasSmartCollateral: false,
|
|
943
|
+
hasSmartDebt: false,
|
|
944
|
+
collateralAsset0: 'sUSDS',
|
|
945
|
+
debtAsset0: 'GHO',
|
|
946
|
+
});
|
|
947
|
+
|
|
948
|
+
export const FLUID_WBTC_GHO_59 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
949
|
+
stableBased: true,
|
|
950
|
+
btcBased: true,
|
|
951
|
+
wstETHBased: false,
|
|
952
|
+
ethBased: false,
|
|
953
|
+
type: FluidVaultType.T1,
|
|
954
|
+
id: 59,
|
|
955
|
+
chainIds: [NetworkNumber.Eth],
|
|
956
|
+
label: '#59 (WBTC / GHO)',
|
|
957
|
+
shortLabel: 'WBTC/GHO',
|
|
958
|
+
value: FluidMainnetVersion.FLUID_WBTC_GHO_59,
|
|
959
|
+
url: 'wbtc-gho-59',
|
|
960
|
+
marketAddress: '0xe58Ed61ff0C9db46c8772FF7286B6B187D4fe68f',
|
|
961
|
+
hasSmartCollateral: false,
|
|
962
|
+
hasSmartDebt: false,
|
|
963
|
+
collateralAsset0: 'WBTC',
|
|
964
|
+
debtAsset0: 'GHO',
|
|
965
|
+
});
|
|
966
|
+
|
|
967
|
+
export const FLUID_CBBTC_GHO_60 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
968
|
+
stableBased: true,
|
|
969
|
+
btcBased: true,
|
|
970
|
+
wstETHBased: false,
|
|
971
|
+
ethBased: false,
|
|
972
|
+
type: FluidVaultType.T1,
|
|
973
|
+
id: 60,
|
|
974
|
+
chainIds: [NetworkNumber.Eth],
|
|
975
|
+
label: '#60 (cbBTC / GHO)',
|
|
976
|
+
shortLabel: 'cbBTC/GHO',
|
|
977
|
+
value: FluidMainnetVersion.FLUID_CBBTC_GHO_60,
|
|
978
|
+
url: 'cbbtc-gho-60',
|
|
979
|
+
marketAddress: '0x81A0dD6c5DDB8474b483c31309b66d7173263CbB',
|
|
980
|
+
hasSmartCollateral: false,
|
|
981
|
+
hasSmartDebt: false,
|
|
982
|
+
collateralAsset0: 'cbBTC',
|
|
983
|
+
debtAsset0: 'GHO',
|
|
984
|
+
});
|
|
985
|
+
|
|
986
|
+
export const FLUID_GHO_USDC_GHO_USDC_61 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
987
|
+
stableBased: true,
|
|
988
|
+
btcBased: false,
|
|
989
|
+
wstETHBased: false,
|
|
990
|
+
ethBased: false,
|
|
991
|
+
type: FluidVaultType.T4,
|
|
992
|
+
id: 61,
|
|
993
|
+
chainIds: [NetworkNumber.Eth],
|
|
994
|
+
label: '#61 (GHO-USDC / GHO-USDC)',
|
|
995
|
+
shortLabel: 'GHO-USDC/GHO-USDC',
|
|
996
|
+
value: FluidMainnetVersion.FLUID_GHO_USDC_GHO_USDC_61,
|
|
997
|
+
url: 'gho-usdc-gho-usdc-61',
|
|
998
|
+
marketAddress: '0x20b32C597633f12B44CFAFe0ab27408028CA0f6A',
|
|
999
|
+
hasSmartCollateral: true,
|
|
1000
|
+
hasSmartDebt: true,
|
|
1001
|
+
collateralAsset0: 'GHO',
|
|
1002
|
+
collateralAsset1: 'USDC',
|
|
1003
|
+
debtAsset0: 'GHO',
|
|
1004
|
+
debtAsset1: 'USDC',
|
|
1005
|
+
});
|
|
1006
|
+
|
|
1007
|
+
export const FLUID_WEETH_ETH_WSTETH_74 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1008
|
+
stableBased: false,
|
|
1009
|
+
btcBased: false,
|
|
1010
|
+
wstETHBased: true,
|
|
1011
|
+
ethBased: true,
|
|
1012
|
+
type: FluidVaultType.T2,
|
|
1013
|
+
id: 74,
|
|
1014
|
+
chainIds: [NetworkNumber.Eth],
|
|
1015
|
+
label: '#74 (weETH-ETH / wstETH)',
|
|
1016
|
+
shortLabel: 'weETH-ETH/wstETH',
|
|
1017
|
+
value: FluidMainnetVersion.FLUID_WEETH_ETH_WSTETH_74,
|
|
1018
|
+
url: 'weeth-eth-wsteth-74',
|
|
1019
|
+
marketAddress: '0xb4a15526d427f4d20b0dAdaF3baB4177C85A699A',
|
|
1020
|
+
hasSmartCollateral: true,
|
|
1021
|
+
hasSmartDebt: false,
|
|
1022
|
+
collateralAsset0: 'weETH',
|
|
1023
|
+
collateralAsset1: 'ETH',
|
|
1024
|
+
debtAsset0: 'wstETH',
|
|
1025
|
+
});
|
|
1026
|
+
|
|
1027
|
+
export const FLUID_USDC_ETH_USDC_ETH_77 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1028
|
+
stableBased: true,
|
|
1029
|
+
btcBased: false,
|
|
1030
|
+
wstETHBased: false,
|
|
1031
|
+
ethBased: true,
|
|
1032
|
+
type: FluidVaultType.T4,
|
|
1033
|
+
id: 77,
|
|
1034
|
+
chainIds: [NetworkNumber.Eth],
|
|
1035
|
+
label: '#77 (USDC-ETH / USDC-ETH)',
|
|
1036
|
+
shortLabel: 'USDC-ETH/USDC-ETH',
|
|
1037
|
+
value: FluidMainnetVersion.FLUID_USDC_ETH_USDC_ETH_77,
|
|
1038
|
+
url: 'usdc-eth-usdc-eth-77',
|
|
1039
|
+
marketAddress: '0x469D8c7990b9072EEF05d6349224621a71176213',
|
|
1040
|
+
hasSmartCollateral: true,
|
|
1041
|
+
hasSmartDebt: true,
|
|
1042
|
+
collateralAsset0: 'USDC',
|
|
1043
|
+
collateralAsset1: 'ETH',
|
|
1044
|
+
debtAsset0: 'USDC',
|
|
1045
|
+
debtAsset1: 'ETH',
|
|
1046
|
+
});
|
|
1047
|
+
|
|
1048
|
+
export const FLUID_RSETH_ETH_WSTETH_78 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1049
|
+
stableBased: false,
|
|
1050
|
+
btcBased: false,
|
|
1051
|
+
wstETHBased: true,
|
|
1052
|
+
ethBased: true,
|
|
1053
|
+
type: FluidVaultType.T2,
|
|
1054
|
+
id: 78,
|
|
1055
|
+
chainIds: [NetworkNumber.Eth],
|
|
1056
|
+
label: '#78 (rsETH-ETH / wstETH)',
|
|
1057
|
+
shortLabel: 'rsETH-ETH/wstETH',
|
|
1058
|
+
value: FluidMainnetVersion.FLUID_RSETH_ETH_WSTETH_78,
|
|
1059
|
+
url: 'rseth-eth-wsteth-78',
|
|
1060
|
+
marketAddress: '0x9A64E3EB9c2F917CBAdDe75Ad23bb402257acf2E',
|
|
1061
|
+
hasSmartCollateral: true,
|
|
1062
|
+
hasSmartDebt: false,
|
|
1063
|
+
collateralAsset0: 'rsETH',
|
|
1064
|
+
collateralAsset1: 'ETH',
|
|
1065
|
+
debtAsset0: 'wstETH',
|
|
1066
|
+
});
|
|
1067
|
+
|
|
1068
|
+
export const FLUID_RSETH_WSTETH_79 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1069
|
+
stableBased: false,
|
|
1070
|
+
btcBased: false,
|
|
1071
|
+
wstETHBased: true,
|
|
1072
|
+
ethBased: true,
|
|
1073
|
+
type: FluidVaultType.T1,
|
|
1074
|
+
id: 79,
|
|
1075
|
+
chainIds: [NetworkNumber.Eth],
|
|
1076
|
+
label: '#79 (rsETH / wstETH)',
|
|
1077
|
+
shortLabel: 'rsETH/wstETH',
|
|
1078
|
+
value: FluidMainnetVersion.FLUID_RSETH_WSTETH_79,
|
|
1079
|
+
url: 'rseth-wsteth-79',
|
|
1080
|
+
marketAddress: '0x025C1494b7d15aa931E011f6740E0b46b2136cb9',
|
|
1081
|
+
hasSmartCollateral: false,
|
|
1082
|
+
hasSmartDebt: false,
|
|
1083
|
+
collateralAsset0: 'rsETH',
|
|
1084
|
+
debtAsset0: 'wstETH',
|
|
1085
|
+
});
|
|
1086
|
+
|
|
1087
|
+
export const FLUID_WEETHS_ETH_WSTETH_80 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1088
|
+
stableBased: false,
|
|
1089
|
+
btcBased: false,
|
|
1090
|
+
wstETHBased: true,
|
|
1091
|
+
ethBased: true,
|
|
1092
|
+
type: FluidVaultType.T2,
|
|
1093
|
+
id: 80,
|
|
1094
|
+
chainIds: [NetworkNumber.Eth],
|
|
1095
|
+
label: '#80 (weETHs-ETH / wstETH)',
|
|
1096
|
+
shortLabel: 'weETHs-ETH/wstETH',
|
|
1097
|
+
value: FluidMainnetVersion.FLUID_WEETHS_ETH_WSTETH_80,
|
|
1098
|
+
url: 'weeths-eth-wsteth-80',
|
|
1099
|
+
marketAddress: '0x153a0D021AeD5d20D9E59e8B9ecC9E3e9276f6C3',
|
|
1100
|
+
hasSmartCollateral: true,
|
|
1101
|
+
hasSmartDebt: false,
|
|
1102
|
+
collateralAsset0: 'weETHs',
|
|
1103
|
+
collateralAsset1: 'ETH',
|
|
1104
|
+
debtAsset0: 'wstETH',
|
|
1105
|
+
});
|
|
1106
|
+
|
|
1107
|
+
export const FLUID_SUSDE_USDT_USDT_92 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1108
|
+
stableBased: true,
|
|
1109
|
+
btcBased: false,
|
|
1110
|
+
wstETHBased: false,
|
|
1111
|
+
ethBased: false,
|
|
1112
|
+
type: FluidVaultType.T2,
|
|
1113
|
+
id: 92,
|
|
1114
|
+
chainIds: [NetworkNumber.Eth],
|
|
1115
|
+
label: '#92 (sUSDe-USDT / USDT)',
|
|
1116
|
+
shortLabel: 'sUSDe-USDT/USDT',
|
|
1117
|
+
value: FluidMainnetVersion.FLUID_SUSDE_USDT_USDT_92,
|
|
1118
|
+
url: 'susde-usdt-usdt-92',
|
|
1119
|
+
marketAddress: '0x7503b58Bb29937e7E2980f70D3FD021B7ebeA6d0',
|
|
1120
|
+
hasSmartCollateral: true,
|
|
1121
|
+
hasSmartDebt: false,
|
|
1122
|
+
collateralAsset0: 'sUSDe',
|
|
1123
|
+
collateralAsset1: 'USDT',
|
|
1124
|
+
debtAsset0: 'USDT',
|
|
1125
|
+
});
|
|
1126
|
+
|
|
1127
|
+
export const FLUID_USDE_USDT_USDT_93 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1128
|
+
stableBased: true,
|
|
1129
|
+
btcBased: false,
|
|
1130
|
+
wstETHBased: false,
|
|
1131
|
+
ethBased: false,
|
|
1132
|
+
type: FluidVaultType.T2,
|
|
1133
|
+
id: 93,
|
|
1134
|
+
chainIds: [NetworkNumber.Eth],
|
|
1135
|
+
label: '#93 (USDe-USDT / USDT)',
|
|
1136
|
+
shortLabel: 'USDe-USDT/USDT',
|
|
1137
|
+
value: FluidMainnetVersion.FLUID_USDE_USDT_USDT_93,
|
|
1138
|
+
url: 'usde-usdt-usdt-93',
|
|
1139
|
+
marketAddress: '0x989a44CB4dBb7eBe20e0aBf3C1E1d727BF90F881',
|
|
1140
|
+
hasSmartCollateral: true,
|
|
1141
|
+
hasSmartDebt: false,
|
|
1142
|
+
collateralAsset0: 'USDe',
|
|
1143
|
+
collateralAsset1: 'USDT',
|
|
1144
|
+
debtAsset0: 'USDT',
|
|
1145
|
+
});
|
|
1146
|
+
|
|
1147
|
+
export const FLUID_LBTC_CBBTC_WBTC_97 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1148
|
+
stableBased: false,
|
|
1149
|
+
btcBased: true,
|
|
1150
|
+
wstETHBased: false,
|
|
1151
|
+
ethBased: false,
|
|
1152
|
+
type: FluidVaultType.T2,
|
|
1153
|
+
id: 97,
|
|
1154
|
+
chainIds: [NetworkNumber.Eth],
|
|
1155
|
+
label: '#97 (LBTC-cbBTC / WBTC)',
|
|
1156
|
+
shortLabel: 'LBTC-cbBTC/WBTC',
|
|
1157
|
+
value: FluidMainnetVersion.FLUID_LBTC_CBBTC_WBTC_97,
|
|
1158
|
+
url: 'lbtc-cbbtc-wbtc-97',
|
|
1159
|
+
marketAddress: '0x96B2A29823d475468eE6f15e07878adf79E8199b',
|
|
1160
|
+
hasSmartCollateral: true,
|
|
1161
|
+
hasSmartDebt: false,
|
|
1162
|
+
collateralAsset0: 'LBTC',
|
|
1163
|
+
collateralAsset1: 'cbBTC',
|
|
1164
|
+
debtAsset0: 'WBTC',
|
|
1165
|
+
});
|
|
1166
|
+
|
|
1167
|
+
export const FLUID_SUSDE_USDT_USDC_USDT_98 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1168
|
+
stableBased: true,
|
|
1169
|
+
btcBased: false,
|
|
1170
|
+
wstETHBased: false,
|
|
1171
|
+
ethBased: false,
|
|
1172
|
+
type: FluidVaultType.T4,
|
|
1173
|
+
id: 98,
|
|
1174
|
+
chainIds: [NetworkNumber.Eth],
|
|
1175
|
+
label: '#98 (sUSDe-USDT / USDC-USDT)',
|
|
1176
|
+
shortLabel: 'sUSDe-USDT/USDC-USDT',
|
|
1177
|
+
value: FluidMainnetVersion.FLUID_SUSDE_USDT_USDC_USDT_98,
|
|
1178
|
+
url: 'susde-usdt-usdc-usdt-98',
|
|
1179
|
+
marketAddress: '0xB170B94BeFe21098966aa9905Da6a2F569463A21',
|
|
1180
|
+
hasSmartCollateral: true,
|
|
1181
|
+
hasSmartDebt: true,
|
|
1182
|
+
collateralAsset0: 'sUSDe',
|
|
1183
|
+
collateralAsset1: 'USDT',
|
|
1184
|
+
debtAsset0: 'USDC',
|
|
1185
|
+
debtAsset1: 'USDT',
|
|
1186
|
+
});
|
|
1187
|
+
|
|
1188
|
+
export const FLUID_USDE_USDT_USDC_USDT_99 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1189
|
+
stableBased: false,
|
|
1190
|
+
btcBased: true,
|
|
1191
|
+
wstETHBased: false,
|
|
1192
|
+
ethBased: false,
|
|
1193
|
+
type: FluidVaultType.T4,
|
|
1194
|
+
id: 99,
|
|
1195
|
+
chainIds: [NetworkNumber.Eth],
|
|
1196
|
+
label: '#99 (USDe-USDT / USDC-USDT)',
|
|
1197
|
+
shortLabel: 'USDe-USDT/USDC-USDT',
|
|
1198
|
+
value: FluidMainnetVersion.FLUID_USDE_USDT_USDC_USDT_99,
|
|
1199
|
+
url: 'usde-usdt-usdc-usdt-99',
|
|
1200
|
+
marketAddress: '0xaEac94D417BF8d8bb3A44507100Ab8c0D3b12cA1',
|
|
1201
|
+
hasSmartCollateral: true,
|
|
1202
|
+
hasSmartDebt: true,
|
|
1203
|
+
collateralAsset0: 'USDe',
|
|
1204
|
+
collateralAsset1: 'USDT',
|
|
1205
|
+
debtAsset0: 'USDC',
|
|
1206
|
+
debtAsset1: 'USDT',
|
|
1207
|
+
});
|
|
1208
|
+
|
|
1209
|
+
export const FLUID_USDC_ETH_100 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1210
|
+
stableBased: true,
|
|
1211
|
+
btcBased: false,
|
|
1212
|
+
wstETHBased: false,
|
|
1213
|
+
ethBased: true,
|
|
1214
|
+
type: FluidVaultType.T1,
|
|
1215
|
+
id: 100,
|
|
1216
|
+
chainIds: [NetworkNumber.Eth],
|
|
1217
|
+
label: '#100 (USDC / ETH)',
|
|
1218
|
+
shortLabel: 'USDC/ETH',
|
|
1219
|
+
value: FluidMainnetVersion.FLUID_USDC_ETH_100,
|
|
1220
|
+
url: 'usdc-eth-100',
|
|
1221
|
+
marketAddress: '0x348aD11DB2c90e7FdF8e57420C569F76dBe38a59',
|
|
1222
|
+
hasSmartCollateral: false,
|
|
1223
|
+
hasSmartDebt: false,
|
|
1224
|
+
collateralAsset0: 'USDC',
|
|
1225
|
+
debtAsset0: 'ETH',
|
|
1226
|
+
});
|
|
1227
|
+
|
|
1228
|
+
export const FLUID_USDC_WBTC_101 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1229
|
+
stableBased: true,
|
|
1230
|
+
btcBased: true,
|
|
1231
|
+
wstETHBased: false,
|
|
1232
|
+
ethBased: false,
|
|
1233
|
+
type: FluidVaultType.T1,
|
|
1234
|
+
id: 101,
|
|
1235
|
+
chainIds: [NetworkNumber.Eth],
|
|
1236
|
+
label: '#101 (USDC / WBTC)',
|
|
1237
|
+
shortLabel: 'USDC/WBTC',
|
|
1238
|
+
value: FluidMainnetVersion.FLUID_USDC_WBTC_101,
|
|
1239
|
+
url: 'usdc-wbtc-101',
|
|
1240
|
+
marketAddress: '0xF140Ea1C1D657EaaB802FF7626dC220cD4007CE7',
|
|
1241
|
+
hasSmartCollateral: false,
|
|
1242
|
+
hasSmartDebt: false,
|
|
1243
|
+
collateralAsset0: 'USDC',
|
|
1244
|
+
debtAsset0: 'WBTC',
|
|
1245
|
+
});
|
|
1246
|
+
|
|
1247
|
+
export const FLUID_USDC_CBBTC_102 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1248
|
+
stableBased: true,
|
|
1249
|
+
btcBased: true,
|
|
1250
|
+
wstETHBased: false,
|
|
1251
|
+
ethBased: false,
|
|
1252
|
+
type: FluidVaultType.T1,
|
|
1253
|
+
id: 102,
|
|
1254
|
+
chainIds: [NetworkNumber.Eth],
|
|
1255
|
+
label: '#102 (USDC / cbBTC)',
|
|
1256
|
+
shortLabel: 'USDC/cbBTC',
|
|
1257
|
+
value: FluidMainnetVersion.FLUID_USDC_CBBTC_102,
|
|
1258
|
+
url: 'usdc-cbbtc-102',
|
|
1259
|
+
marketAddress: '0x1581f8C3De000b9A1cde85CaF68eC979D76a7b5E',
|
|
1260
|
+
hasSmartCollateral: false,
|
|
1261
|
+
hasSmartDebt: false,
|
|
1262
|
+
collateralAsset0: 'USDC',
|
|
1263
|
+
debtAsset0: 'cbBTC',
|
|
1264
|
+
});
|
|
1265
|
+
|
|
1266
|
+
export const FLUID_EZETH_WSTETH_103 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1267
|
+
stableBased: false,
|
|
1268
|
+
btcBased: false,
|
|
1269
|
+
wstETHBased: true,
|
|
1270
|
+
ethBased: true,
|
|
1271
|
+
type: FluidVaultType.T1,
|
|
1272
|
+
id: 103,
|
|
1273
|
+
chainIds: [NetworkNumber.Eth],
|
|
1274
|
+
label: '#103 (ezETH / wstETH)',
|
|
1275
|
+
shortLabel: 'ezETH/wstETH',
|
|
1276
|
+
value: FluidMainnetVersion.FLUID_EZETH_WSTETH_103,
|
|
1277
|
+
url: 'ezeth-wsteth-103',
|
|
1278
|
+
marketAddress: '0x18D31F2E1374574DF8309F92305008Beb49d3618',
|
|
1279
|
+
hasSmartCollateral: false,
|
|
1280
|
+
hasSmartDebt: false,
|
|
1281
|
+
collateralAsset0: 'ezETH',
|
|
1282
|
+
debtAsset0: 'wstETH',
|
|
1283
|
+
});
|
|
1284
|
+
|
|
1285
|
+
export const FLUID_EZETH_ETH_WSTETH_104 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1286
|
+
stableBased: false,
|
|
1287
|
+
btcBased: false,
|
|
1288
|
+
wstETHBased: true,
|
|
1289
|
+
ethBased: true,
|
|
1290
|
+
type: FluidVaultType.T2,
|
|
1291
|
+
id: 104,
|
|
1292
|
+
chainIds: [NetworkNumber.Eth],
|
|
1293
|
+
label: '#104 (ezETH-ETH / wstETH)',
|
|
1294
|
+
shortLabel: 'ezETH-ETH/wstETH',
|
|
1295
|
+
value: FluidMainnetVersion.FLUID_EZETH_ETH_WSTETH_104,
|
|
1296
|
+
url: 'ezeth-eth-wsteth-104',
|
|
1297
|
+
marketAddress: '0x7ca57429d74EeDA2ae0AaE009277cB140d2B4901',
|
|
1298
|
+
hasSmartCollateral: true,
|
|
1299
|
+
hasSmartDebt: false,
|
|
1300
|
+
collateralAsset0: 'ezETH',
|
|
1301
|
+
collateralAsset1: 'ETH',
|
|
1302
|
+
debtAsset0: 'wstETH',
|
|
1303
|
+
});
|
|
1304
|
+
|
|
1305
|
+
export const FLUID_LBTC_USDC_107 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1306
|
+
stableBased: true,
|
|
1307
|
+
btcBased: true,
|
|
1308
|
+
wstETHBased: false,
|
|
1309
|
+
ethBased: false,
|
|
1310
|
+
type: FluidVaultType.T1,
|
|
1311
|
+
id: 107,
|
|
1312
|
+
chainIds: [NetworkNumber.Eth],
|
|
1313
|
+
label: '#107 (LBTC / USDC)',
|
|
1314
|
+
shortLabel: 'LBTC/USDC',
|
|
1315
|
+
value: FluidMainnetVersion.FLUID_LBTC_USDC_107,
|
|
1316
|
+
url: 'lbtc-usdc-107',
|
|
1317
|
+
marketAddress: '0x9714427bd5A212EF6779EF46577771A39F55fA3D',
|
|
1318
|
+
hasSmartCollateral: false,
|
|
1319
|
+
hasSmartDebt: false,
|
|
1320
|
+
collateralAsset0: 'LBTC',
|
|
1321
|
+
debtAsset0: 'USDC',
|
|
1322
|
+
});
|
|
1323
|
+
|
|
1324
|
+
export const FLUID_LBTC_USDT_108 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1325
|
+
stableBased: true,
|
|
1326
|
+
btcBased: true,
|
|
1327
|
+
wstETHBased: false,
|
|
1328
|
+
ethBased: false,
|
|
1329
|
+
type: FluidVaultType.T1,
|
|
1330
|
+
id: 108,
|
|
1331
|
+
chainIds: [NetworkNumber.Eth],
|
|
1332
|
+
label: '#108 (LBTC / USDT)',
|
|
1333
|
+
shortLabel: 'LBTC/USDT',
|
|
1334
|
+
value: FluidMainnetVersion.FLUID_LBTC_USDT_108,
|
|
1335
|
+
url: 'lbtc-usdt-108',
|
|
1336
|
+
marketAddress: '0x9f64b16071387bcFD63A1EA7a518e22597575F14',
|
|
1337
|
+
hasSmartCollateral: false,
|
|
1338
|
+
hasSmartDebt: false,
|
|
1339
|
+
collateralAsset0: 'LBTC',
|
|
1340
|
+
debtAsset0: 'USDT',
|
|
1341
|
+
});
|
|
1342
|
+
|
|
1343
|
+
export const FLUID_LBTC_GHO_109 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1344
|
+
stableBased: true,
|
|
1345
|
+
btcBased: true,
|
|
1346
|
+
wstETHBased: false,
|
|
1347
|
+
ethBased: false,
|
|
1348
|
+
type: FluidVaultType.T1,
|
|
1349
|
+
id: 109,
|
|
1350
|
+
chainIds: [NetworkNumber.Eth],
|
|
1351
|
+
label: '#109 (LBTC / GHO)',
|
|
1352
|
+
shortLabel: 'LBTC/GHO',
|
|
1353
|
+
value: FluidMainnetVersion.FLUID_LBTC_GHO_109,
|
|
1354
|
+
url: 'lbtc-gho-109',
|
|
1355
|
+
marketAddress: '0x6388eEFD6b462662Ac295D7B436cbCa8651BEAf4',
|
|
1356
|
+
hasSmartCollateral: false,
|
|
1357
|
+
hasSmartDebt: false,
|
|
1358
|
+
collateralAsset0: 'LBTC',
|
|
1359
|
+
debtAsset0: 'GHO',
|
|
1360
|
+
});
|
|
1361
|
+
|
|
1362
|
+
export const FLUID_LBTC_CBBTC_CBBTC_114 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1363
|
+
stableBased: false,
|
|
1364
|
+
btcBased: true,
|
|
1365
|
+
wstETHBased: false,
|
|
1366
|
+
ethBased: false,
|
|
1367
|
+
type: FluidVaultType.T2,
|
|
1368
|
+
id: 114,
|
|
1369
|
+
chainIds: [NetworkNumber.Eth],
|
|
1370
|
+
label: '#114 (LBTC-cbBTC / cbBTC)',
|
|
1371
|
+
shortLabel: 'LBTC-cbBTC/cbBTC',
|
|
1372
|
+
value: FluidMainnetVersion.FLUID_LBTC_CBBTC_CBBTC_114,
|
|
1373
|
+
url: 'lbtc-cbbtc-cbbtc-114',
|
|
1374
|
+
marketAddress: '0x9f1F074EB64470f804b34E6948132b8aAE17028F',
|
|
1375
|
+
hasSmartCollateral: true,
|
|
1376
|
+
hasSmartDebt: false,
|
|
1377
|
+
collateralAsset0: 'LBTC',
|
|
1378
|
+
collateralAsset1: 'cbBTC',
|
|
1379
|
+
debtAsset0: 'cbBTC',
|
|
1380
|
+
});
|
|
1381
|
+
|
|
1382
|
+
export const FLUID_WBTC_LBTC_WBTC_115 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1383
|
+
stableBased: false,
|
|
1384
|
+
btcBased: true,
|
|
1385
|
+
wstETHBased: false,
|
|
1386
|
+
ethBased: false,
|
|
1387
|
+
type: FluidVaultType.T2,
|
|
1388
|
+
id: 115,
|
|
1389
|
+
chainIds: [NetworkNumber.Eth],
|
|
1390
|
+
label: '#115 (WBTC-LBTC / WBTC)',
|
|
1391
|
+
shortLabel: 'WBTC-LBTC/WBTC',
|
|
1392
|
+
value: FluidMainnetVersion.FLUID_WBTC_LBTC_WBTC_115,
|
|
1393
|
+
url: 'wbtc-lbtc-wbtc-115',
|
|
1394
|
+
marketAddress: '0x57A9f4e109EcEF8990BC794df0D159fb29861f2A',
|
|
1395
|
+
hasSmartCollateral: true,
|
|
1396
|
+
hasSmartDebt: false,
|
|
1397
|
+
collateralAsset0: 'WBTC',
|
|
1398
|
+
collateralAsset1: 'LBTC',
|
|
1399
|
+
debtAsset0: 'WBTC',
|
|
1400
|
+
});
|
|
1401
|
+
|
|
1402
|
+
export const FLUID_ETH_USDC_1_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1403
|
+
stableBased: true,
|
|
1404
|
+
btcBased: false,
|
|
1405
|
+
wstETHBased: false,
|
|
1406
|
+
ethBased: true,
|
|
1407
|
+
type: FluidVaultType.T1,
|
|
1408
|
+
id: 1,
|
|
1409
|
+
chainIds: [NetworkNumber.Arb],
|
|
1410
|
+
label: '#1 (ETH / USDC)',
|
|
1411
|
+
shortLabel: 'ETH/USDC',
|
|
1412
|
+
value: FluidArbitrumVersion.FLUID_ETH_USDC_1_ARB,
|
|
1413
|
+
url: 'eth-usdc-1-arb',
|
|
1414
|
+
marketAddress: '0xeAbBfca72F8a8bf14C4ac59e69ECB2eB69F0811C',
|
|
1415
|
+
hasSmartCollateral: false,
|
|
1416
|
+
hasSmartDebt: false,
|
|
1417
|
+
collateralAsset0: 'ETH',
|
|
1418
|
+
debtAsset0: 'USDC',
|
|
1419
|
+
});
|
|
1420
|
+
|
|
1421
|
+
export const FLUID_ETH_USDT_2_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1422
|
+
stableBased: true,
|
|
1423
|
+
btcBased: false,
|
|
1424
|
+
wstETHBased: false,
|
|
1425
|
+
ethBased: true,
|
|
1426
|
+
type: FluidVaultType.T1,
|
|
1427
|
+
id: 2,
|
|
1428
|
+
chainIds: [NetworkNumber.Arb],
|
|
1429
|
+
label: '#2 (ETH / USDT)',
|
|
1430
|
+
shortLabel: 'ETH/USDT',
|
|
1431
|
+
value: FluidArbitrumVersion.FLUID_ETH_USDT_2_ARB,
|
|
1432
|
+
url: 'eth-usdt-2-arb',
|
|
1433
|
+
marketAddress: '0xbEC491FeF7B4f666b270F9D5E5C3f443cBf20991',
|
|
1434
|
+
hasSmartCollateral: false,
|
|
1435
|
+
hasSmartDebt: false,
|
|
1436
|
+
collateralAsset0: 'ETH',
|
|
1437
|
+
debtAsset0: 'USDT',
|
|
1438
|
+
});
|
|
1439
|
+
|
|
1440
|
+
export const FLUID_WSTETH_USDC_3_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1441
|
+
stableBased: true,
|
|
1442
|
+
btcBased: false,
|
|
1443
|
+
wstETHBased: true,
|
|
1444
|
+
ethBased: true,
|
|
1445
|
+
type: FluidVaultType.T1,
|
|
1446
|
+
id: 3,
|
|
1447
|
+
chainIds: [NetworkNumber.Arb],
|
|
1448
|
+
label: '#3 (wstETH / USDC)',
|
|
1449
|
+
shortLabel: 'wstETH/USDC',
|
|
1450
|
+
value: FluidArbitrumVersion.FLUID_WSTETH_USDC_3_ARB,
|
|
1451
|
+
url: 'wsteth-usdc-3-arb',
|
|
1452
|
+
marketAddress: '0xA0F83Fc5885cEBc0420ce7C7b139Adc80c4F4D91',
|
|
1453
|
+
hasSmartCollateral: false,
|
|
1454
|
+
hasSmartDebt: false,
|
|
1455
|
+
collateralAsset0: 'wstETH',
|
|
1456
|
+
debtAsset0: 'USDC',
|
|
1457
|
+
});
|
|
1458
|
+
|
|
1459
|
+
export const FLUID_WSTETH_USDT_4_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1460
|
+
stableBased: true,
|
|
1461
|
+
btcBased: false,
|
|
1462
|
+
wstETHBased: true,
|
|
1463
|
+
ethBased: true,
|
|
1464
|
+
type: FluidVaultType.T1,
|
|
1465
|
+
id: 4,
|
|
1466
|
+
chainIds: [NetworkNumber.Arb],
|
|
1467
|
+
label: '#4 (wstETH / USDT)',
|
|
1468
|
+
shortLabel: 'wstETH/USDT',
|
|
1469
|
+
value: FluidArbitrumVersion.FLUID_WSTETH_USDT_4_ARB,
|
|
1470
|
+
url: 'wsteth-usdt-4-arb',
|
|
1471
|
+
marketAddress: '0x51197586F6A9e2571868b6ffaef308f3bdfEd3aE',
|
|
1472
|
+
hasSmartCollateral: false,
|
|
1473
|
+
hasSmartDebt: false,
|
|
1474
|
+
collateralAsset0: 'wstETH',
|
|
1475
|
+
debtAsset0: 'USDT',
|
|
1476
|
+
});
|
|
1477
|
+
|
|
1478
|
+
export const FLUID_WSTETH_ETH_5_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1479
|
+
stableBased: false,
|
|
1480
|
+
btcBased: false,
|
|
1481
|
+
wstETHBased: true,
|
|
1482
|
+
ethBased: true,
|
|
1483
|
+
type: FluidVaultType.T1,
|
|
1484
|
+
id: 5,
|
|
1485
|
+
chainIds: [NetworkNumber.Arb],
|
|
1486
|
+
label: '#5 (wstETH / ETH)',
|
|
1487
|
+
shortLabel: 'wstETH/ETH',
|
|
1488
|
+
value: FluidArbitrumVersion.FLUID_WSTETH_ETH_5_ARB,
|
|
1489
|
+
url: 'wsteth-eth-5-arb',
|
|
1490
|
+
marketAddress: '0x1c2bB46f36561bc4F05A94BD50916496aa501078',
|
|
1491
|
+
hasSmartCollateral: false,
|
|
1492
|
+
hasSmartDebt: false,
|
|
1493
|
+
collateralAsset0: 'wstETH',
|
|
1494
|
+
debtAsset0: 'ETH',
|
|
1495
|
+
});
|
|
1496
|
+
|
|
1497
|
+
export const FLUID_WEETH_WSTETH_6_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1498
|
+
stableBased: false,
|
|
1499
|
+
btcBased: false,
|
|
1500
|
+
wstETHBased: true,
|
|
1501
|
+
ethBased: true,
|
|
1502
|
+
type: FluidVaultType.T1,
|
|
1503
|
+
id: 6,
|
|
1504
|
+
chainIds: [NetworkNumber.Arb],
|
|
1505
|
+
label: '#6 (weETH / wstETH)',
|
|
1506
|
+
shortLabel: 'weETH/wstETH',
|
|
1507
|
+
value: FluidArbitrumVersion.FLUID_WEETH_WSTETH_6_ARB,
|
|
1508
|
+
url: 'weeth-wsteth-6-arb',
|
|
1509
|
+
marketAddress: '0x40D9b8417E6E1DcD358f04E3328bCEd061018A82',
|
|
1510
|
+
hasSmartCollateral: false,
|
|
1511
|
+
hasSmartDebt: false,
|
|
1512
|
+
collateralAsset0: 'weETH',
|
|
1513
|
+
debtAsset0: 'wstETH',
|
|
1514
|
+
});
|
|
1515
|
+
|
|
1516
|
+
export const FLUID_WEETH_USDC_7_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1517
|
+
stableBased: true,
|
|
1518
|
+
btcBased: false,
|
|
1519
|
+
wstETHBased: false,
|
|
1520
|
+
ethBased: true,
|
|
1521
|
+
type: FluidVaultType.T1,
|
|
1522
|
+
id: 7,
|
|
1523
|
+
chainIds: [NetworkNumber.Arb],
|
|
1524
|
+
label: '#7 (weETH / USDC)',
|
|
1525
|
+
shortLabel: 'weETH/USDC',
|
|
1526
|
+
value: FluidArbitrumVersion.FLUID_WEETH_USDC_7_ARB,
|
|
1527
|
+
url: 'weeth-usdc-7-arb',
|
|
1528
|
+
marketAddress: '0x4045720a33193b4Fe66c94DFbc8D37B0b4D9B469',
|
|
1529
|
+
hasSmartCollateral: false,
|
|
1530
|
+
hasSmartDebt: false,
|
|
1531
|
+
collateralAsset0: 'weETH',
|
|
1532
|
+
debtAsset0: 'USDC',
|
|
1533
|
+
});
|
|
1534
|
+
|
|
1535
|
+
export const FLUID_WEETH_USDT_8_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1536
|
+
stableBased: true,
|
|
1537
|
+
btcBased: false,
|
|
1538
|
+
wstETHBased: false,
|
|
1539
|
+
ethBased: true,
|
|
1540
|
+
type: FluidVaultType.T1,
|
|
1541
|
+
id: 8,
|
|
1542
|
+
chainIds: [NetworkNumber.Arb],
|
|
1543
|
+
label: '#8 (weETH / USDT)',
|
|
1544
|
+
shortLabel: 'weETH/USDT',
|
|
1545
|
+
value: FluidArbitrumVersion.FLUID_WEETH_USDT_8_ARB,
|
|
1546
|
+
url: 'weeth-usdt-8-arb',
|
|
1547
|
+
marketAddress: '0xBFADEA65591235f38809076e14803Ac84AcF3F97',
|
|
1548
|
+
hasSmartCollateral: false,
|
|
1549
|
+
hasSmartDebt: false,
|
|
1550
|
+
collateralAsset0: 'weETH',
|
|
1551
|
+
debtAsset0: 'USDT',
|
|
1552
|
+
});
|
|
1553
|
+
|
|
1554
|
+
export const FLUID_ETH_ARB_9_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1555
|
+
stableBased: false,
|
|
1556
|
+
btcBased: false,
|
|
1557
|
+
wstETHBased: false,
|
|
1558
|
+
ethBased: true,
|
|
1559
|
+
type: FluidVaultType.T1,
|
|
1560
|
+
id: 9,
|
|
1561
|
+
chainIds: [NetworkNumber.Arb],
|
|
1562
|
+
label: '#9 (ETH / ARB)',
|
|
1563
|
+
shortLabel: 'ETH/ARB',
|
|
1564
|
+
value: FluidArbitrumVersion.FLUID_ETH_ARB_9_ARB,
|
|
1565
|
+
url: 'eth-arb-9-arb',
|
|
1566
|
+
marketAddress: '0xf55B8e9F0c51Ace009f4b41d03321675d4C643b3',
|
|
1567
|
+
hasSmartCollateral: false,
|
|
1568
|
+
hasSmartDebt: false,
|
|
1569
|
+
collateralAsset0: 'ETH',
|
|
1570
|
+
debtAsset0: 'ARB',
|
|
1571
|
+
});
|
|
1572
|
+
|
|
1573
|
+
export const FLUID_ARB_USDC_10_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1574
|
+
stableBased: true,
|
|
1575
|
+
btcBased: false,
|
|
1576
|
+
wstETHBased: false,
|
|
1577
|
+
ethBased: false,
|
|
1578
|
+
type: FluidVaultType.T1,
|
|
1579
|
+
id: 10,
|
|
1580
|
+
chainIds: [NetworkNumber.Arb],
|
|
1581
|
+
label: '#10 (ARB / USDC)',
|
|
1582
|
+
shortLabel: 'ARB/USDC',
|
|
1583
|
+
value: FluidArbitrumVersion.FLUID_ARB_USDC_10_ARB,
|
|
1584
|
+
url: 'arb-usdc-10-arb',
|
|
1585
|
+
marketAddress: '0xdF16AdaF80584b2723F3BA1Eb7a601338Ba18c4e',
|
|
1586
|
+
hasSmartCollateral: false,
|
|
1587
|
+
hasSmartDebt: false,
|
|
1588
|
+
collateralAsset0: 'ARB',
|
|
1589
|
+
debtAsset0: 'USDC',
|
|
1590
|
+
});
|
|
1591
|
+
|
|
1592
|
+
export const FLUID_ARB_USDT_11_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1593
|
+
stableBased: true,
|
|
1594
|
+
btcBased: false,
|
|
1595
|
+
wstETHBased: false,
|
|
1596
|
+
ethBased: false,
|
|
1597
|
+
type: FluidVaultType.T1,
|
|
1598
|
+
id: 11,
|
|
1599
|
+
chainIds: [NetworkNumber.Arb],
|
|
1600
|
+
label: '#11 (ARB / USDT)',
|
|
1601
|
+
shortLabel: 'ARB/USDT',
|
|
1602
|
+
value: FluidArbitrumVersion.FLUID_ARB_USDT_11_ARB,
|
|
1603
|
+
url: 'arb-usdt-11-arb',
|
|
1604
|
+
marketAddress: '0x0C8C77B7FF4c2aF7F6CEBbe67350A490E3DD6cB3',
|
|
1605
|
+
hasSmartCollateral: false,
|
|
1606
|
+
hasSmartDebt: false,
|
|
1607
|
+
collateralAsset0: 'ARB',
|
|
1608
|
+
debtAsset0: 'USDT',
|
|
1609
|
+
});
|
|
1610
|
+
|
|
1611
|
+
export const FLUID_WBTC_USDC_12_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1612
|
+
stableBased: true,
|
|
1613
|
+
btcBased: true,
|
|
1614
|
+
wstETHBased: false,
|
|
1615
|
+
ethBased: false,
|
|
1616
|
+
type: FluidVaultType.T1,
|
|
1617
|
+
id: 12,
|
|
1618
|
+
chainIds: [NetworkNumber.Arb],
|
|
1619
|
+
label: '#12 (WBTC / USDC)',
|
|
1620
|
+
shortLabel: 'WBTC/USDC',
|
|
1621
|
+
value: FluidArbitrumVersion.FLUID_WBTC_USDC_12_ARB,
|
|
1622
|
+
url: 'wbtc_usdc_12_arb',
|
|
1623
|
+
marketAddress: '0xE16A6f5359ABB1f61cE71e25dD0932e3E00B00eB',
|
|
1624
|
+
hasSmartCollateral: false,
|
|
1625
|
+
hasSmartDebt: false,
|
|
1626
|
+
collateralAsset0: 'WBTC',
|
|
1627
|
+
debtAsset0: 'USDC',
|
|
1628
|
+
});
|
|
1629
|
+
|
|
1630
|
+
export const FLUID_WBTC_USDT_13_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1631
|
+
stableBased: true,
|
|
1632
|
+
btcBased: true,
|
|
1633
|
+
wstETHBased: false,
|
|
1634
|
+
ethBased: false,
|
|
1635
|
+
type: FluidVaultType.T1,
|
|
1636
|
+
id: 13,
|
|
1637
|
+
chainIds: [NetworkNumber.Arb],
|
|
1638
|
+
label: '#13 (WBTC / USDT)',
|
|
1639
|
+
shortLabel: 'WBTC/USDT',
|
|
1640
|
+
value: FluidArbitrumVersion.FLUID_WBTC_USDT_13_ARB,
|
|
1641
|
+
url: 'wbtc_usdc_13_arb',
|
|
1642
|
+
marketAddress: '0x82B27fA821419F5689381b565a8B0786aA2548De',
|
|
1643
|
+
hasSmartCollateral: false,
|
|
1644
|
+
hasSmartDebt: false,
|
|
1645
|
+
collateralAsset0: 'WBTC',
|
|
1646
|
+
debtAsset0: 'USDT',
|
|
1647
|
+
});
|
|
1648
|
+
|
|
1649
|
+
export const FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1650
|
+
stableBased: false,
|
|
1651
|
+
btcBased: false,
|
|
1652
|
+
wstETHBased: true,
|
|
1653
|
+
ethBased: true,
|
|
1654
|
+
type: FluidVaultType.T4,
|
|
1655
|
+
id: 16,
|
|
1656
|
+
chainIds: [NetworkNumber.Arb],
|
|
1657
|
+
label: '#16 (wstETH-ETH / wstETH-ETH)',
|
|
1658
|
+
shortLabel: 'wstETH-ETH/wstETH-ETH',
|
|
1659
|
+
value: FluidArbitrumVersion.FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB,
|
|
1660
|
+
url: 'wsteth-eth-wsteth-eth-16-arb',
|
|
1661
|
+
marketAddress: '0xeAEf563015634a9d0EE6CF1357A3b205C35e028D',
|
|
1662
|
+
hasSmartCollateral: true,
|
|
1663
|
+
hasSmartDebt: true,
|
|
1664
|
+
collateralAsset0: 'wstETH',
|
|
1665
|
+
collateralAsset1: 'ETH',
|
|
1666
|
+
debtAsset0: 'wstETH',
|
|
1667
|
+
debtAsset1: 'ETH',
|
|
1668
|
+
});
|
|
1669
|
+
|
|
1670
|
+
export const FLUID_WEETH_ETH_WSTETH_17_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1671
|
+
stableBased: false,
|
|
1672
|
+
btcBased: false,
|
|
1673
|
+
wstETHBased: true,
|
|
1674
|
+
ethBased: true,
|
|
1675
|
+
type: FluidVaultType.T2,
|
|
1676
|
+
id: 17,
|
|
1677
|
+
chainIds: [NetworkNumber.Arb],
|
|
1678
|
+
label: '#17 (weETH-ETH / wstETH)',
|
|
1679
|
+
shortLabel: 'weETH-ETH/wstETH',
|
|
1680
|
+
value: FluidArbitrumVersion.FLUID_WEETH_ETH_WSTETH_17_ARB,
|
|
1681
|
+
url: 'weeth-eth-wsteth-17-arb',
|
|
1682
|
+
marketAddress: '0x3996464c0fCCa8183e13ea5E5e74375e2c8744Dd',
|
|
1683
|
+
hasSmartCollateral: true,
|
|
1684
|
+
hasSmartDebt: false,
|
|
1685
|
+
collateralAsset0: 'weETH',
|
|
1686
|
+
collateralAsset1: 'ETH',
|
|
1687
|
+
debtAsset0: 'wstETH',
|
|
1688
|
+
});
|
|
1689
|
+
|
|
1690
|
+
export const FLUID_WBTC_ETH_18_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1691
|
+
stableBased: false,
|
|
1692
|
+
btcBased: true,
|
|
1693
|
+
wstETHBased: false,
|
|
1694
|
+
ethBased: true,
|
|
1695
|
+
type: FluidVaultType.T1,
|
|
1696
|
+
id: 18,
|
|
1697
|
+
chainIds: [NetworkNumber.Arb],
|
|
1698
|
+
label: '#18 (WBTC / ETH)',
|
|
1699
|
+
shortLabel: 'WBTC/ETH',
|
|
1700
|
+
value: FluidArbitrumVersion.FLUID_WBTC_ETH_18_ARB,
|
|
1701
|
+
url: 'wbtc_eth_18_arb',
|
|
1702
|
+
marketAddress: '0xBc345229C1b52e4c30530C614BB487323BA38Da5',
|
|
1703
|
+
hasSmartCollateral: false,
|
|
1704
|
+
hasSmartDebt: false,
|
|
1705
|
+
collateralAsset0: 'WBTC',
|
|
1706
|
+
debtAsset0: 'ETH',
|
|
1707
|
+
});
|
|
1708
|
+
|
|
1709
|
+
export const FLUID_ETH_WBTC_19_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1710
|
+
stableBased: false,
|
|
1711
|
+
btcBased: true,
|
|
1712
|
+
wstETHBased: false,
|
|
1713
|
+
ethBased: true,
|
|
1714
|
+
type: FluidVaultType.T1,
|
|
1715
|
+
id: 19,
|
|
1716
|
+
chainIds: [NetworkNumber.Arb],
|
|
1717
|
+
label: '#19 (ETH / WBTC)',
|
|
1718
|
+
shortLabel: 'ETH/WBTC',
|
|
1719
|
+
value: FluidArbitrumVersion.FLUID_ETH_WBTC_19_ARB,
|
|
1720
|
+
url: 'eth_wbtc_19_arb',
|
|
1721
|
+
marketAddress: '0xF2c8F54447cbd591C396b0Dd7ac15FAF552d0FA4',
|
|
1722
|
+
hasSmartCollateral: false,
|
|
1723
|
+
hasSmartDebt: false,
|
|
1724
|
+
collateralAsset0: 'ETH',
|
|
1725
|
+
debtAsset0: 'WBTC',
|
|
1726
|
+
});
|
|
1727
|
+
|
|
1728
|
+
export const FLUID_WSTETH_WBTC_20_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1729
|
+
stableBased: false,
|
|
1730
|
+
btcBased: true,
|
|
1731
|
+
wstETHBased: true,
|
|
1732
|
+
ethBased: true,
|
|
1733
|
+
type: FluidVaultType.T1,
|
|
1734
|
+
id: 20,
|
|
1735
|
+
chainIds: [NetworkNumber.Arb],
|
|
1736
|
+
label: '#20 (wstETH / WBTC)',
|
|
1737
|
+
shortLabel: 'wstETH/WBTC',
|
|
1738
|
+
value: FluidArbitrumVersion.FLUID_WSTETH_WBTC_20_ARB,
|
|
1739
|
+
url: 'wsteth_wbtc_20_arb',
|
|
1740
|
+
marketAddress: '0x92643E964CA4b2c165a95CA919b0A819acA6D5F1',
|
|
1741
|
+
hasSmartCollateral: false,
|
|
1742
|
+
hasSmartDebt: false,
|
|
1743
|
+
collateralAsset0: 'wstETH',
|
|
1744
|
+
debtAsset0: 'WBTC',
|
|
1745
|
+
});
|
|
1746
|
+
|
|
1747
|
+
export const FLUID_WEETH_WBTC_21_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1748
|
+
stableBased: false,
|
|
1749
|
+
btcBased: true,
|
|
1750
|
+
wstETHBased: false,
|
|
1751
|
+
ethBased: true,
|
|
1752
|
+
type: FluidVaultType.T1,
|
|
1753
|
+
id: 21,
|
|
1754
|
+
chainIds: [NetworkNumber.Arb],
|
|
1755
|
+
label: '#21 (weETH / WBTC)',
|
|
1756
|
+
shortLabel: 'weETH/WBTC',
|
|
1757
|
+
value: FluidArbitrumVersion.FLUID_WEETH_WBTC_21_ARB,
|
|
1758
|
+
url: 'weeth_wbtc_21_arb',
|
|
1759
|
+
marketAddress: '0x6F72895Cf6904489Bcd862c941c3D02a3eE4f03e',
|
|
1760
|
+
hasSmartCollateral: false,
|
|
1761
|
+
hasSmartDebt: false,
|
|
1762
|
+
collateralAsset0: 'weETH',
|
|
1763
|
+
debtAsset0: 'WBTC',
|
|
1764
|
+
});
|
|
1765
|
+
|
|
1766
|
+
export const FLUID_USDC_ETH_USDC_ETH_22_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1767
|
+
stableBased: true,
|
|
1768
|
+
btcBased: false,
|
|
1769
|
+
wstETHBased: false,
|
|
1770
|
+
ethBased: true,
|
|
1771
|
+
type: FluidVaultType.T4,
|
|
1772
|
+
id: 22,
|
|
1773
|
+
chainIds: [NetworkNumber.Arb],
|
|
1774
|
+
label: '#22 (USDC-ETH / USDC-ETH)',
|
|
1775
|
+
shortLabel: 'USDC-ETH/USDC-ETH',
|
|
1776
|
+
value: FluidArbitrumVersion.FLUID_USDC_ETH_USDC_ETH_22_ARB,
|
|
1777
|
+
url: 'usdc_eth_usdc_eth_22_arb',
|
|
1778
|
+
marketAddress: '0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40',
|
|
1779
|
+
hasSmartCollateral: true,
|
|
1780
|
+
hasSmartDebt: true,
|
|
1781
|
+
collateralAsset0: 'USDC',
|
|
1782
|
+
collateralAsset1: 'ETH',
|
|
1783
|
+
debtAsset0: 'USDC',
|
|
1784
|
+
debtAsset1: 'ETH',
|
|
1785
|
+
});
|
|
1786
|
+
|
|
1787
|
+
export const FLUID_ETH_USDC_USDT_23_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1788
|
+
stableBased: true,
|
|
1789
|
+
btcBased: false,
|
|
1790
|
+
wstETHBased: false,
|
|
1791
|
+
ethBased: true,
|
|
1792
|
+
type: FluidVaultType.T3,
|
|
1793
|
+
id: 23,
|
|
1794
|
+
chainIds: [NetworkNumber.Arb],
|
|
1795
|
+
label: '#23 (ETH / USDC-USDT)',
|
|
1796
|
+
shortLabel: 'ETH/USDC-USDT',
|
|
1797
|
+
value: FluidArbitrumVersion.FLUID_ETH_USDC_USDT_23_ARB,
|
|
1798
|
+
url: 'eth_usdc_usdt_23_arb',
|
|
1799
|
+
marketAddress: '0xaD439b9D61b25af1ca4Cd211E3eCb9AfBaAEd84a',
|
|
1800
|
+
hasSmartCollateral: false,
|
|
1801
|
+
hasSmartDebt: true,
|
|
1802
|
+
collateralAsset0: 'ETH',
|
|
1803
|
+
debtAsset0: 'USDC',
|
|
1804
|
+
debtAsset1: 'USDT',
|
|
1805
|
+
});
|
|
1806
|
+
export const FLUID_WSTETH_USDC_USDT_24_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1807
|
+
stableBased: true,
|
|
1808
|
+
btcBased: false,
|
|
1809
|
+
wstETHBased: true,
|
|
1810
|
+
ethBased: true,
|
|
1811
|
+
type: FluidVaultType.T3,
|
|
1812
|
+
id: 24,
|
|
1813
|
+
chainIds: [NetworkNumber.Arb],
|
|
1814
|
+
label: '#24 (wstETH / USDC-USDT)',
|
|
1815
|
+
shortLabel: 'wstETH/USDC-USDT',
|
|
1816
|
+
value: FluidArbitrumVersion.FLUID_WSTETH_USDC_USDT_24_ARB,
|
|
1817
|
+
url: 'wsteth_usdc_usdt_24_arb',
|
|
1818
|
+
marketAddress: '0x991416539E9DA46db233bCcbaEA38C4f852776D4',
|
|
1819
|
+
hasSmartCollateral: false,
|
|
1820
|
+
hasSmartDebt: true,
|
|
1821
|
+
collateralAsset0: 'wstETH',
|
|
1822
|
+
debtAsset0: 'USDC',
|
|
1823
|
+
debtAsset1: 'USDT',
|
|
1824
|
+
});
|
|
1825
|
+
export const FLUID_WEETH_USDC_USDT_25_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1826
|
+
stableBased: true,
|
|
1827
|
+
btcBased: false,
|
|
1828
|
+
wstETHBased: false,
|
|
1829
|
+
ethBased: true,
|
|
1830
|
+
type: FluidVaultType.T3,
|
|
1831
|
+
id: 25,
|
|
1832
|
+
chainIds: [NetworkNumber.Arb],
|
|
1833
|
+
label: '#25 (weETH / USDC-USDT)',
|
|
1834
|
+
shortLabel: 'weETH/USDC-USDT',
|
|
1835
|
+
value: FluidArbitrumVersion.FLUID_WEETH_USDC_USDT_25_ARB,
|
|
1836
|
+
url: 'weeth_usdc_usdt_25_arb',
|
|
1837
|
+
marketAddress: '0x03271C337c86a6Fd89625A2820e48621DC2a128b',
|
|
1838
|
+
hasSmartCollateral: false,
|
|
1839
|
+
hasSmartDebt: true,
|
|
1840
|
+
collateralAsset0: 'weETH',
|
|
1841
|
+
debtAsset0: 'USDC',
|
|
1842
|
+
debtAsset1: 'USDT',
|
|
1843
|
+
});
|
|
1844
|
+
|
|
1845
|
+
export const FLUID_WBTC_USDC_USDT_26_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1846
|
+
stableBased: true,
|
|
1847
|
+
btcBased: true,
|
|
1848
|
+
wstETHBased: false,
|
|
1849
|
+
ethBased: false,
|
|
1850
|
+
type: FluidVaultType.T3,
|
|
1851
|
+
id: 26,
|
|
1852
|
+
chainIds: [NetworkNumber.Arb],
|
|
1853
|
+
label: '#26 (WBTC / USDC-USDT)',
|
|
1854
|
+
shortLabel: 'WBTC/USDC-USDT',
|
|
1855
|
+
value: FluidArbitrumVersion.FLUID_WBTC_USDC_USDT_26_ARB,
|
|
1856
|
+
url: 'wbtc_usdc_usdt_26_arb',
|
|
1857
|
+
marketAddress: '0xF74cb9D69ada3559903149CFD60fD57cEAF95F30',
|
|
1858
|
+
hasSmartCollateral: false,
|
|
1859
|
+
hasSmartDebt: true,
|
|
1860
|
+
collateralAsset0: 'WBTC',
|
|
1861
|
+
debtAsset0: 'USDC',
|
|
1862
|
+
debtAsset1: 'USDT',
|
|
1863
|
+
});
|
|
1864
|
+
// TODO: This issue is due to sUSDS price fetching via multicall on arbi fails and it's not handled correctly
|
|
1865
|
+
/*
|
|
1866
|
+
export const FLUID_SUSDS_USDC_USDT_30_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1867
|
+
stableBased: true,
|
|
1868
|
+
btcBased: false,
|
|
1869
|
+
wstETHBased: false,
|
|
1870
|
+
ethBased: false,
|
|
1871
|
+
type: FluidVaultType.T3,
|
|
1872
|
+
id: 30,
|
|
1873
|
+
chainIds: [NetworkNumber.Arb],
|
|
1874
|
+
label: '#30 (sUSDS / USDC-USDT)',
|
|
1875
|
+
shortLabel: 'sUSDS/USDC-USDT',
|
|
1876
|
+
value: FluidArbitrumVersion.FLUID_SUSDS_USDC_USDT_30_ARB,
|
|
1877
|
+
url: 'susds_usdc_usdt_30_arb',
|
|
1878
|
+
marketAddress: '0xE6b5D1CdC4935295c84772C4700932b4BFC93274',
|
|
1879
|
+
hasSmartCollateral: false,
|
|
1880
|
+
hasSmartDebt: true,
|
|
1881
|
+
collateralAsset0: 'sUSDS',
|
|
1882
|
+
debtAsset0: 'USDC',
|
|
1883
|
+
debtAsset1: 'USDT',
|
|
1884
|
+
});
|
|
1885
|
+
*/
|
|
1886
|
+
|
|
1887
|
+
export const FLUID_ETH_USDC_1_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1888
|
+
stableBased: true,
|
|
1889
|
+
btcBased: false,
|
|
1890
|
+
wstETHBased: false,
|
|
1891
|
+
ethBased: true,
|
|
1892
|
+
type: FluidVaultType.T1,
|
|
1893
|
+
id: 1,
|
|
1894
|
+
chainIds: [NetworkNumber.Base],
|
|
1895
|
+
label: 'ETH / USDC Market 1',
|
|
1896
|
+
shortLabel: 'ETH/USDC',
|
|
1897
|
+
value: FluidBaseVersions.FLUID_ETH_USDC_1_BASE,
|
|
1898
|
+
url: 'eth-usdc-1-base',
|
|
1899
|
+
marketAddress: '0xeAbBfca72F8a8bf14C4ac59e69ECB2eB69F0811C',
|
|
1900
|
+
hasSmartCollateral: false,
|
|
1901
|
+
hasSmartDebt: false,
|
|
1902
|
+
collateralAsset0: 'ETH',
|
|
1903
|
+
debtAsset0: 'USDC',
|
|
1904
|
+
});
|
|
1905
|
+
|
|
1906
|
+
export const FLUID_WSTETH_USDC_2_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1907
|
+
stableBased: true,
|
|
1908
|
+
btcBased: false,
|
|
1909
|
+
wstETHBased: true,
|
|
1910
|
+
ethBased: true,
|
|
1911
|
+
type: FluidVaultType.T1,
|
|
1912
|
+
id: 2,
|
|
1913
|
+
chainIds: [NetworkNumber.Base],
|
|
1914
|
+
label: 'wstETH / USDC Market 2',
|
|
1915
|
+
shortLabel: 'wstETH/USDC',
|
|
1916
|
+
value: FluidBaseVersions.FLUID_WSTETH_USDC_2_BASE,
|
|
1917
|
+
url: 'wsteth-usdc-2-base',
|
|
1918
|
+
marketAddress: '0xbEC491FeF7B4f666b270F9D5E5C3f443cBf20991',
|
|
1919
|
+
hasSmartCollateral: false,
|
|
1920
|
+
hasSmartDebt: false,
|
|
1921
|
+
collateralAsset0: 'wstETH',
|
|
1922
|
+
debtAsset0: 'USDC',
|
|
1923
|
+
});
|
|
1924
|
+
|
|
1925
|
+
export const FLUID_WSTETH_ETH_3_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1926
|
+
stableBased: false,
|
|
1927
|
+
btcBased: false,
|
|
1928
|
+
wstETHBased: true,
|
|
1929
|
+
ethBased: true,
|
|
1930
|
+
type: FluidVaultType.T1,
|
|
1931
|
+
id: 3,
|
|
1932
|
+
chainIds: [NetworkNumber.Base],
|
|
1933
|
+
label: 'wstETH / ETH Market 3',
|
|
1934
|
+
shortLabel: 'wstETH/ETH',
|
|
1935
|
+
value: FluidBaseVersions.FLUID_WSTETH_ETH_3_BASE,
|
|
1936
|
+
url: 'wsteth-eth-3-base',
|
|
1937
|
+
marketAddress: '0xA0F83Fc5885cEBc0420ce7C7b139Adc80c4F4D91',
|
|
1938
|
+
hasSmartCollateral: false,
|
|
1939
|
+
hasSmartDebt: false,
|
|
1940
|
+
collateralAsset0: 'wstETH',
|
|
1941
|
+
debtAsset0: 'ETH',
|
|
1942
|
+
});
|
|
1943
|
+
|
|
1944
|
+
export const FLUID_WEETH_WSTETH_4_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1945
|
+
stableBased: false,
|
|
1946
|
+
btcBased: false,
|
|
1947
|
+
wstETHBased: true,
|
|
1948
|
+
ethBased: true,
|
|
1949
|
+
type: FluidVaultType.T1,
|
|
1950
|
+
id: 4,
|
|
1951
|
+
chainIds: [NetworkNumber.Base],
|
|
1952
|
+
label: 'weETH / wstETH Market 4',
|
|
1953
|
+
shortLabel: 'weETH/wstETH',
|
|
1954
|
+
value: FluidBaseVersions.FLUID_WEETH_WSTETH_4_BASE,
|
|
1955
|
+
url: 'weeth-wsteth-4-base',
|
|
1956
|
+
marketAddress: '0x51197586F6A9e2571868b6ffaef308f3bdfEd3aE',
|
|
1957
|
+
hasSmartCollateral: false,
|
|
1958
|
+
hasSmartDebt: false,
|
|
1959
|
+
collateralAsset0: 'weETH',
|
|
1960
|
+
debtAsset0: 'wstETH',
|
|
1961
|
+
});
|
|
1962
|
+
|
|
1963
|
+
export const FLUID_WEETH_USDC_5_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1964
|
+
stableBased: true,
|
|
1965
|
+
btcBased: false,
|
|
1966
|
+
wstETHBased: false,
|
|
1967
|
+
ethBased: true,
|
|
1968
|
+
type: FluidVaultType.T1,
|
|
1969
|
+
id: 5,
|
|
1970
|
+
chainIds: [NetworkNumber.Base],
|
|
1971
|
+
label: 'weETH / USDC Market 5',
|
|
1972
|
+
shortLabel: 'weETH/USDC',
|
|
1973
|
+
value: FluidBaseVersions.FLUID_WEETH_USDC_5_BASE,
|
|
1974
|
+
url: 'weeth-usdc-5-base',
|
|
1975
|
+
marketAddress: '0x1c2bB46f36561bc4F05A94BD50916496aa501078',
|
|
1976
|
+
hasSmartCollateral: false,
|
|
1977
|
+
hasSmartDebt: false,
|
|
1978
|
+
collateralAsset0: 'weETH',
|
|
1979
|
+
debtAsset0: 'USDC',
|
|
1980
|
+
});
|
|
1981
|
+
|
|
1982
|
+
export const FLUID_CBETH_USDC_6_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1983
|
+
stableBased: true,
|
|
1984
|
+
btcBased: false,
|
|
1985
|
+
wstETHBased: false,
|
|
1986
|
+
ethBased: true,
|
|
1987
|
+
type: FluidVaultType.T1,
|
|
1988
|
+
id: 6,
|
|
1989
|
+
chainIds: [NetworkNumber.Base],
|
|
1990
|
+
label: 'cbETH / USDC Market 6',
|
|
1991
|
+
shortLabel: 'cbETH/USDC',
|
|
1992
|
+
value: FluidBaseVersions.FLUID_CBETH_USDC_6_BASE,
|
|
1993
|
+
url: 'cbeth-usdc-6-base',
|
|
1994
|
+
marketAddress: '0x40D9b8417E6E1DcD358f04E3328bCEd061018A82',
|
|
1995
|
+
hasSmartCollateral: false,
|
|
1996
|
+
hasSmartDebt: false,
|
|
1997
|
+
collateralAsset0: 'cbETH',
|
|
1998
|
+
debtAsset0: 'USDC',
|
|
1999
|
+
});
|
|
2000
|
+
|
|
2001
|
+
export const FLUID_CBBTC_USDC_7_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2002
|
+
stableBased: true,
|
|
2003
|
+
btcBased: true,
|
|
2004
|
+
wstETHBased: false,
|
|
2005
|
+
ethBased: false,
|
|
2006
|
+
type: FluidVaultType.T1,
|
|
2007
|
+
id: 7,
|
|
2008
|
+
chainIds: [NetworkNumber.Base],
|
|
2009
|
+
label: 'cbBTC / USDC Market 7',
|
|
2010
|
+
shortLabel: 'cbBTC/USDC',
|
|
2011
|
+
value: FluidBaseVersions.FLUID_CBBTC_USDC_7_BASE,
|
|
2012
|
+
url: 'cbbtc-usdc-7-base',
|
|
2013
|
+
marketAddress: '0x4045720a33193b4Fe66c94DFbc8D37B0b4D9B469',
|
|
2014
|
+
hasSmartCollateral: false,
|
|
2015
|
+
hasSmartDebt: false,
|
|
2016
|
+
collateralAsset0: 'cbBTC',
|
|
2017
|
+
debtAsset0: 'USDC',
|
|
2018
|
+
});
|
|
2019
|
+
|
|
2020
|
+
export const FLUID_CBBTC_EURC_8_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2021
|
+
stableBased: true,
|
|
2022
|
+
btcBased: true,
|
|
2023
|
+
wstETHBased: false,
|
|
2024
|
+
ethBased: false,
|
|
2025
|
+
type: FluidVaultType.T1,
|
|
2026
|
+
id: 8,
|
|
2027
|
+
chainIds: [NetworkNumber.Base],
|
|
2028
|
+
label: 'cbBTC / EURC Market 8',
|
|
2029
|
+
shortLabel: 'cbBTC/EURC',
|
|
2030
|
+
value: FluidBaseVersions.FLUID_CBBTC_EURC_8_BASE,
|
|
2031
|
+
url: 'cbbtc-eurc-8-base',
|
|
2032
|
+
marketAddress: '0xBFADEA65591235f38809076e14803Ac84AcF3F97',
|
|
2033
|
+
hasSmartCollateral: false,
|
|
2034
|
+
hasSmartDebt: false,
|
|
2035
|
+
collateralAsset0: 'cbBTC',
|
|
2036
|
+
debtAsset0: 'EURC',
|
|
2037
|
+
});
|
|
2038
|
+
|
|
2039
|
+
export const FLUID_CBETH_EURC_9_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2040
|
+
stableBased: true,
|
|
2041
|
+
btcBased: false,
|
|
2042
|
+
wstETHBased: false,
|
|
2043
|
+
ethBased: true,
|
|
2044
|
+
type: FluidVaultType.T1,
|
|
2045
|
+
id: 9,
|
|
2046
|
+
chainIds: [NetworkNumber.Base],
|
|
2047
|
+
label: 'cbETH / EURC Market 9',
|
|
2048
|
+
shortLabel: 'cbETH/EURC',
|
|
2049
|
+
value: FluidBaseVersions.FLUID_CBETH_EURC_9_BASE,
|
|
2050
|
+
url: 'cbeth-eurc-9-base',
|
|
2051
|
+
marketAddress: '0xf55B8e9F0c51Ace009f4b41d03321675d4C643b3',
|
|
2052
|
+
hasSmartCollateral: false,
|
|
2053
|
+
hasSmartDebt: false,
|
|
2054
|
+
collateralAsset0: 'cbETH',
|
|
2055
|
+
debtAsset0: 'EURC',
|
|
2056
|
+
});
|
|
2057
|
+
|
|
2058
|
+
export const FLUID_ETH_EURC_10_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2059
|
+
stableBased: true,
|
|
2060
|
+
btcBased: false,
|
|
2061
|
+
wstETHBased: false,
|
|
2062
|
+
ethBased: true,
|
|
2063
|
+
type: FluidVaultType.T1,
|
|
2064
|
+
id: 10,
|
|
2065
|
+
chainIds: [NetworkNumber.Base],
|
|
2066
|
+
label: 'ETH / EURC Market 10',
|
|
2067
|
+
shortLabel: 'ETH/EURC',
|
|
2068
|
+
value: FluidBaseVersions.FLUID_ETH_EURC_10_BASE,
|
|
2069
|
+
url: 'eth-eurc-10-base',
|
|
2070
|
+
marketAddress: '0xdF16AdaF80584b2723F3BA1Eb7a601338Ba18c4e',
|
|
2071
|
+
hasSmartCollateral: false,
|
|
2072
|
+
hasSmartDebt: false,
|
|
2073
|
+
collateralAsset0: 'ETH',
|
|
2074
|
+
debtAsset0: 'EURC',
|
|
2075
|
+
});
|
|
2076
|
+
|
|
2077
|
+
export const FLUID_WEETH_EURC_11_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2078
|
+
stableBased: true,
|
|
2079
|
+
btcBased: false,
|
|
2080
|
+
wstETHBased: false,
|
|
2081
|
+
ethBased: true,
|
|
2082
|
+
type: FluidVaultType.T1,
|
|
2083
|
+
id: 11,
|
|
2084
|
+
chainIds: [NetworkNumber.Base],
|
|
2085
|
+
label: 'weETH / EURC Market 11',
|
|
2086
|
+
shortLabel: 'weETH/EURC',
|
|
2087
|
+
value: FluidBaseVersions.FLUID_WEETH_EURC_11_BASE,
|
|
2088
|
+
url: 'weeth-eurc-11-base',
|
|
2089
|
+
marketAddress: '0x0C8C77B7FF4c2aF7F6CEBbe67350A490E3DD6cB3',
|
|
2090
|
+
hasSmartCollateral: false,
|
|
2091
|
+
hasSmartDebt: false,
|
|
2092
|
+
collateralAsset0: 'weETH',
|
|
2093
|
+
debtAsset0: 'EURC',
|
|
2094
|
+
});
|
|
2095
|
+
|
|
2096
|
+
export const FLUID_WSTETH_EURC_12_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2097
|
+
stableBased: true,
|
|
2098
|
+
btcBased: false,
|
|
2099
|
+
wstETHBased: true,
|
|
2100
|
+
ethBased: true,
|
|
2101
|
+
type: FluidVaultType.T1,
|
|
2102
|
+
id: 12,
|
|
2103
|
+
chainIds: [NetworkNumber.Base],
|
|
2104
|
+
label: 'wstETH / EURC Market 12',
|
|
2105
|
+
shortLabel: 'wstETH/EURC',
|
|
2106
|
+
value: FluidBaseVersions.FLUID_WSTETH_EURC_12_BASE,
|
|
2107
|
+
url: 'wsteth-eurc-12-base',
|
|
2108
|
+
marketAddress: '0xE16A6f5359ABB1f61cE71e25dD0932e3E00B00eB',
|
|
2109
|
+
hasSmartCollateral: false,
|
|
2110
|
+
hasSmartDebt: false,
|
|
2111
|
+
collateralAsset0: 'wstETH',
|
|
2112
|
+
debtAsset0: 'EURC',
|
|
2113
|
+
});
|
|
2114
|
+
|
|
2115
|
+
export const FLUID_CBBTC_ETH_13_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2116
|
+
stableBased: false,
|
|
2117
|
+
btcBased: true,
|
|
2118
|
+
wstETHBased: false,
|
|
2119
|
+
ethBased: true,
|
|
2120
|
+
type: FluidVaultType.T1,
|
|
2121
|
+
id: 13,
|
|
2122
|
+
chainIds: [NetworkNumber.Base],
|
|
2123
|
+
label: 'cbBTC / ETH Market 13',
|
|
2124
|
+
shortLabel: 'cbBTC/ETH',
|
|
2125
|
+
value: FluidBaseVersions.FLUID_CBBTC_ETH_13_BASE,
|
|
2126
|
+
url: 'cbbtc-eth-13-base',
|
|
2127
|
+
marketAddress: '0x82B27fA821419F5689381b565a8B0786aA2548De',
|
|
2128
|
+
hasSmartCollateral: false,
|
|
2129
|
+
hasSmartDebt: false,
|
|
2130
|
+
collateralAsset0: 'cbBTC',
|
|
2131
|
+
debtAsset0: 'ETH',
|
|
2132
|
+
});
|
|
2133
|
+
|
|
2134
|
+
export const FLUID_ETH_CBBTC_14_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2135
|
+
stableBased: false,
|
|
2136
|
+
btcBased: true,
|
|
2137
|
+
wstETHBased: false,
|
|
2138
|
+
ethBased: true,
|
|
2139
|
+
type: FluidVaultType.T1,
|
|
2140
|
+
id: 14,
|
|
2141
|
+
chainIds: [NetworkNumber.Base],
|
|
2142
|
+
label: 'ETH / cbBTC Market 14',
|
|
2143
|
+
shortLabel: 'ETH/cbBTC',
|
|
2144
|
+
value: FluidBaseVersions.FLUID_ETH_CBBTC_14_BASE,
|
|
2145
|
+
url: 'eth-cbbtc-14-base',
|
|
2146
|
+
marketAddress: '0x1982CC7b1570C2503282d0A0B41F69b3B28fdcc3',
|
|
2147
|
+
hasSmartCollateral: false,
|
|
2148
|
+
hasSmartDebt: false,
|
|
2149
|
+
collateralAsset0: 'ETH',
|
|
2150
|
+
debtAsset0: 'cbBTC',
|
|
2151
|
+
});
|
|
2152
|
+
|
|
2153
|
+
export const FLUID_WEETH_CBBTC_15_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2154
|
+
stableBased: false,
|
|
2155
|
+
btcBased: true,
|
|
2156
|
+
wstETHBased: false,
|
|
2157
|
+
ethBased: true,
|
|
2158
|
+
type: FluidVaultType.T1,
|
|
2159
|
+
id: 15,
|
|
2160
|
+
chainIds: [NetworkNumber.Base],
|
|
2161
|
+
label: 'weETH / cbBTC Market 15',
|
|
2162
|
+
shortLabel: 'weETH/cbBTC',
|
|
2163
|
+
value: FluidBaseVersions.FLUID_WEETH_CBBTC_15_BASE,
|
|
2164
|
+
url: 'weeth-cbbtc-15-base',
|
|
2165
|
+
marketAddress: '0xb4F3bf2d96139563777C0231899cE06EE95Cc946',
|
|
2166
|
+
hasSmartCollateral: false,
|
|
2167
|
+
hasSmartDebt: false,
|
|
2168
|
+
collateralAsset0: 'weETH',
|
|
2169
|
+
debtAsset0: 'cbBTC',
|
|
2170
|
+
});
|
|
2171
|
+
|
|
2172
|
+
export const FLUID_WSTETH_CBBTC_16_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2173
|
+
stableBased: false,
|
|
2174
|
+
btcBased: true,
|
|
2175
|
+
wstETHBased: true,
|
|
2176
|
+
ethBased: true,
|
|
2177
|
+
type: FluidVaultType.T1,
|
|
2178
|
+
id: 16,
|
|
2179
|
+
chainIds: [NetworkNumber.Base],
|
|
2180
|
+
label: 'wstETH / cbBTC Market 16',
|
|
2181
|
+
shortLabel: 'wstETH/cbBTC',
|
|
2182
|
+
value: FluidBaseVersions.FLUID_WSTETH_CBBTC_16_BASE,
|
|
2183
|
+
url: 'wsteth-cbbtc-16-base',
|
|
2184
|
+
marketAddress: '0xeAEf563015634a9d0EE6CF1357A3b205C35e028D',
|
|
2185
|
+
hasSmartCollateral: false,
|
|
2186
|
+
hasSmartDebt: false,
|
|
2187
|
+
collateralAsset0: 'wstETH',
|
|
2188
|
+
debtAsset0: 'cbBTC',
|
|
2189
|
+
});
|
|
2190
|
+
|
|
2191
|
+
export const FLUID_ETH_SUSDS_17_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2192
|
+
stableBased: true,
|
|
2193
|
+
btcBased: false,
|
|
2194
|
+
wstETHBased: false,
|
|
2195
|
+
ethBased: true,
|
|
2196
|
+
type: FluidVaultType.T1,
|
|
2197
|
+
id: 17,
|
|
2198
|
+
chainIds: [NetworkNumber.Base],
|
|
2199
|
+
label: 'ETH / sUSDS Market 17',
|
|
2200
|
+
shortLabel: 'ETH/sUSDS',
|
|
2201
|
+
value: FluidBaseVersions.FLUID_ETH_SUSDS_17_BASE,
|
|
2202
|
+
url: 'eth-susds-17-base',
|
|
2203
|
+
marketAddress: '0x3996464c0fCCa8183e13ea5E5e74375e2c8744Dd',
|
|
2204
|
+
hasSmartCollateral: false,
|
|
2205
|
+
hasSmartDebt: false,
|
|
2206
|
+
collateralAsset0: 'ETH',
|
|
2207
|
+
debtAsset0: 'sUSDS',
|
|
2208
|
+
});
|
|
2209
|
+
|
|
2210
|
+
export const FLUID_WSTETH_SUSDS_18_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2211
|
+
stableBased: true,
|
|
2212
|
+
btcBased: false,
|
|
2213
|
+
wstETHBased: true,
|
|
2214
|
+
ethBased: true,
|
|
2215
|
+
type: FluidVaultType.T1,
|
|
2216
|
+
id: 18,
|
|
2217
|
+
chainIds: [NetworkNumber.Base],
|
|
2218
|
+
label: 'wstETH / sUSDS Market 18',
|
|
2219
|
+
shortLabel: 'wstETH/sUSDS',
|
|
2220
|
+
value: FluidBaseVersions.FLUID_WSTETH_SUSDS_18_BASE,
|
|
2221
|
+
url: 'wsteth-susds-18-base',
|
|
2222
|
+
marketAddress: '0xBc345229C1b52e4c30530C614BB487323BA38Da5',
|
|
2223
|
+
hasSmartCollateral: false,
|
|
2224
|
+
hasSmartDebt: false,
|
|
2225
|
+
collateralAsset0: 'wstETH',
|
|
2226
|
+
debtAsset0: 'sUSDS',
|
|
2227
|
+
});
|
|
2228
|
+
|
|
2229
|
+
export const FLUID_CBBTC_SUSDS_19_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2230
|
+
stableBased: true,
|
|
2231
|
+
btcBased: true,
|
|
2232
|
+
wstETHBased: false,
|
|
2233
|
+
ethBased: false,
|
|
2234
|
+
type: FluidVaultType.T1,
|
|
2235
|
+
id: 19,
|
|
2236
|
+
chainIds: [NetworkNumber.Base],
|
|
2237
|
+
label: 'cbBTC / sUSDS Market 19',
|
|
2238
|
+
shortLabel: 'cbBTC/sUSDS',
|
|
2239
|
+
value: FluidBaseVersions.FLUID_CBBTC_SUSDS_19_BASE,
|
|
2240
|
+
url: 'cbbtc-susds-19-base',
|
|
2241
|
+
marketAddress: '0xF2c8F54447cbd591C396b0Dd7ac15FAF552d0FA4',
|
|
2242
|
+
hasSmartCollateral: false,
|
|
2243
|
+
hasSmartDebt: false,
|
|
2244
|
+
collateralAsset0: 'cbBTC',
|
|
2245
|
+
debtAsset0: 'sUSDS',
|
|
2246
|
+
});
|
|
2247
|
+
|
|
2248
|
+
export const FLUID_LBTC_USDC_21_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2249
|
+
stableBased: true,
|
|
2250
|
+
btcBased: true,
|
|
2251
|
+
wstETHBased: false,
|
|
2252
|
+
ethBased: false,
|
|
2253
|
+
type: FluidVaultType.T1,
|
|
2254
|
+
id: 21,
|
|
2255
|
+
chainIds: [NetworkNumber.Base],
|
|
2256
|
+
label: 'LBTC / USDC Market 21',
|
|
2257
|
+
shortLabel: 'LBTC/USDC',
|
|
2258
|
+
value: FluidBaseVersions.FLUID_LBTC_USDC_21_BASE,
|
|
2259
|
+
url: 'lbtc-usdc-21-base',
|
|
2260
|
+
marketAddress: '0x6F72895Cf6904489Bcd862c941c3D02a3eE4f03e',
|
|
2261
|
+
hasSmartCollateral: false,
|
|
2262
|
+
hasSmartDebt: false,
|
|
2263
|
+
collateralAsset0: 'LBTC',
|
|
2264
|
+
debtAsset0: 'USDC',
|
|
2265
|
+
});
|
|
2266
|
+
|
|
2267
|
+
export const FLUID_LBTC_SUSDS_22_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
2268
|
+
stableBased: true,
|
|
2269
|
+
btcBased: true,
|
|
2270
|
+
wstETHBased: false,
|
|
2271
|
+
ethBased: false,
|
|
2272
|
+
type: FluidVaultType.T1,
|
|
2273
|
+
id: 22,
|
|
2274
|
+
chainIds: [NetworkNumber.Base],
|
|
2275
|
+
label: 'LBTC / sUSDS Market 22',
|
|
2276
|
+
shortLabel: 'LBTC/sUSDS',
|
|
2277
|
+
value: FluidBaseVersions.FLUID_LBTC_SUSDS_22_BASE,
|
|
2278
|
+
url: 'lbtc-susds-22-base',
|
|
2279
|
+
marketAddress: '0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40',
|
|
2280
|
+
hasSmartCollateral: false,
|
|
2281
|
+
hasSmartDebt: false,
|
|
2282
|
+
collateralAsset0: 'LBTC',
|
|
2283
|
+
debtAsset0: 'sUSDS',
|
|
2284
|
+
});
|
|
2285
|
+
|
|
2286
|
+
export const FluidMarkets = (networkId: NetworkNumber) => ({
|
|
2287
|
+
[FluidMainnetVersion.FLUID_ETH_USDC_1]: FLUID_ETH_USDC_1(networkId),
|
|
2288
|
+
[FluidMainnetVersion.FLUID_ETH_USDT_2]: FLUID_ETH_USDT_2(networkId),
|
|
2289
|
+
[FluidMainnetVersion.FLUID_WSTETH_ETH_3]: FLUID_WSTETH_ETH_3(networkId),
|
|
2290
|
+
[FluidMainnetVersion.FLUID_WSTETH_USDC_4]: FLUID_WSTETH_USDC_4(networkId),
|
|
2291
|
+
[FluidMainnetVersion.FLUID_WSTETH_USDT_5]: FLUID_WSTETH_USDT_5(networkId),
|
|
2292
|
+
[FluidMainnetVersion.FLUID_WEETH_WSTETH_6]: FLUID_WEETH_WSTETH_6(networkId),
|
|
2293
|
+
[FluidMainnetVersion.FLUID_SUSDE_USDC_7]: FLUID_SUSDE_USDC_7(networkId),
|
|
2294
|
+
[FluidMainnetVersion.FLUID_SUSDE_USDT_8]: FLUID_SUSDE_USDT_8(networkId),
|
|
2295
|
+
[FluidMainnetVersion.FLUID_WEETH_USDC_9]: FLUID_WEETH_USDC_9(networkId),
|
|
2296
|
+
[FluidMainnetVersion.FLUID_WEETH_USDT_10]: FLUID_WEETH_USDT_10(networkId),
|
|
2297
|
+
[FluidMainnetVersion.FLUID_ETH_USDC_11]: FLUID_ETH_USDC_11(networkId),
|
|
2298
|
+
[FluidMainnetVersion.FLUID_ETH_USDT_12]: FLUID_ETH_USDT_12(networkId),
|
|
2299
|
+
[FluidMainnetVersion.FLUID_WSTETH_ETH_13]: FLUID_WSTETH_ETH_13(networkId),
|
|
2300
|
+
[FluidMainnetVersion.FLUID_WSTETH_USDC_14]: FLUID_WSTETH_USDC_14(networkId),
|
|
2301
|
+
[FluidMainnetVersion.FLUID_WSTETH_USDT_15]: FLUID_WSTETH_USDT_15(networkId),
|
|
2302
|
+
[FluidMainnetVersion.FLUID_WEETH_WSTETH_16]: FLUID_WEETH_WSTETH_16(networkId),
|
|
2303
|
+
[FluidMainnetVersion.FLUID_SUSDE_USDC_17]: FLUID_SUSDE_USDC_17(networkId),
|
|
2304
|
+
[FluidMainnetVersion.FLUID_SUSDE_USDT_18]: FLUID_SUSDE_USDT_18(networkId),
|
|
2305
|
+
[FluidMainnetVersion.FLUID_WEETH_USDC_19]: FLUID_WEETH_USDC_19(networkId),
|
|
2306
|
+
[FluidMainnetVersion.FLUID_WEETH_USDT_20]: FLUID_WEETH_USDT_20(networkId),
|
|
2307
|
+
[FluidMainnetVersion.FLUID_WBTC_USDC_21]: FLUID_WBTC_USDC_21(networkId),
|
|
2308
|
+
[FluidMainnetVersion.FLUID_WBTC_USDT_22]: FLUID_WBTC_USDT_22(networkId),
|
|
2309
|
+
[FluidMainnetVersion.FLUID_WBTC_ETH_23]: FLUID_WBTC_ETH_23(networkId),
|
|
2310
|
+
[FluidMainnetVersion.FLUID_ETH_WBTC_24]: FLUID_ETH_WBTC_24(networkId),
|
|
2311
|
+
[FluidMainnetVersion.FLUID_WSTETH_WBTC_25]: FLUID_WSTETH_WBTC_25(networkId),
|
|
2312
|
+
[FluidMainnetVersion.FLUID_WEETH_WBTC_26]: FLUID_WEETH_WBTC_26(networkId),
|
|
2313
|
+
[FluidMainnetVersion.FLUID_WEETHS_WSTETH_27]: FLUID_WEETHS_WSTETH_27(networkId),
|
|
2314
|
+
[FluidMainnetVersion.FLUID_CBBTC_ETH_28]: FLUID_CBBTC_ETH_28(networkId),
|
|
2315
|
+
[FluidMainnetVersion.FLUID_CBBTC_USDC_29]: FLUID_CBBTC_USDC_29(networkId),
|
|
2316
|
+
[FluidMainnetVersion.FLUID_CBBTC_USDT_30]: FLUID_CBBTC_USDT_30(networkId),
|
|
2317
|
+
[FluidMainnetVersion.FLUID_ETH_CBBTC_31]: FLUID_ETH_CBBTC_31(networkId),
|
|
2318
|
+
[FluidMainnetVersion.FLUID_WEETH_CBBTC_32]: FLUID_WEETH_CBBTC_32(networkId),
|
|
2319
|
+
[FluidMainnetVersion.FLUID_WSTETH_CBBTC_33]: FLUID_WSTETH_CBBTC_33(networkId),
|
|
2320
|
+
[FluidMainnetVersion.FLUID_WSTETH_ETH_WSTETH_ETH_44]: FLUID_WSTETH_ETH_WSTETH_ETH_44(networkId),
|
|
2321
|
+
[FluidMainnetVersion.FLUID_ETH_USDC_USDT_45]: FLUID_ETH_USDC_USDT_45(networkId),
|
|
2322
|
+
[FluidMainnetVersion.FLUID_WSTETH_USDC_USDT_46]: FLUID_WSTETH_USDC_USDT_46(networkId),
|
|
2323
|
+
[FluidMainnetVersion.FLUID_WEETH_USDC_USDT_47]: FLUID_WEETH_USDC_USDT_47(networkId),
|
|
2324
|
+
[FluidMainnetVersion.FLUID_WBTC_USDC_USDT_48]: FLUID_WBTC_USDC_USDT_48(networkId),
|
|
2325
|
+
[FluidMainnetVersion.FLUID_CBBTC_USDC_USDT_49]: FLUID_CBBTC_USDC_USDT_49(networkId),
|
|
2326
|
+
[FluidMainnetVersion.FLUID_SUSDE_USDC_USDT_50]: FLUID_SUSDE_USDC_USDT_50(networkId),
|
|
2327
|
+
[FluidMainnetVersion.FLUID_WBTC_CBBTC_WBTC_CBBTC_51]: FLUID_WBTC_CBBTC_WBTC_CBBTC_51(networkId),
|
|
2328
|
+
[FluidMainnetVersion.FLUID_WBTC_CBBTC_USDC_52]: FLUID_WBTC_CBBTC_USDC_52(networkId),
|
|
2329
|
+
[FluidMainnetVersion.FLUID_WBTC_CBBTC_USDT_53]: FLUID_WBTC_CBBTC_USDT_53(networkId),
|
|
2330
|
+
[FluidMainnetVersion.FLUID_ETH_GHO_54]: FLUID_ETH_GHO_54(networkId),
|
|
2331
|
+
[FluidMainnetVersion.FLUID_WSTETH_GHO_55]: FLUID_WSTETH_GHO_55(networkId),
|
|
2332
|
+
[FluidMainnetVersion.FLUID_SUSDE_GHO_56]: FLUID_SUSDE_GHO_56(networkId),
|
|
2333
|
+
[FluidMainnetVersion.FLUID_WEETH_GHO_57]: FLUID_WEETH_GHO_57(networkId),
|
|
2334
|
+
[FluidMainnetVersion.FLUID_SUSDS_GHO_58]: FLUID_SUSDS_GHO_58(networkId),
|
|
2335
|
+
[FluidMainnetVersion.FLUID_WBTC_GHO_59]: FLUID_WBTC_GHO_59(networkId),
|
|
2336
|
+
[FluidMainnetVersion.FLUID_CBBTC_GHO_60]: FLUID_CBBTC_GHO_60(networkId),
|
|
2337
|
+
[FluidMainnetVersion.FLUID_GHO_USDC_GHO_USDC_61]: FLUID_GHO_USDC_GHO_USDC_61(networkId),
|
|
2338
|
+
[FluidMainnetVersion.FLUID_WEETH_ETH_WSTETH_74]: FLUID_WEETH_ETH_WSTETH_74(networkId),
|
|
2339
|
+
[FluidMainnetVersion.FLUID_USDC_ETH_USDC_ETH_77]: FLUID_USDC_ETH_USDC_ETH_77(networkId),
|
|
2340
|
+
[FluidMainnetVersion.FLUID_RSETH_ETH_WSTETH_78]: FLUID_RSETH_ETH_WSTETH_78(networkId),
|
|
2341
|
+
[FluidMainnetVersion.FLUID_RSETH_WSTETH_79]: FLUID_RSETH_WSTETH_79(networkId),
|
|
2342
|
+
[FluidMainnetVersion.FLUID_WEETHS_ETH_WSTETH_80]: FLUID_WEETHS_ETH_WSTETH_80(networkId),
|
|
2343
|
+
[FluidMainnetVersion.FLUID_SUSDE_USDT_USDT_92]: FLUID_SUSDE_USDT_USDT_92(networkId),
|
|
2344
|
+
[FluidMainnetVersion.FLUID_USDE_USDT_USDT_93]: FLUID_USDE_USDT_USDT_93(networkId),
|
|
2345
|
+
[FluidMainnetVersion.FLUID_LBTC_CBBTC_WBTC_97]: FLUID_LBTC_CBBTC_WBTC_97(networkId),
|
|
2346
|
+
[FluidMainnetVersion.FLUID_SUSDE_USDT_USDC_USDT_98]: FLUID_SUSDE_USDT_USDC_USDT_98(networkId),
|
|
2347
|
+
[FluidMainnetVersion.FLUID_USDE_USDT_USDC_USDT_99]: FLUID_USDE_USDT_USDC_USDT_99(networkId),
|
|
2348
|
+
[FluidMainnetVersion.FLUID_USDC_ETH_100]: FLUID_USDC_ETH_100(networkId),
|
|
2349
|
+
[FluidMainnetVersion.FLUID_USDC_WBTC_101]: FLUID_USDC_WBTC_101(networkId),
|
|
2350
|
+
[FluidMainnetVersion.FLUID_USDC_CBBTC_102]: FLUID_USDC_CBBTC_102(networkId),
|
|
2351
|
+
[FluidMainnetVersion.FLUID_EZETH_WSTETH_103]: FLUID_EZETH_WSTETH_103(networkId),
|
|
2352
|
+
[FluidMainnetVersion.FLUID_EZETH_ETH_WSTETH_104]: FLUID_EZETH_ETH_WSTETH_104(networkId),
|
|
2353
|
+
[FluidMainnetVersion.FLUID_LBTC_USDC_107]: FLUID_LBTC_USDC_107(networkId),
|
|
2354
|
+
[FluidMainnetVersion.FLUID_LBTC_USDT_108]: FLUID_LBTC_USDT_108(networkId),
|
|
2355
|
+
[FluidMainnetVersion.FLUID_LBTC_GHO_109]: FLUID_LBTC_GHO_109(networkId),
|
|
2356
|
+
[FluidMainnetVersion.FLUID_LBTC_CBBTC_CBBTC_114]: FLUID_LBTC_CBBTC_CBBTC_114(networkId),
|
|
2357
|
+
[FluidMainnetVersion.FLUID_WBTC_LBTC_WBTC_115]: FLUID_WBTC_LBTC_WBTC_115(networkId),
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
// arbitrum
|
|
2361
|
+
[FluidArbitrumVersion.FLUID_ETH_USDC_1_ARB]: FLUID_ETH_USDC_1_ARB(networkId),
|
|
2362
|
+
[FluidArbitrumVersion.FLUID_ETH_USDT_2_ARB]: FLUID_ETH_USDT_2_ARB(networkId),
|
|
2363
|
+
[FluidArbitrumVersion.FLUID_WSTETH_USDC_3_ARB]: FLUID_WSTETH_USDC_3_ARB(networkId),
|
|
2364
|
+
[FluidArbitrumVersion.FLUID_WSTETH_USDT_4_ARB]: FLUID_WSTETH_USDT_4_ARB(networkId),
|
|
2365
|
+
[FluidArbitrumVersion.FLUID_WSTETH_ETH_5_ARB]: FLUID_WSTETH_ETH_5_ARB(networkId),
|
|
2366
|
+
[FluidArbitrumVersion.FLUID_WEETH_WSTETH_6_ARB]: FLUID_WEETH_WSTETH_6_ARB(networkId),
|
|
2367
|
+
[FluidArbitrumVersion.FLUID_WEETH_USDC_7_ARB]: FLUID_WEETH_USDC_7_ARB(networkId),
|
|
2368
|
+
[FluidArbitrumVersion.FLUID_WEETH_USDT_8_ARB]: FLUID_WEETH_USDT_8_ARB(networkId),
|
|
2369
|
+
[FluidArbitrumVersion.FLUID_ETH_ARB_9_ARB]: FLUID_ETH_ARB_9_ARB(networkId),
|
|
2370
|
+
[FluidArbitrumVersion.FLUID_ARB_USDC_10_ARB]: FLUID_ARB_USDC_10_ARB(networkId),
|
|
2371
|
+
[FluidArbitrumVersion.FLUID_ARB_USDT_11_ARB]: FLUID_ARB_USDT_11_ARB(networkId),
|
|
2372
|
+
[FluidArbitrumVersion.FLUID_WBTC_USDC_12_ARB]: FLUID_WBTC_USDC_12_ARB(networkId),
|
|
2373
|
+
[FluidArbitrumVersion.FLUID_WBTC_USDT_13_ARB]: FLUID_WBTC_USDT_13_ARB(networkId),
|
|
2374
|
+
[FluidArbitrumVersion.FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB]: FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB(networkId),
|
|
2375
|
+
[FluidArbitrumVersion.FLUID_WEETH_ETH_WSTETH_17_ARB]: FLUID_WEETH_ETH_WSTETH_17_ARB(networkId),
|
|
2376
|
+
[FluidArbitrumVersion.FLUID_WBTC_ETH_18_ARB]: FLUID_WBTC_ETH_18_ARB(networkId),
|
|
2377
|
+
[FluidArbitrumVersion.FLUID_ETH_WBTC_19_ARB]: FLUID_ETH_WBTC_19_ARB(networkId),
|
|
2378
|
+
[FluidArbitrumVersion.FLUID_WSTETH_WBTC_20_ARB]: FLUID_WSTETH_WBTC_20_ARB(networkId),
|
|
2379
|
+
[FluidArbitrumVersion.FLUID_WEETH_WBTC_21_ARB]: FLUID_WEETH_WBTC_21_ARB(networkId),
|
|
2380
|
+
[FluidArbitrumVersion.FLUID_USDC_ETH_USDC_ETH_22_ARB]: FLUID_USDC_ETH_USDC_ETH_22_ARB(networkId),
|
|
2381
|
+
[FluidArbitrumVersion.FLUID_ETH_USDC_USDT_23_ARB]: FLUID_ETH_USDC_USDT_23_ARB(networkId),
|
|
2382
|
+
[FluidArbitrumVersion.FLUID_WSTETH_USDC_USDT_24_ARB]: FLUID_WSTETH_USDC_USDT_24_ARB(networkId),
|
|
2383
|
+
[FluidArbitrumVersion.FLUID_WEETH_USDC_USDT_25_ARB]: FLUID_WEETH_USDC_USDT_25_ARB(networkId),
|
|
2384
|
+
[FluidArbitrumVersion.FLUID_WBTC_USDC_USDT_26_ARB]: FLUID_WBTC_USDC_USDT_26_ARB(networkId),
|
|
2385
|
+
// [FluidArbitrumVersion.FLUID_SUSDS_USDC_USDT_30_ARB]: FLUID_SUSDS_USDC_USDT_30_ARB(networkId),
|
|
2386
|
+
|
|
2387
|
+
// base
|
|
2388
|
+
[FluidBaseVersions.FLUID_ETH_USDC_1_BASE]: FLUID_ETH_USDC_1_BASE(networkId),
|
|
2389
|
+
[FluidBaseVersions.FLUID_WSTETH_USDC_2_BASE]: FLUID_WSTETH_USDC_2_BASE(networkId),
|
|
2390
|
+
[FluidBaseVersions.FLUID_WSTETH_ETH_3_BASE]: FLUID_WSTETH_ETH_3_BASE(networkId),
|
|
2391
|
+
[FluidBaseVersions.FLUID_WEETH_WSTETH_4_BASE]: FLUID_WEETH_WSTETH_4_BASE(networkId),
|
|
2392
|
+
[FluidBaseVersions.FLUID_WEETH_USDC_5_BASE]: FLUID_WEETH_USDC_5_BASE(networkId),
|
|
2393
|
+
[FluidBaseVersions.FLUID_CBETH_USDC_6_BASE]: FLUID_CBETH_USDC_6_BASE(networkId),
|
|
2394
|
+
[FluidBaseVersions.FLUID_CBBTC_USDC_7_BASE]: FLUID_CBBTC_USDC_7_BASE(networkId),
|
|
2395
|
+
[FluidBaseVersions.FLUID_CBBTC_EURC_8_BASE]: FLUID_CBBTC_EURC_8_BASE(networkId),
|
|
2396
|
+
[FluidBaseVersions.FLUID_CBETH_EURC_9_BASE]: FLUID_CBETH_EURC_9_BASE(networkId),
|
|
2397
|
+
[FluidBaseVersions.FLUID_ETH_EURC_10_BASE]: FLUID_ETH_EURC_10_BASE(networkId),
|
|
2398
|
+
[FluidBaseVersions.FLUID_WEETH_EURC_11_BASE]: FLUID_WEETH_EURC_11_BASE(networkId),
|
|
2399
|
+
[FluidBaseVersions.FLUID_WSTETH_EURC_12_BASE]: FLUID_WSTETH_EURC_12_BASE(networkId),
|
|
2400
|
+
[FluidBaseVersions.FLUID_CBBTC_ETH_13_BASE]: FLUID_CBBTC_ETH_13_BASE(networkId),
|
|
2401
|
+
[FluidBaseVersions.FLUID_ETH_CBBTC_14_BASE]: FLUID_ETH_CBBTC_14_BASE(networkId),
|
|
2402
|
+
[FluidBaseVersions.FLUID_WEETH_CBBTC_15_BASE]: FLUID_WEETH_CBBTC_15_BASE(networkId),
|
|
2403
|
+
[FluidBaseVersions.FLUID_WSTETH_CBBTC_16_BASE]: FLUID_WSTETH_CBBTC_16_BASE(networkId),
|
|
2404
|
+
[FluidBaseVersions.FLUID_ETH_SUSDS_17_BASE]: FLUID_ETH_SUSDS_17_BASE(networkId),
|
|
2405
|
+
[FluidBaseVersions.FLUID_WSTETH_SUSDS_18_BASE]: FLUID_WSTETH_SUSDS_18_BASE(networkId),
|
|
2406
|
+
[FluidBaseVersions.FLUID_CBBTC_SUSDS_19_BASE]: FLUID_CBBTC_SUSDS_19_BASE(networkId),
|
|
2407
|
+
[FluidBaseVersions.FLUID_LBTC_USDC_21_BASE]: FLUID_LBTC_USDC_21_BASE(networkId),
|
|
2408
|
+
[FluidBaseVersions.FLUID_LBTC_SUSDS_22_BASE]: FLUID_LBTC_SUSDS_22_BASE(networkId),
|
|
2409
|
+
});
|
|
2410
|
+
|
|
2411
|
+
export const getFluidVersionsDataForNetwork = (network: NetworkNumber) => (
|
|
2412
|
+
Object.values(FluidMarkets(network)).filter(({ chainIds, marketAddress }) => !!marketAddress && chainIds.includes(network))
|
|
2413
|
+
);
|
|
2414
|
+
export const getFluidMarketInfoById = (vaultId: number, network: NetworkNumber = 1) => getFluidVersionsDataForNetwork(network).find(({ id }) => id === vaultId);
|
|
2415
|
+
export const getFluidMarketInfoByAddress = (address: EthAddress, network: NetworkNumber = 1) => getFluidVersionsDataForNetwork(network).find(({ marketAddress }) => compareAddresses(marketAddress, address));
|
|
2416
|
+
|
|
2417
|
+
const FluidMainnetFTokenAddresses = {
|
|
2418
|
+
[FluidMainnetDepositToken.ETH]: '0x90551c1795392094FE6D29B758EcCD233cFAa260',
|
|
2419
|
+
[FluidMainnetDepositToken.USDC]: '0x9Fb7b4477576Fe5B32be4C1843aFB1e55F251B33',
|
|
2420
|
+
[FluidMainnetDepositToken.USDT]: '0x5C20B550819128074FD538Edf79791733ccEdd18',
|
|
2421
|
+
[FluidMainnetDepositToken.wstETH]: '0x2411802D8BEA09be0aF8fD8D08314a63e706b29C',
|
|
2422
|
+
[FluidMainnetDepositToken.GHO]: '0x6A29A46E21C730DcA1d8b23d637c101cec605C5B',
|
|
2423
|
+
[FluidMainnetDepositToken.sUSDS]: '0x2BBE31d63E6813E3AC858C04dae43FB2a72B0D11',
|
|
2424
|
+
};
|
|
2425
|
+
|
|
2426
|
+
const FluidArbitrumFTokenAddresses = {
|
|
2427
|
+
[FluidArbitrumDepositToken.ETH]: '0x45Df0656F8aDf017590009d2f1898eeca4F0a205',
|
|
2428
|
+
[FluidArbitrumDepositToken.USDC]: '0x1A996cb54bb95462040408C06122D45D6Cdb6096',
|
|
2429
|
+
[FluidArbitrumDepositToken.USDT]: '0x4A03F37e7d3fC243e3f99341d36f4b829BEe5E03',
|
|
2430
|
+
[FluidArbitrumDepositToken.wstETH]: '0x66C25Cd75EBdAA7E04816F643d8E46cecd3183c9',
|
|
2431
|
+
[FluidArbitrumDepositToken.ARB]: '0xbE3860FD4c3facDf8ad57Aa8c1A36D6dc4390a49',
|
|
2432
|
+
};
|
|
2433
|
+
|
|
2434
|
+
const FluidBaseFTokenAddresses = {
|
|
2435
|
+
[FluidBaseDepositToken.ETH]: '0x9272D6153133175175Bc276512B2336BE3931CE9',
|
|
2436
|
+
[FluidBaseDepositToken.USDC]: '0xf42f5795D9ac7e9D757dB633D693cD548Cfd9169',
|
|
2437
|
+
[FluidBaseDepositToken.EURC]: '0x1943FA26360f038230442525Cf1B9125b5DCB401',
|
|
2438
|
+
[FluidBaseDepositToken.wstETH]: '0x896E39f0E9af61ECA9dD2938E14543506ef2c2b5',
|
|
2439
|
+
[FluidBaseDepositToken.sUSDS]: '0xf62e339f21d8018940f188F6987Bcdf02A849619',
|
|
2440
|
+
};
|
|
2441
|
+
|
|
2442
|
+
export const FluidFTokens = (networkId: NetworkNumber) => {
|
|
2443
|
+
switch (networkId) {
|
|
2444
|
+
case NetworkNumber.Eth:
|
|
2445
|
+
return FluidMainnetFTokenAddresses;
|
|
2446
|
+
case NetworkNumber.Arb:
|
|
2447
|
+
return FluidArbitrumFTokenAddresses;
|
|
2448
|
+
case NetworkNumber.Base:
|
|
2449
|
+
return FluidBaseFTokenAddresses;
|
|
2450
|
+
default:
|
|
2451
|
+
throw new Error('Invalid network id');
|
|
2452
|
+
}
|
|
2453
|
+
};
|
|
2454
|
+
|
|
2455
|
+
// @ts-ignore
|
|
2456
|
+
export const getFTokenAddress = (token: string, networkId: NetworkNumber) => FluidFTokens(networkId)[token];
|