@defisaver/positions-sdk 1.0.11-fluid-dev2 → 1.0.11-fluid-dev4
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/cjs/fluid/index.js +6 -0
- package/cjs/markets/fluid/index.d.ts +26 -0
- package/cjs/markets/fluid/index.js +363 -94
- package/cjs/types/fluid.d.ts +17 -2
- package/cjs/types/fluid.js +13 -0
- package/esm/fluid/index.js +6 -0
- package/esm/markets/fluid/index.d.ts +26 -0
- package/esm/markets/fluid/index.js +348 -93
- package/esm/types/fluid.d.ts +17 -2
- package/esm/types/fluid.js +13 -0
- package/package.json +1 -1
- package/src/fluid/index.ts +6 -0
- package/src/markets/fluid/index.ts +362 -93
- package/src/types/fluid.ts +15 -0
|
@@ -17,7 +17,7 @@ export const FLUID_ETH_USDC_1 = (networkId: NetworkNumber = NetworkNumber.Eth):
|
|
|
17
17
|
stableBased: true,
|
|
18
18
|
ethBased: true,
|
|
19
19
|
chainIds: [NetworkNumber.Eth],
|
|
20
|
-
label: 'ETH / USDC
|
|
20
|
+
label: '#1 (ETH / USDC)',
|
|
21
21
|
shortLabel: 'ETH/USDC',
|
|
22
22
|
value: FluidMainnetVersion.FLUID_ETH_USDC_1,
|
|
23
23
|
url: 'eth-usdc-1',
|
|
@@ -37,7 +37,7 @@ export const FLUID_ETH_USDT_2 = (networkId: NetworkNumber = NetworkNumber.Eth):
|
|
|
37
37
|
stableBased: true,
|
|
38
38
|
ethBased: true,
|
|
39
39
|
chainIds: [NetworkNumber.Eth],
|
|
40
|
-
label: 'ETH / USDT
|
|
40
|
+
label: '#2 (ETH / USDT)',
|
|
41
41
|
shortLabel: 'ETH/USDT',
|
|
42
42
|
value: FluidMainnetVersion.FLUID_ETH_USDT_2,
|
|
43
43
|
url: 'eth-usdt-2',
|
|
@@ -57,7 +57,7 @@ export const FLUID_WSTETH_ETH_3 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
57
57
|
ethBased: true,
|
|
58
58
|
wstETHBased: true,
|
|
59
59
|
chainIds: [NetworkNumber.Eth],
|
|
60
|
-
label: 'wstETH / ETH
|
|
60
|
+
label: '#3 (wstETH / ETH)',
|
|
61
61
|
shortLabel: 'wstETH/ETH',
|
|
62
62
|
value: FluidMainnetVersion.FLUID_WSTETH_ETH_3,
|
|
63
63
|
url: 'wsteth-eth-3',
|
|
@@ -77,7 +77,7 @@ export const FLUID_WSTETH_USDC_4 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
77
77
|
stableBased: true,
|
|
78
78
|
wstETHBased: true,
|
|
79
79
|
chainIds: [NetworkNumber.Eth],
|
|
80
|
-
label: 'wstETH / USDC
|
|
80
|
+
label: '#4 (wstETH / USDC)',
|
|
81
81
|
shortLabel: 'wstETH/USDC',
|
|
82
82
|
value: FluidMainnetVersion.FLUID_WSTETH_USDC_4,
|
|
83
83
|
url: 'wsteth-usdc-4',
|
|
@@ -97,7 +97,7 @@ export const FLUID_WSTETH_USDT_5 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
97
97
|
stableBased: true,
|
|
98
98
|
wstETHBased: true,
|
|
99
99
|
chainIds: [NetworkNumber.Eth],
|
|
100
|
-
label: 'wstETH / USDT
|
|
100
|
+
label: '#5 (wstETH / USDT)',
|
|
101
101
|
shortLabel: 'wstETH/USDT',
|
|
102
102
|
value: FluidMainnetVersion.FLUID_WSTETH_USDT_5,
|
|
103
103
|
url: 'wsteth-usdt-5',
|
|
@@ -117,7 +117,7 @@ export const FLUID_WEETH_WSTETH_6 = (networkId: NetworkNumber = NetworkNumber.Et
|
|
|
117
117
|
wstETHBased: true,
|
|
118
118
|
stableBased: false,
|
|
119
119
|
chainIds: [NetworkNumber.Eth],
|
|
120
|
-
label: 'weETH / wstETH
|
|
120
|
+
label: '#6 (weETH / wstETH)',
|
|
121
121
|
shortLabel: 'weETH/wstETH',
|
|
122
122
|
value: FluidMainnetVersion.FLUID_WEETH_WSTETH_6,
|
|
123
123
|
url: 'weeth-wsteth-6',
|
|
@@ -137,7 +137,7 @@ export const FLUID_WEETH_USDC_9 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
137
137
|
ethBased: true,
|
|
138
138
|
stableBased: true,
|
|
139
139
|
chainIds: [NetworkNumber.Eth],
|
|
140
|
-
label: 'weETH / USDC
|
|
140
|
+
label: '#9 (weETH / USDC)',
|
|
141
141
|
shortLabel: 'weETH/USDC',
|
|
142
142
|
value: FluidMainnetVersion.FLUID_WEETH_USDC_9,
|
|
143
143
|
url: 'weeth-usdc-9',
|
|
@@ -159,7 +159,7 @@ export const FLUID_WEETH_USDT_10 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
159
159
|
stableBased: true,
|
|
160
160
|
type: FluidVaultType.T1,
|
|
161
161
|
chainIds: [NetworkNumber.Eth],
|
|
162
|
-
label: 'weETH / USDT
|
|
162
|
+
label: '#10 (weETH / USDT)',
|
|
163
163
|
shortLabel: 'weETH/USDT',
|
|
164
164
|
value: FluidMainnetVersion.FLUID_WEETH_USDT_10,
|
|
165
165
|
url: 'weeth-usdt-10',
|
|
@@ -179,7 +179,7 @@ export const FLUID_ETH_USDC_11 = (networkId: NetworkNumber = NetworkNumber.Eth):
|
|
|
179
179
|
stableBased: true,
|
|
180
180
|
type: FluidVaultType.T1,
|
|
181
181
|
chainIds: [NetworkNumber.Eth],
|
|
182
|
-
label: 'ETH / USDC
|
|
182
|
+
label: '#11 (ETH / USDC)',
|
|
183
183
|
shortLabel: 'ETH/USDC',
|
|
184
184
|
value: FluidMainnetVersion.FLUID_ETH_USDC_11,
|
|
185
185
|
url: 'eth-usdc-11',
|
|
@@ -198,7 +198,7 @@ export const FLUID_ETH_USDT_12 = (networkId: NetworkNumber = NetworkNumber.Eth):
|
|
|
198
198
|
stableBased: true,
|
|
199
199
|
type: FluidVaultType.T1,
|
|
200
200
|
chainIds: [NetworkNumber.Eth],
|
|
201
|
-
label: 'ETH / USDT
|
|
201
|
+
label: '#12 (ETH / USDT)',
|
|
202
202
|
shortLabel: 'ETH/USDT',
|
|
203
203
|
value: FluidMainnetVersion.FLUID_ETH_USDT_12,
|
|
204
204
|
url: 'eth-usdt-12',
|
|
@@ -217,7 +217,7 @@ export const FLUID_WSTETH_ETH_13 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
217
217
|
ethBased: true,
|
|
218
218
|
type: FluidVaultType.T1,
|
|
219
219
|
chainIds: [NetworkNumber.Eth],
|
|
220
|
-
label: 'wstETH / ETH
|
|
220
|
+
label: '#13 (wstETH / ETH)',
|
|
221
221
|
shortLabel: 'wstETH/ETH',
|
|
222
222
|
value: FluidMainnetVersion.FLUID_WSTETH_ETH_13,
|
|
223
223
|
url: 'wsteth-eth-13',
|
|
@@ -236,7 +236,7 @@ export const FLUID_WSTETH_USDC_14 = (networkId: NetworkNumber = NetworkNumber.Et
|
|
|
236
236
|
ethBased: true,
|
|
237
237
|
type: FluidVaultType.T1,
|
|
238
238
|
chainIds: [NetworkNumber.Eth],
|
|
239
|
-
label: 'wstETH / USDC
|
|
239
|
+
label: '#14 (wstETH / USDC)',
|
|
240
240
|
shortLabel: 'wstETH/USDC',
|
|
241
241
|
value: FluidMainnetVersion.FLUID_WSTETH_USDC_14,
|
|
242
242
|
url: 'wsteth-usdc-14',
|
|
@@ -255,7 +255,7 @@ export const FLUID_WSTETH_USDT_15 = (networkId: NetworkNumber = NetworkNumber.Et
|
|
|
255
255
|
ethBased: true,
|
|
256
256
|
type: FluidVaultType.T1,
|
|
257
257
|
chainIds: [NetworkNumber.Eth],
|
|
258
|
-
label: 'wstETH / USDT
|
|
258
|
+
label: '#15 (wstETH / USDT)',
|
|
259
259
|
shortLabel: 'wstETH/USDT',
|
|
260
260
|
value: FluidMainnetVersion.FLUID_WSTETH_USDT_15,
|
|
261
261
|
url: 'wsteth-usdt-15',
|
|
@@ -274,7 +274,7 @@ export const FLUID_WEETH_WSTETH_16 = (networkId: NetworkNumber = NetworkNumber.E
|
|
|
274
274
|
ethBased: true,
|
|
275
275
|
type: FluidVaultType.T1,
|
|
276
276
|
chainIds: [NetworkNumber.Eth],
|
|
277
|
-
label: 'weETH / wstETH
|
|
277
|
+
label: '#16 (weETH / wstETH)',
|
|
278
278
|
shortLabel: 'weETH/wstETH',
|
|
279
279
|
value: FluidMainnetVersion.FLUID_WEETH_WSTETH_16,
|
|
280
280
|
url: 'weeth-wsteth-16',
|
|
@@ -293,7 +293,7 @@ export const FLUID_SUSDE_USDC_17 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
293
293
|
ethBased: false,
|
|
294
294
|
type: FluidVaultType.T1,
|
|
295
295
|
chainIds: [NetworkNumber.Eth],
|
|
296
|
-
label: 'sUSDe / USDC
|
|
296
|
+
label: '#17 (sUSDe / USDC)',
|
|
297
297
|
shortLabel: 'sUSDe/USDC',
|
|
298
298
|
value: FluidMainnetVersion.FLUID_SUSDE_USDC_17,
|
|
299
299
|
url: 'susde-usdc-17',
|
|
@@ -312,7 +312,7 @@ export const FLUID_SUSDE_USDT_18 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
312
312
|
ethBased: false,
|
|
313
313
|
type: FluidVaultType.T1,
|
|
314
314
|
chainIds: [NetworkNumber.Eth],
|
|
315
|
-
label: 'sUSDe / USDT
|
|
315
|
+
label: '#18 (sUSDe / USDT)',
|
|
316
316
|
shortLabel: 'sUSDe/USDT',
|
|
317
317
|
value: FluidMainnetVersion.FLUID_SUSDE_USDT_18,
|
|
318
318
|
url: 'susde-usdt-18',
|
|
@@ -331,7 +331,7 @@ export const FLUID_WEETH_USDC_19 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
331
331
|
ethBased: true,
|
|
332
332
|
type: FluidVaultType.T1,
|
|
333
333
|
chainIds: [NetworkNumber.Eth],
|
|
334
|
-
label: 'weETH / USDC
|
|
334
|
+
label: '#19 (weETH / USDC)',
|
|
335
335
|
shortLabel: 'weETH/USDC',
|
|
336
336
|
value: FluidMainnetVersion.FLUID_WEETH_USDC_19,
|
|
337
337
|
url: 'weeth-usdc-19',
|
|
@@ -350,7 +350,7 @@ export const FLUID_WEETH_USDT_20 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
350
350
|
ethBased: true,
|
|
351
351
|
type: FluidVaultType.T1,
|
|
352
352
|
chainIds: [NetworkNumber.Eth],
|
|
353
|
-
label: 'weETH / USDT
|
|
353
|
+
label: '#20 (weETH / USDT)',
|
|
354
354
|
shortLabel: 'weETH/USDT',
|
|
355
355
|
value: FluidMainnetVersion.FLUID_WEETH_USDT_20,
|
|
356
356
|
url: 'weeth-usdt-20',
|
|
@@ -369,7 +369,7 @@ export const FLUID_WBTC_USDC_21 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
369
369
|
ethBased: false,
|
|
370
370
|
type: FluidVaultType.T1,
|
|
371
371
|
chainIds: [NetworkNumber.Eth],
|
|
372
|
-
label: 'WBTC / USDC
|
|
372
|
+
label: '#21 (WBTC / USDC)',
|
|
373
373
|
shortLabel: 'WBTC/USDC',
|
|
374
374
|
value: FluidMainnetVersion.FLUID_WBTC_USDC_21,
|
|
375
375
|
url: 'wbtc-usdc-21',
|
|
@@ -388,7 +388,7 @@ export const FLUID_WBTC_USDT_22 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
388
388
|
ethBased: false,
|
|
389
389
|
type: FluidVaultType.T1,
|
|
390
390
|
chainIds: [NetworkNumber.Eth],
|
|
391
|
-
label: 'WBTC / USDT
|
|
391
|
+
label: '#22 (WBTC / USDT)',
|
|
392
392
|
shortLabel: 'WBTC/USDT',
|
|
393
393
|
value: FluidMainnetVersion.FLUID_WBTC_USDT_22,
|
|
394
394
|
url: 'wbtc-usdt-22',
|
|
@@ -407,7 +407,7 @@ export const FLUID_WBTC_ETH_23 = (networkId: NetworkNumber = NetworkNumber.Eth):
|
|
|
407
407
|
ethBased: true,
|
|
408
408
|
type: FluidVaultType.T1,
|
|
409
409
|
chainIds: [NetworkNumber.Eth],
|
|
410
|
-
label: 'WBTC / ETH
|
|
410
|
+
label: '#23 (WBTC / ETH)',
|
|
411
411
|
shortLabel: 'WBTC/ETH',
|
|
412
412
|
value: FluidMainnetVersion.FLUID_WBTC_ETH_23,
|
|
413
413
|
url: 'wbtc-eth-23',
|
|
@@ -426,7 +426,7 @@ export const FLUID_ETH_WBTC_24 = (networkId: NetworkNumber = NetworkNumber.Eth):
|
|
|
426
426
|
ethBased: true,
|
|
427
427
|
type: FluidVaultType.T1,
|
|
428
428
|
chainIds: [NetworkNumber.Eth],
|
|
429
|
-
label: 'ETH / WBTC
|
|
429
|
+
label: '#24 (ETH / WBTC)',
|
|
430
430
|
shortLabel: 'ETH/WBTC',
|
|
431
431
|
value: FluidMainnetVersion.FLUID_ETH_WBTC_24,
|
|
432
432
|
url: 'eth-wbtc-24',
|
|
@@ -445,7 +445,7 @@ export const FLUID_WSTETH_WBTC_25 = (networkId: NetworkNumber = NetworkNumber.Et
|
|
|
445
445
|
ethBased: true,
|
|
446
446
|
type: FluidVaultType.T1,
|
|
447
447
|
chainIds: [NetworkNumber.Eth],
|
|
448
|
-
label: 'wstETH / WBTC
|
|
448
|
+
label: '#25 (wstETH / WBTC)',
|
|
449
449
|
shortLabel: 'wstETH/WBTC',
|
|
450
450
|
value: FluidMainnetVersion.FLUID_WSTETH_WBTC_25,
|
|
451
451
|
url: 'wsteth-wbtc-25',
|
|
@@ -464,7 +464,7 @@ export const FLUID_WEETH_WBTC_26 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
464
464
|
ethBased: true,
|
|
465
465
|
type: FluidVaultType.T1,
|
|
466
466
|
chainIds: [NetworkNumber.Eth],
|
|
467
|
-
label: 'weETH / WBTC
|
|
467
|
+
label: '#26 (weETH / WBTC)',
|
|
468
468
|
shortLabel: 'weETH/WBTC',
|
|
469
469
|
value: FluidMainnetVersion.FLUID_WEETH_WBTC_26,
|
|
470
470
|
url: 'weeth-wbtc-26',
|
|
@@ -483,7 +483,7 @@ export const FLUID_WEETHS_WSTETH_27 = (networkId: NetworkNumber = NetworkNumber.
|
|
|
483
483
|
ethBased: true,
|
|
484
484
|
type: FluidVaultType.T1,
|
|
485
485
|
chainIds: [NetworkNumber.Eth],
|
|
486
|
-
label: 'weETHs / wstETH
|
|
486
|
+
label: '#27 (weETHs / wstETH)',
|
|
487
487
|
shortLabel: 'weETHs/wstETH',
|
|
488
488
|
value: FluidMainnetVersion.FLUID_WEETHS_WSTETH_27,
|
|
489
489
|
url: 'weeths-wsteth-27',
|
|
@@ -502,7 +502,7 @@ export const FLUID_CBBTC_ETH_28 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
502
502
|
ethBased: true,
|
|
503
503
|
type: FluidVaultType.T1,
|
|
504
504
|
chainIds: [NetworkNumber.Eth],
|
|
505
|
-
label: 'cbBTC / ETH
|
|
505
|
+
label: '#28 (cbBTC / ETH)',
|
|
506
506
|
shortLabel: 'cbBTC/ETH',
|
|
507
507
|
value: FluidMainnetVersion.FLUID_CBBTC_ETH_28,
|
|
508
508
|
url: 'cbbtc-eth-28',
|
|
@@ -521,7 +521,7 @@ export const FLUID_CBBTC_USDC_29 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
521
521
|
ethBased: false,
|
|
522
522
|
type: FluidVaultType.T1,
|
|
523
523
|
chainIds: [NetworkNumber.Eth],
|
|
524
|
-
label: 'cbBTC / USDC
|
|
524
|
+
label: '#29 (cbBTC / USDC)',
|
|
525
525
|
shortLabel: 'cbBTC/USDC',
|
|
526
526
|
value: FluidMainnetVersion.FLUID_CBBTC_USDC_29,
|
|
527
527
|
url: 'cbbtc-usdc-29',
|
|
@@ -540,7 +540,7 @@ export const FLUID_CBBTC_USDT_30 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
540
540
|
ethBased: false,
|
|
541
541
|
type: FluidVaultType.T1,
|
|
542
542
|
chainIds: [NetworkNumber.Eth],
|
|
543
|
-
label: 'cbBTC / USDT
|
|
543
|
+
label: '#30 (cbBTC / USDT)',
|
|
544
544
|
shortLabel: 'cbBTC/USDT',
|
|
545
545
|
value: FluidMainnetVersion.FLUID_CBBTC_USDT_30,
|
|
546
546
|
url: 'cbbtc-usdt-30',
|
|
@@ -559,7 +559,7 @@ export const FLUID_ETH_CBBTC_31 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
559
559
|
ethBased: true,
|
|
560
560
|
type: FluidVaultType.T1,
|
|
561
561
|
chainIds: [NetworkNumber.Eth],
|
|
562
|
-
label: 'ETH / cbBTC
|
|
562
|
+
label: '#31 (ETH / cbBTC)',
|
|
563
563
|
shortLabel: 'ETH/cbBTC',
|
|
564
564
|
value: FluidMainnetVersion.FLUID_ETH_CBBTC_31,
|
|
565
565
|
url: 'eth-cbbtc-31',
|
|
@@ -578,7 +578,7 @@ export const FLUID_WEETH_CBBTC_32 = (networkId: NetworkNumber = NetworkNumber.Et
|
|
|
578
578
|
ethBased: true,
|
|
579
579
|
type: FluidVaultType.T1,
|
|
580
580
|
chainIds: [NetworkNumber.Eth],
|
|
581
|
-
label: 'weETH / cbBTC
|
|
581
|
+
label: '#32 (weETH / cbBTC)',
|
|
582
582
|
shortLabel: 'weETH/cbBTC',
|
|
583
583
|
value: FluidMainnetVersion.FLUID_WEETH_CBBTC_32,
|
|
584
584
|
url: 'weeth-cbbtc-32',
|
|
@@ -598,7 +598,7 @@ export const FLUID_WSTETH_ETH_WSTETH_ETH_44 = (networkId: NetworkNumber = Networ
|
|
|
598
598
|
ethBased: true,
|
|
599
599
|
type: FluidVaultType.T4,
|
|
600
600
|
chainIds: [NetworkNumber.Eth],
|
|
601
|
-
label: 'wstETH-ETH / wstETH-ETH
|
|
601
|
+
label: '#44 (wstETH-ETH / wstETH-ETH)',
|
|
602
602
|
shortLabel: 'wstETH-ETH/wstETH-ETH',
|
|
603
603
|
value: FluidMainnetVersion.FLUID_WSTETH_ETH_WSTETH_ETH_44,
|
|
604
604
|
url: 'wsteth-eth-wsteth-eth-44',
|
|
@@ -619,7 +619,7 @@ export const FLUID_ETH_USDC_USDT_45 = (networkId: NetworkNumber = NetworkNumber.
|
|
|
619
619
|
ethBased: true,
|
|
620
620
|
type: FluidVaultType.T3,
|
|
621
621
|
chainIds: [NetworkNumber.Eth],
|
|
622
|
-
label: 'ETH / USDC-USDT
|
|
622
|
+
label: '#45 (ETH / USDC-USDT)',
|
|
623
623
|
shortLabel: 'ETH/USDC-USDT',
|
|
624
624
|
value: FluidMainnetVersion.FLUID_ETH_USDC_USDT_45,
|
|
625
625
|
url: 'eth-usdc-usdt-45',
|
|
@@ -639,7 +639,7 @@ export const FLUID_WSTETH_USDC_USDT_46 = (networkId: NetworkNumber = NetworkNumb
|
|
|
639
639
|
ethBased: true,
|
|
640
640
|
type: FluidVaultType.T3,
|
|
641
641
|
chainIds: [NetworkNumber.Eth],
|
|
642
|
-
label: 'wstETH / USDC-USDT
|
|
642
|
+
label: '#46 (wstETH / USDC-USDT)',
|
|
643
643
|
shortLabel: 'wstETH/USDC-USDT',
|
|
644
644
|
value: FluidMainnetVersion.FLUID_WSTETH_USDC_USDT_46,
|
|
645
645
|
url: 'wsteth-usdc-usdt-46',
|
|
@@ -659,7 +659,7 @@ export const FLUID_WEETH_USDC_USDT_47 = (networkId: NetworkNumber = NetworkNumbe
|
|
|
659
659
|
ethBased: true,
|
|
660
660
|
type: FluidVaultType.T3,
|
|
661
661
|
chainIds: [NetworkNumber.Eth],
|
|
662
|
-
label: 'weETH / USDC-USDT
|
|
662
|
+
label: '#47 (weETH / USDC-USDT)',
|
|
663
663
|
shortLabel: 'weETH/USDC-USDT',
|
|
664
664
|
value: FluidMainnetVersion.FLUID_WEETH_USDC_USDT_47,
|
|
665
665
|
url: 'weeth-usdc-usdt-47',
|
|
@@ -679,7 +679,7 @@ export const FLUID_WBTC_USDC_USDT_48 = (networkId: NetworkNumber = NetworkNumber
|
|
|
679
679
|
ethBased: false,
|
|
680
680
|
type: FluidVaultType.T3,
|
|
681
681
|
chainIds: [NetworkNumber.Eth],
|
|
682
|
-
label: 'WBTC / USDC-USDT
|
|
682
|
+
label: '#48 (WBTC / USDC-USDT)',
|
|
683
683
|
shortLabel: 'WBTC/USDC-USDT',
|
|
684
684
|
value: FluidMainnetVersion.FLUID_WBTC_USDC_USDT_48,
|
|
685
685
|
url: 'wbtc-usdc-usdt-48',
|
|
@@ -699,7 +699,7 @@ export const FLUID_CBBTC_USDC_USDT_49 = (networkId: NetworkNumber = NetworkNumbe
|
|
|
699
699
|
ethBased: false,
|
|
700
700
|
type: FluidVaultType.T3,
|
|
701
701
|
chainIds: [NetworkNumber.Eth],
|
|
702
|
-
label: 'cbBTC / USDC-USDT
|
|
702
|
+
label: '#49 (cbBTC / USDC-USDT)',
|
|
703
703
|
shortLabel: 'cbBTC/USDC-USDT',
|
|
704
704
|
value: FluidMainnetVersion.FLUID_CBBTC_USDC_USDT_49,
|
|
705
705
|
url: 'cbbtc-usdc-usdt-49',
|
|
@@ -719,7 +719,7 @@ export const FLUID_SUSDE_USDC_USDT_50 = (networkId: NetworkNumber = NetworkNumbe
|
|
|
719
719
|
ethBased: false,
|
|
720
720
|
type: FluidVaultType.T3,
|
|
721
721
|
chainIds: [NetworkNumber.Eth],
|
|
722
|
-
label: 'sUSDe / USDC-USDT
|
|
722
|
+
label: '#50 (sUSDe / USDC-USDT)',
|
|
723
723
|
shortLabel: 'sUSDe/USDC-USDT',
|
|
724
724
|
value: FluidMainnetVersion.FLUID_SUSDE_USDC_USDT_50,
|
|
725
725
|
url: 'susde-usdc-usdt-50',
|
|
@@ -739,7 +739,7 @@ export const FLUID_WBTC_CBBTC_WBTC_CBBTC_51 = (networkId: NetworkNumber = Networ
|
|
|
739
739
|
ethBased: false,
|
|
740
740
|
type: FluidVaultType.T4,
|
|
741
741
|
chainIds: [NetworkNumber.Eth],
|
|
742
|
-
label: 'WBTC-cbBTC / WBTC-cbBTC
|
|
742
|
+
label: '#51 (WBTC-cbBTC / WBTC-cbBTC)',
|
|
743
743
|
shortLabel: 'WBTC-cbBTC/WBTC-cbBTC',
|
|
744
744
|
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_WBTC_CBBTC_51,
|
|
745
745
|
url: 'wbtc-cbbtc-wbtc-cbbtc-51',
|
|
@@ -760,7 +760,7 @@ export const FLUID_WBTC_CBBTC_USDC_52 = (networkId: NetworkNumber = NetworkNumbe
|
|
|
760
760
|
ethBased: false,
|
|
761
761
|
type: FluidVaultType.T2,
|
|
762
762
|
chainIds: [NetworkNumber.Eth],
|
|
763
|
-
label: 'WBTC-cbBTC / USDC
|
|
763
|
+
label: '#52 (WBTC-cbBTC / USDC)',
|
|
764
764
|
shortLabel: 'WBTC-cbBTC/USDC',
|
|
765
765
|
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_USDC_52,
|
|
766
766
|
url: 'wbtc-cbbtc-usdc-52',
|
|
@@ -781,8 +781,8 @@ export const FLUID_WBTC_CBBTC_USDT_53 = (networkId: NetworkNumber = NetworkNumbe
|
|
|
781
781
|
type: FluidVaultType.T2,
|
|
782
782
|
id: 53,
|
|
783
783
|
chainIds: [NetworkNumber.Eth],
|
|
784
|
-
label: 'WBTC-cbBTC /
|
|
785
|
-
shortLabel: 'WBTC-cbBTC/
|
|
784
|
+
label: '#53 (WBTC-cbBTC / USDT)',
|
|
785
|
+
shortLabel: 'WBTC-cbBTC/USDT',
|
|
786
786
|
value: FluidMainnetVersion.FLUID_WBTC_CBBTC_USDT_53,
|
|
787
787
|
url: 'wbtc-cbbtc-usdt-53',
|
|
788
788
|
marketAddress: '0xf7FA55D14C71241e3c970E30C509Ff58b5f5D557',
|
|
@@ -801,7 +801,7 @@ export const FLUID_ETH_GHO_54 = (networkId: NetworkNumber = NetworkNumber.Eth):
|
|
|
801
801
|
type: FluidVaultType.T1,
|
|
802
802
|
id: 54,
|
|
803
803
|
chainIds: [NetworkNumber.Eth],
|
|
804
|
-
label: 'ETH / GHO
|
|
804
|
+
label: '#54 (ETH / GHO)',
|
|
805
805
|
shortLabel: 'ETH/GHO',
|
|
806
806
|
value: FluidMainnetVersion.FLUID_ETH_GHO_54,
|
|
807
807
|
url: 'eth-gho-54',
|
|
@@ -820,7 +820,7 @@ export const FLUID_WSTETH_GHO_55 = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
820
820
|
type: FluidVaultType.T1,
|
|
821
821
|
id: 55,
|
|
822
822
|
chainIds: [NetworkNumber.Eth],
|
|
823
|
-
label: 'wstETH / GHO
|
|
823
|
+
label: '#55 (wstETH / GHO)',
|
|
824
824
|
shortLabel: 'wstETH/GHO',
|
|
825
825
|
value: FluidMainnetVersion.FLUID_WSTETH_GHO_55,
|
|
826
826
|
url: 'wsteth-gho-55',
|
|
@@ -839,7 +839,7 @@ export const FLUID_SUSDE_GHO_56 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
839
839
|
type: FluidVaultType.T1,
|
|
840
840
|
id: 56,
|
|
841
841
|
chainIds: [NetworkNumber.Eth],
|
|
842
|
-
label: 'sUSDe / GHO
|
|
842
|
+
label: '#56 (sUSDe / GHO)',
|
|
843
843
|
shortLabel: 'sUSDe/GHO',
|
|
844
844
|
value: FluidMainnetVersion.FLUID_SUSDE_GHO_56,
|
|
845
845
|
url: 'susde-gho-56',
|
|
@@ -858,7 +858,7 @@ export const FLUID_WEETH_GHO_57 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
858
858
|
type: FluidVaultType.T1,
|
|
859
859
|
id: 57,
|
|
860
860
|
chainIds: [NetworkNumber.Eth],
|
|
861
|
-
label: 'weETH / GHO
|
|
861
|
+
label: '#57 (weETH / GHO)',
|
|
862
862
|
shortLabel: 'weETH/GHO',
|
|
863
863
|
value: FluidMainnetVersion.FLUID_WEETH_GHO_57,
|
|
864
864
|
url: 'weeth-gho-57',
|
|
@@ -877,14 +877,14 @@ export const FLUID_SUSDS_GHO_58 = (networkId: NetworkNumber = NetworkNumber.Eth)
|
|
|
877
877
|
type: FluidVaultType.T1,
|
|
878
878
|
id: 58,
|
|
879
879
|
chainIds: [NetworkNumber.Eth],
|
|
880
|
-
label: '
|
|
881
|
-
shortLabel: '
|
|
880
|
+
label: '#58 (sUSDS / GHO)',
|
|
881
|
+
shortLabel: 'sUSDS/GHO',
|
|
882
882
|
value: FluidMainnetVersion.FLUID_SUSDS_GHO_58,
|
|
883
883
|
url: 'susds-gho-58',
|
|
884
884
|
marketAddress: '0x7ED2cbD4C98a6E151d2a48792c1E45E4f0CD57D1',
|
|
885
885
|
hasSmartCollateral: false,
|
|
886
886
|
hasSmartDebt: false,
|
|
887
|
-
collateralAsset0: '
|
|
887
|
+
collateralAsset0: 'sUSDS',
|
|
888
888
|
debtAsset0: 'GHO',
|
|
889
889
|
});
|
|
890
890
|
|
|
@@ -897,8 +897,8 @@ export const FLUID_GHO_USDC_GHO_USDC_61 = (networkId: NetworkNumber = NetworkNum
|
|
|
897
897
|
type: FluidVaultType.T4,
|
|
898
898
|
id: 61,
|
|
899
899
|
chainIds: [NetworkNumber.Eth],
|
|
900
|
-
label: 'GHO / USDC
|
|
901
|
-
shortLabel: 'GHO/USDC',
|
|
900
|
+
label: '#61 (GHO-USDC / GHO-USDC)',
|
|
901
|
+
shortLabel: 'GHO-USDC/GHO-USDC',
|
|
902
902
|
value: FluidMainnetVersion.FLUID_GHO_USDC_GHO_USDC_61,
|
|
903
903
|
url: 'gho-usdc-gho-usdc-61',
|
|
904
904
|
marketAddress: '0x20b32C597633f12B44CFAFe0ab27408028CA0f6A',
|
|
@@ -918,8 +918,8 @@ export const FLUID_WEETH_ETH_WSTETH_74 = (networkId: NetworkNumber = NetworkNumb
|
|
|
918
918
|
type: FluidVaultType.T2,
|
|
919
919
|
id: 74,
|
|
920
920
|
chainIds: [NetworkNumber.Eth],
|
|
921
|
-
label: 'weETH /
|
|
922
|
-
shortLabel: 'weETH/
|
|
921
|
+
label: '#74 (weETH-ETH / wstETH)',
|
|
922
|
+
shortLabel: 'weETH-ETH/wstETH',
|
|
923
923
|
value: FluidMainnetVersion.FLUID_WEETH_ETH_WSTETH_74,
|
|
924
924
|
url: 'weeth-eth-wsteth-74',
|
|
925
925
|
marketAddress: '0xb4a15526d427f4d20b0dAdaF3baB4177C85A699A',
|
|
@@ -938,8 +938,8 @@ export const FLUID_USDC_ETH_USDC_ETH_77 = (networkId: NetworkNumber = NetworkNum
|
|
|
938
938
|
type: FluidVaultType.T4,
|
|
939
939
|
id: 77,
|
|
940
940
|
chainIds: [NetworkNumber.Eth],
|
|
941
|
-
label: 'USDC / ETH
|
|
942
|
-
shortLabel: 'USDC/ETH',
|
|
941
|
+
label: '#77 (USDC-ETH / USDC-ETH)',
|
|
942
|
+
shortLabel: 'USDC-ETH/USDC-ETH',
|
|
943
943
|
value: FluidMainnetVersion.FLUID_USDC_ETH_USDC_ETH_77,
|
|
944
944
|
url: 'usdc-eth-usdc-eth-77',
|
|
945
945
|
marketAddress: '0x469D8c7990b9072EEF05d6349224621a71176213',
|
|
@@ -959,8 +959,8 @@ export const FLUID_RSETH_ETH_WSTETH_78 = (networkId: NetworkNumber = NetworkNumb
|
|
|
959
959
|
type: FluidVaultType.T2,
|
|
960
960
|
id: 78,
|
|
961
961
|
chainIds: [NetworkNumber.Eth],
|
|
962
|
-
label: 'rsETH /
|
|
963
|
-
shortLabel: 'rsETH/
|
|
962
|
+
label: '#78 (rsETH-ETH / wstETH)',
|
|
963
|
+
shortLabel: 'rsETH-ETH/wstETH',
|
|
964
964
|
value: FluidMainnetVersion.FLUID_RSETH_ETH_WSTETH_78,
|
|
965
965
|
url: 'rseth-eth-wsteth-78',
|
|
966
966
|
marketAddress: '0x9A64E3EB9c2F917CBAdDe75Ad23bb402257acf2E',
|
|
@@ -979,7 +979,7 @@ export const FLUID_RSETH_WSTETH_79 = (networkId: NetworkNumber = NetworkNumber.E
|
|
|
979
979
|
type: FluidVaultType.T1,
|
|
980
980
|
id: 79,
|
|
981
981
|
chainIds: [NetworkNumber.Eth],
|
|
982
|
-
label: 'rsETH / wstETH
|
|
982
|
+
label: '#79 (rsETH / wstETH)',
|
|
983
983
|
shortLabel: 'rsETH/wstETH',
|
|
984
984
|
value: FluidMainnetVersion.FLUID_RSETH_WSTETH_79,
|
|
985
985
|
url: 'rseth-wsteth-79',
|
|
@@ -998,8 +998,8 @@ export const FLUID_WEETHS_ETH_WSTETH_80 = (networkId: NetworkNumber = NetworkNum
|
|
|
998
998
|
type: FluidVaultType.T2,
|
|
999
999
|
id: 80,
|
|
1000
1000
|
chainIds: [NetworkNumber.Eth],
|
|
1001
|
-
label: 'weETHs /
|
|
1002
|
-
shortLabel: 'weETHs/
|
|
1001
|
+
label: '#80 (weETHs-ETH / wstETH)',
|
|
1002
|
+
shortLabel: 'weETHs-ETH/wstETH',
|
|
1003
1003
|
value: FluidMainnetVersion.FLUID_WEETHS_ETH_WSTETH_80,
|
|
1004
1004
|
url: 'weeths-eth-wsteth-80',
|
|
1005
1005
|
marketAddress: '0x153a0D021AeD5d20D9E59e8B9ecC9E3e9276f6C3',
|
|
@@ -1018,7 +1018,7 @@ export const FLUID_SUSDE_USDT_USDT_92 = (networkId: NetworkNumber = NetworkNumbe
|
|
|
1018
1018
|
type: FluidVaultType.T2,
|
|
1019
1019
|
id: 92,
|
|
1020
1020
|
chainIds: [NetworkNumber.Eth],
|
|
1021
|
-
label: 'sUSDe-USDT / USDT
|
|
1021
|
+
label: '#92 (sUSDe-USDT / USDT)',
|
|
1022
1022
|
shortLabel: 'sUSDe-USDT/USDT',
|
|
1023
1023
|
value: FluidMainnetVersion.FLUID_SUSDE_USDT_USDT_92,
|
|
1024
1024
|
url: 'susde-usdt-usdt-92',
|
|
@@ -1038,8 +1038,8 @@ export const FLUID_USDE_USDT_USDT_93 = (networkId: NetworkNumber = NetworkNumber
|
|
|
1038
1038
|
type: FluidVaultType.T2,
|
|
1039
1039
|
id: 93,
|
|
1040
1040
|
chainIds: [NetworkNumber.Eth],
|
|
1041
|
-
label: 'USDe-USDT / USDT
|
|
1042
|
-
shortLabel: '
|
|
1041
|
+
label: '#93 (USDe-USDT / USDT)',
|
|
1042
|
+
shortLabel: 'USDe-USDT/USDT',
|
|
1043
1043
|
value: FluidMainnetVersion.FLUID_USDE_USDT_USDT_93,
|
|
1044
1044
|
url: 'usde-usdt-usdt-93',
|
|
1045
1045
|
marketAddress: '0x989a44CB4dBb7eBe20e0aBf3C1E1d727BF90F881',
|
|
@@ -1058,8 +1058,8 @@ export const FLUID_LBTC_CBBTC_WBTC_97 = (networkId: NetworkNumber = NetworkNumbe
|
|
|
1058
1058
|
type: FluidVaultType.T2,
|
|
1059
1059
|
id: 97,
|
|
1060
1060
|
chainIds: [NetworkNumber.Eth],
|
|
1061
|
-
label: 'LBTC-cbBTC / WBTC
|
|
1062
|
-
shortLabel: '
|
|
1061
|
+
label: '#97 (LBTC-cbBTC / WBTC)',
|
|
1062
|
+
shortLabel: 'LBTC-cbBTC/WBTC',
|
|
1063
1063
|
value: FluidMainnetVersion.FLUID_LBTC_CBBTC_WBTC_97,
|
|
1064
1064
|
url: 'lbtc-cbbtc-wbtc-97',
|
|
1065
1065
|
marketAddress: '0x96B2A29823d475468eE6f15e07878adf79E8199b',
|
|
@@ -1070,6 +1070,241 @@ export const FLUID_LBTC_CBBTC_WBTC_97 = (networkId: NetworkNumber = NetworkNumbe
|
|
|
1070
1070
|
debtAsset0: 'WBTC',
|
|
1071
1071
|
});
|
|
1072
1072
|
|
|
1073
|
+
export const FLUID_SUSDE_USDT_USDC_USDT_98 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1074
|
+
stableBased: true,
|
|
1075
|
+
btcBased: false,
|
|
1076
|
+
wstETHBased: false,
|
|
1077
|
+
ethBased: false,
|
|
1078
|
+
type: FluidVaultType.T4,
|
|
1079
|
+
id: 98,
|
|
1080
|
+
chainIds: [NetworkNumber.Eth],
|
|
1081
|
+
label: '#98 (sUSDe-USDT / USDC-USDT)',
|
|
1082
|
+
shortLabel: 'sUSDe-USDT/USDC-USDT',
|
|
1083
|
+
value: FluidMainnetVersion.FLUID_SUSDE_USDT_USDC_USDT_98,
|
|
1084
|
+
url: 'susde-usdt-usdc-usdt-98',
|
|
1085
|
+
marketAddress: '',
|
|
1086
|
+
hasSmartCollateral: true,
|
|
1087
|
+
hasSmartDebt: true,
|
|
1088
|
+
collateralAsset0: 'sUSDe',
|
|
1089
|
+
collateralAsset1: 'USDT',
|
|
1090
|
+
debtAsset0: 'USDC',
|
|
1091
|
+
debtAsset1: 'USDT',
|
|
1092
|
+
});
|
|
1093
|
+
|
|
1094
|
+
export const FLUID_USDE_USDT_USDC_USDT_99 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1095
|
+
stableBased: false,
|
|
1096
|
+
btcBased: true,
|
|
1097
|
+
wstETHBased: false,
|
|
1098
|
+
ethBased: false,
|
|
1099
|
+
type: FluidVaultType.T4,
|
|
1100
|
+
id: 99,
|
|
1101
|
+
chainIds: [NetworkNumber.Eth],
|
|
1102
|
+
label: '#99 (USDe-USDT / USDC-USDT)',
|
|
1103
|
+
shortLabel: 'USDe-USDT/USDC-USDT',
|
|
1104
|
+
value: FluidMainnetVersion.FLUID_USDE_USDT_USDC_USDT_99,
|
|
1105
|
+
url: 'usde-usdt-usdc-usdt-99',
|
|
1106
|
+
marketAddress: '',
|
|
1107
|
+
hasSmartCollateral: true,
|
|
1108
|
+
hasSmartDebt: true,
|
|
1109
|
+
collateralAsset0: 'USDe',
|
|
1110
|
+
collateralAsset1: 'USDT',
|
|
1111
|
+
debtAsset0: 'USDC',
|
|
1112
|
+
debtAsset1: 'USDT',
|
|
1113
|
+
});
|
|
1114
|
+
|
|
1115
|
+
export const FLUID_USDC_ETH_100 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1116
|
+
stableBased: true,
|
|
1117
|
+
btcBased: false,
|
|
1118
|
+
wstETHBased: false,
|
|
1119
|
+
ethBased: true,
|
|
1120
|
+
type: FluidVaultType.T1,
|
|
1121
|
+
id: 100,
|
|
1122
|
+
chainIds: [NetworkNumber.Eth],
|
|
1123
|
+
label: '#100 (USDC / ETH)',
|
|
1124
|
+
shortLabel: 'USDC/ETH',
|
|
1125
|
+
value: FluidMainnetVersion.FLUID_USDC_ETH_100,
|
|
1126
|
+
url: 'usdc-eth-100',
|
|
1127
|
+
marketAddress: '',
|
|
1128
|
+
hasSmartCollateral: false,
|
|
1129
|
+
hasSmartDebt: false,
|
|
1130
|
+
collateralAsset0: 'USDC',
|
|
1131
|
+
debtAsset0: 'ETH',
|
|
1132
|
+
});
|
|
1133
|
+
|
|
1134
|
+
export const FLUID_USDC_WBTC_101 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1135
|
+
stableBased: true,
|
|
1136
|
+
btcBased: true,
|
|
1137
|
+
wstETHBased: false,
|
|
1138
|
+
ethBased: false,
|
|
1139
|
+
type: FluidVaultType.T1,
|
|
1140
|
+
id: 101,
|
|
1141
|
+
chainIds: [NetworkNumber.Eth],
|
|
1142
|
+
label: '#101 (USDC / WBTC)',
|
|
1143
|
+
shortLabel: 'USDC/WBTC',
|
|
1144
|
+
value: FluidMainnetVersion.FLUID_USDC_WBTC_101,
|
|
1145
|
+
url: 'usdc-wbtc-101',
|
|
1146
|
+
marketAddress: '',
|
|
1147
|
+
hasSmartCollateral: false,
|
|
1148
|
+
hasSmartDebt: false,
|
|
1149
|
+
collateralAsset0: 'USDC',
|
|
1150
|
+
debtAsset0: 'WBTC',
|
|
1151
|
+
});
|
|
1152
|
+
|
|
1153
|
+
export const FLUID_USDC_CBBTC_102 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1154
|
+
stableBased: true,
|
|
1155
|
+
btcBased: true,
|
|
1156
|
+
wstETHBased: false,
|
|
1157
|
+
ethBased: false,
|
|
1158
|
+
type: FluidVaultType.T1,
|
|
1159
|
+
id: 102,
|
|
1160
|
+
chainIds: [NetworkNumber.Eth],
|
|
1161
|
+
label: '#102 (USDC / cbBTC)',
|
|
1162
|
+
shortLabel: 'USDC/cbBTC',
|
|
1163
|
+
value: FluidMainnetVersion.FLUID_USDC_CBBTC_102,
|
|
1164
|
+
url: 'usdc-cbbtc-102',
|
|
1165
|
+
marketAddress: '',
|
|
1166
|
+
hasSmartCollateral: false,
|
|
1167
|
+
hasSmartDebt: false,
|
|
1168
|
+
collateralAsset0: 'USDC',
|
|
1169
|
+
debtAsset0: 'cbBTC',
|
|
1170
|
+
});
|
|
1171
|
+
|
|
1172
|
+
export const FLUID_EZETH_WSTETH_103 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1173
|
+
stableBased: false,
|
|
1174
|
+
btcBased: false,
|
|
1175
|
+
wstETHBased: true,
|
|
1176
|
+
ethBased: true,
|
|
1177
|
+
type: FluidVaultType.T1,
|
|
1178
|
+
id: 103,
|
|
1179
|
+
chainIds: [NetworkNumber.Eth],
|
|
1180
|
+
label: '#103 (ezETH / wstETH)',
|
|
1181
|
+
shortLabel: 'ezETH/wstETH',
|
|
1182
|
+
value: FluidMainnetVersion.FLUID_EZETH_WSTETH_103,
|
|
1183
|
+
url: 'ezeth-wsteth-103',
|
|
1184
|
+
marketAddress: '',
|
|
1185
|
+
hasSmartCollateral: false,
|
|
1186
|
+
hasSmartDebt: false,
|
|
1187
|
+
collateralAsset0: 'ezETH',
|
|
1188
|
+
debtAsset0: 'wstETH',
|
|
1189
|
+
});
|
|
1190
|
+
|
|
1191
|
+
export const FLUID_EZETH_ETH_WSTETH_104 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1192
|
+
stableBased: false,
|
|
1193
|
+
btcBased: false,
|
|
1194
|
+
wstETHBased: true,
|
|
1195
|
+
ethBased: true,
|
|
1196
|
+
type: FluidVaultType.T2,
|
|
1197
|
+
id: 104,
|
|
1198
|
+
chainIds: [NetworkNumber.Eth],
|
|
1199
|
+
label: '#104 (ezETH-ETH / wstETH)',
|
|
1200
|
+
shortLabel: 'ezETH-ETH/wstETH',
|
|
1201
|
+
value: FluidMainnetVersion.FLUID_EZETH_ETH_WSTETH_104,
|
|
1202
|
+
url: 'ezeth-eth-wsteth-104',
|
|
1203
|
+
marketAddress: '',
|
|
1204
|
+
hasSmartCollateral: true,
|
|
1205
|
+
hasSmartDebt: false,
|
|
1206
|
+
collateralAsset0: 'ezETH',
|
|
1207
|
+
collateralAsset1: 'ETH',
|
|
1208
|
+
debtAsset0: 'wstETH',
|
|
1209
|
+
});
|
|
1210
|
+
|
|
1211
|
+
export const FLUID_LBTC_USDC_107 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1212
|
+
stableBased: true,
|
|
1213
|
+
btcBased: true,
|
|
1214
|
+
wstETHBased: false,
|
|
1215
|
+
ethBased: false,
|
|
1216
|
+
type: FluidVaultType.T1,
|
|
1217
|
+
id: 107,
|
|
1218
|
+
chainIds: [NetworkNumber.Eth],
|
|
1219
|
+
label: '#107 (LBTC / USDC)',
|
|
1220
|
+
shortLabel: 'LBTC/USDC',
|
|
1221
|
+
value: FluidMainnetVersion.FLUID_LBTC_USDC_107,
|
|
1222
|
+
url: 'lbtc-usdc-107',
|
|
1223
|
+
marketAddress: '',
|
|
1224
|
+
hasSmartCollateral: false,
|
|
1225
|
+
hasSmartDebt: false,
|
|
1226
|
+
collateralAsset0: 'LBTC',
|
|
1227
|
+
debtAsset0: 'USDC',
|
|
1228
|
+
});
|
|
1229
|
+
|
|
1230
|
+
export const FLUID_LBTC_USDT_108 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1231
|
+
stableBased: true,
|
|
1232
|
+
btcBased: true,
|
|
1233
|
+
wstETHBased: false,
|
|
1234
|
+
ethBased: false,
|
|
1235
|
+
type: FluidVaultType.T1,
|
|
1236
|
+
id: 108,
|
|
1237
|
+
chainIds: [NetworkNumber.Eth],
|
|
1238
|
+
label: '#108 (LBTC / USDT)',
|
|
1239
|
+
shortLabel: 'LBTC/USDT',
|
|
1240
|
+
value: FluidMainnetVersion.FLUID_LBTC_USDT_108,
|
|
1241
|
+
url: 'lbtc-usdt-108',
|
|
1242
|
+
marketAddress: '',
|
|
1243
|
+
hasSmartCollateral: false,
|
|
1244
|
+
hasSmartDebt: false,
|
|
1245
|
+
collateralAsset0: 'LBTC',
|
|
1246
|
+
debtAsset0: 'USDT',
|
|
1247
|
+
});
|
|
1248
|
+
|
|
1249
|
+
export const FLUID_LBTC_GHO_109 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1250
|
+
stableBased: true,
|
|
1251
|
+
btcBased: true,
|
|
1252
|
+
wstETHBased: false,
|
|
1253
|
+
ethBased: false,
|
|
1254
|
+
type: FluidVaultType.T1,
|
|
1255
|
+
id: 109,
|
|
1256
|
+
chainIds: [NetworkNumber.Eth],
|
|
1257
|
+
label: '#109 (LBTC / GHO)',
|
|
1258
|
+
shortLabel: 'LBTC/GHO',
|
|
1259
|
+
value: FluidMainnetVersion.FLUID_LBTC_GHO_109,
|
|
1260
|
+
url: 'lbtc-gho-109',
|
|
1261
|
+
marketAddress: '',
|
|
1262
|
+
hasSmartCollateral: false,
|
|
1263
|
+
hasSmartDebt: false,
|
|
1264
|
+
collateralAsset0: 'LBTC',
|
|
1265
|
+
debtAsset0: 'GHO',
|
|
1266
|
+
});
|
|
1267
|
+
|
|
1268
|
+
export const FLUID_LBTC_CBBTC_CBBTC_114 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1269
|
+
stableBased: false,
|
|
1270
|
+
btcBased: true,
|
|
1271
|
+
wstETHBased: false,
|
|
1272
|
+
ethBased: false,
|
|
1273
|
+
type: FluidVaultType.T2,
|
|
1274
|
+
id: 114,
|
|
1275
|
+
chainIds: [NetworkNumber.Eth],
|
|
1276
|
+
label: '#114 (LBTC-cbBTC / cbBTC)',
|
|
1277
|
+
shortLabel: 'LBTC-cbBTC/cbBTC',
|
|
1278
|
+
value: FluidMainnetVersion.FLUID_LBTC_CBBTC_CBBTC_114,
|
|
1279
|
+
url: 'lbtc-cbbtc-cbbtc-114',
|
|
1280
|
+
marketAddress: '',
|
|
1281
|
+
hasSmartCollateral: true,
|
|
1282
|
+
hasSmartDebt: false,
|
|
1283
|
+
collateralAsset0: 'LBTC',
|
|
1284
|
+
collateralAsset1: 'cbBTC',
|
|
1285
|
+
debtAsset0: 'cbBTC',
|
|
1286
|
+
});
|
|
1287
|
+
|
|
1288
|
+
export const FLUID_WBTC_LBTC_WBTC_115 = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1289
|
+
stableBased: false,
|
|
1290
|
+
btcBased: true,
|
|
1291
|
+
wstETHBased: false,
|
|
1292
|
+
ethBased: false,
|
|
1293
|
+
type: FluidVaultType.T2,
|
|
1294
|
+
id: 115,
|
|
1295
|
+
chainIds: [NetworkNumber.Eth],
|
|
1296
|
+
label: '#115 (WBTC-LBTC / WBTC)',
|
|
1297
|
+
shortLabel: 'WBTC-LBTC/WBTC',
|
|
1298
|
+
value: FluidMainnetVersion.FLUID_WBTC_LBTC_WBTC_115,
|
|
1299
|
+
url: 'wbtc-lbtc-wbtc-115',
|
|
1300
|
+
marketAddress: '',
|
|
1301
|
+
hasSmartCollateral: true,
|
|
1302
|
+
hasSmartDebt: false,
|
|
1303
|
+
collateralAsset0: 'WBTC',
|
|
1304
|
+
collateralAsset1: 'LBTC',
|
|
1305
|
+
debtAsset0: 'WBTC',
|
|
1306
|
+
});
|
|
1307
|
+
|
|
1073
1308
|
export const FLUID_ETH_USDC_1_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1074
1309
|
stableBased: true,
|
|
1075
1310
|
btcBased: false,
|
|
@@ -1078,7 +1313,7 @@ export const FLUID_ETH_USDC_1_ARB = (networkId: NetworkNumber = NetworkNumber.Et
|
|
|
1078
1313
|
type: FluidVaultType.T1,
|
|
1079
1314
|
id: 1,
|
|
1080
1315
|
chainIds: [NetworkNumber.Arb],
|
|
1081
|
-
label: 'ETH / USDC
|
|
1316
|
+
label: '#1 (ETH / USDC)',
|
|
1082
1317
|
shortLabel: 'ETH/USDC',
|
|
1083
1318
|
value: FluidArbitrumVersion.FLUID_ETH_USDC_1_ARB,
|
|
1084
1319
|
url: 'eth-usdc-1-arb',
|
|
@@ -1097,7 +1332,7 @@ export const FLUID_ETH_USDT_2_ARB = (networkId: NetworkNumber = NetworkNumber.Et
|
|
|
1097
1332
|
type: FluidVaultType.T1,
|
|
1098
1333
|
id: 2,
|
|
1099
1334
|
chainIds: [NetworkNumber.Arb],
|
|
1100
|
-
label: 'ETH / USDT
|
|
1335
|
+
label: '#2 (ETH / USDT)',
|
|
1101
1336
|
shortLabel: 'ETH/USDT',
|
|
1102
1337
|
value: FluidArbitrumVersion.FLUID_ETH_USDT_2_ARB,
|
|
1103
1338
|
url: 'eth-usdt-2-arb',
|
|
@@ -1116,7 +1351,7 @@ export const FLUID_WSTETH_USDC_3_ARB = (networkId: NetworkNumber = NetworkNumber
|
|
|
1116
1351
|
type: FluidVaultType.T1,
|
|
1117
1352
|
id: 3,
|
|
1118
1353
|
chainIds: [NetworkNumber.Arb],
|
|
1119
|
-
label: 'wstETH / USDC
|
|
1354
|
+
label: '#3 (wstETH / USDC)',
|
|
1120
1355
|
shortLabel: 'wstETH/USDC',
|
|
1121
1356
|
value: FluidArbitrumVersion.FLUID_WSTETH_USDC_3_ARB,
|
|
1122
1357
|
url: 'wsteth-usdc-3-arb',
|
|
@@ -1135,7 +1370,7 @@ export const FLUID_WSTETH_USDT_4_ARB = (networkId: NetworkNumber = NetworkNumber
|
|
|
1135
1370
|
type: FluidVaultType.T1,
|
|
1136
1371
|
id: 4,
|
|
1137
1372
|
chainIds: [NetworkNumber.Arb],
|
|
1138
|
-
label: 'wstETH / USDT
|
|
1373
|
+
label: '#4 (wstETH / USDT)',
|
|
1139
1374
|
shortLabel: 'wstETH/USDT',
|
|
1140
1375
|
value: FluidArbitrumVersion.FLUID_WSTETH_USDT_4_ARB,
|
|
1141
1376
|
url: 'wsteth-usdt-4-arb',
|
|
@@ -1154,7 +1389,7 @@ export const FLUID_WSTETH_ETH_5_ARB = (networkId: NetworkNumber = NetworkNumber.
|
|
|
1154
1389
|
type: FluidVaultType.T1,
|
|
1155
1390
|
id: 5,
|
|
1156
1391
|
chainIds: [NetworkNumber.Arb],
|
|
1157
|
-
label: 'wstETH / ETH
|
|
1392
|
+
label: '#5 (wstETH / ETH)',
|
|
1158
1393
|
shortLabel: 'wstETH/ETH',
|
|
1159
1394
|
value: FluidArbitrumVersion.FLUID_WSTETH_ETH_5_ARB,
|
|
1160
1395
|
url: 'wsteth-eth-5-arb',
|
|
@@ -1173,7 +1408,7 @@ export const FLUID_WEETH_WSTETH_6_ARB = (networkId: NetworkNumber = NetworkNumbe
|
|
|
1173
1408
|
type: FluidVaultType.T1,
|
|
1174
1409
|
id: 6,
|
|
1175
1410
|
chainIds: [NetworkNumber.Arb],
|
|
1176
|
-
label: 'weETH / wstETH
|
|
1411
|
+
label: '#6 (weETH / wstETH)',
|
|
1177
1412
|
shortLabel: 'weETH/wstETH',
|
|
1178
1413
|
value: FluidArbitrumVersion.FLUID_WEETH_WSTETH_6_ARB,
|
|
1179
1414
|
url: 'weeth-wsteth-6-arb',
|
|
@@ -1192,7 +1427,7 @@ export const FLUID_WEETH_USDC_7_ARB = (networkId: NetworkNumber = NetworkNumber.
|
|
|
1192
1427
|
type: FluidVaultType.T1,
|
|
1193
1428
|
id: 7,
|
|
1194
1429
|
chainIds: [NetworkNumber.Arb],
|
|
1195
|
-
label: 'weETH / USDC
|
|
1430
|
+
label: '#7 (weETH / USDC)',
|
|
1196
1431
|
shortLabel: 'weETH/USDC',
|
|
1197
1432
|
value: FluidArbitrumVersion.FLUID_WEETH_USDC_7_ARB,
|
|
1198
1433
|
url: 'weeth-usdc-7-arb',
|
|
@@ -1211,7 +1446,7 @@ export const FLUID_WEETH_USDT_8_ARB = (networkId: NetworkNumber = NetworkNumber.
|
|
|
1211
1446
|
type: FluidVaultType.T1,
|
|
1212
1447
|
id: 8,
|
|
1213
1448
|
chainIds: [NetworkNumber.Arb],
|
|
1214
|
-
label: 'weETH / USDT
|
|
1449
|
+
label: '#8 (weETH / USDT)',
|
|
1215
1450
|
shortLabel: 'weETH/USDT',
|
|
1216
1451
|
value: FluidArbitrumVersion.FLUID_WEETH_USDT_8_ARB,
|
|
1217
1452
|
url: 'weeth-usdt-8-arb',
|
|
@@ -1230,7 +1465,7 @@ export const FLUID_ETH_ARB_9_ARB = (networkId: NetworkNumber = NetworkNumber.Eth
|
|
|
1230
1465
|
type: FluidVaultType.T1,
|
|
1231
1466
|
id: 9,
|
|
1232
1467
|
chainIds: [NetworkNumber.Arb],
|
|
1233
|
-
label: 'ETH / ARB
|
|
1468
|
+
label: '#9 (ETH / ARB)',
|
|
1234
1469
|
shortLabel: 'ETH/ARB',
|
|
1235
1470
|
value: FluidArbitrumVersion.FLUID_ETH_ARB_9_ARB,
|
|
1236
1471
|
url: 'eth-arb-9-arb',
|
|
@@ -1249,7 +1484,7 @@ export const FLUID_ARB_USDC_10_ARB = (networkId: NetworkNumber = NetworkNumber.E
|
|
|
1249
1484
|
type: FluidVaultType.T1,
|
|
1250
1485
|
id: 10,
|
|
1251
1486
|
chainIds: [NetworkNumber.Arb],
|
|
1252
|
-
label: 'ARB / USDC
|
|
1487
|
+
label: '#10 (ARB / USDC)',
|
|
1253
1488
|
shortLabel: 'ARB/USDC',
|
|
1254
1489
|
value: FluidArbitrumVersion.FLUID_ARB_USDC_10_ARB,
|
|
1255
1490
|
url: 'arb-usdc-10-arb',
|
|
@@ -1268,7 +1503,7 @@ export const FLUID_ARB_USDT_11_ARB = (networkId: NetworkNumber = NetworkNumber.E
|
|
|
1268
1503
|
type: FluidVaultType.T1,
|
|
1269
1504
|
id: 11,
|
|
1270
1505
|
chainIds: [NetworkNumber.Arb],
|
|
1271
|
-
label: 'ARB / USDT
|
|
1506
|
+
label: '#11 (ARB / USDT)',
|
|
1272
1507
|
shortLabel: 'ARB/USDT',
|
|
1273
1508
|
value: FluidArbitrumVersion.FLUID_ARB_USDT_11_ARB,
|
|
1274
1509
|
url: 'arb-usdt-11-arb',
|
|
@@ -1287,7 +1522,7 @@ export const FLUID_WBTC_USDC_12_ARB = (networkId: NetworkNumber = NetworkNumber.
|
|
|
1287
1522
|
type: FluidVaultType.T1,
|
|
1288
1523
|
id: 12,
|
|
1289
1524
|
chainIds: [NetworkNumber.Arb],
|
|
1290
|
-
label: 'WBTC / USDC
|
|
1525
|
+
label: '#12 (WBTC / USDC)',
|
|
1291
1526
|
shortLabel: 'WBTC/USDC',
|
|
1292
1527
|
value: FluidArbitrumVersion.FLUID_WBTC_USDC_12_ARB,
|
|
1293
1528
|
url: 'wbtc_usdc_12_arb',
|
|
@@ -1306,7 +1541,7 @@ export const FLUID_WBTC_USDT_13_ARB = (networkId: NetworkNumber = NetworkNumber.
|
|
|
1306
1541
|
type: FluidVaultType.T1,
|
|
1307
1542
|
id: 13,
|
|
1308
1543
|
chainIds: [NetworkNumber.Arb],
|
|
1309
|
-
label: 'WBTC / USDT
|
|
1544
|
+
label: '#13 (WBTC / USDT)',
|
|
1310
1545
|
shortLabel: 'WBTC/USDT',
|
|
1311
1546
|
value: FluidArbitrumVersion.FLUID_WBTC_USDT_13_ARB,
|
|
1312
1547
|
url: 'wbtc_usdc_13_arb',
|
|
@@ -1325,8 +1560,8 @@ export const FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB = (networkId: NetworkNumber = Ne
|
|
|
1325
1560
|
type: FluidVaultType.T4,
|
|
1326
1561
|
id: 16,
|
|
1327
1562
|
chainIds: [NetworkNumber.Arb],
|
|
1328
|
-
label: 'wstETH / ETH
|
|
1329
|
-
shortLabel: 'wstETH/ETH',
|
|
1563
|
+
label: '#16 (wstETH-ETH / wstETH-ETH)',
|
|
1564
|
+
shortLabel: 'wstETH-ETH/wstETH-ETH',
|
|
1330
1565
|
value: FluidArbitrumVersion.FLUID_WSTETH_ETH_WSTETH_ETH_16_ARB,
|
|
1331
1566
|
url: 'wsteth-eth-wsteth-eth-16-arb',
|
|
1332
1567
|
marketAddress: '0xeAEf563015634a9d0EE6CF1357A3b205C35e028D',
|
|
@@ -1346,8 +1581,8 @@ export const FLUID_WEETH_ETH_WSTETH_17_ARB = (networkId: NetworkNumber = Network
|
|
|
1346
1581
|
type: FluidVaultType.T2,
|
|
1347
1582
|
id: 17,
|
|
1348
1583
|
chainIds: [NetworkNumber.Arb],
|
|
1349
|
-
label: 'weETH /
|
|
1350
|
-
shortLabel: 'weETH/
|
|
1584
|
+
label: '#17 (weETH-ETH / wstETH)',
|
|
1585
|
+
shortLabel: 'weETH-ETH/wstETH',
|
|
1351
1586
|
value: FluidArbitrumVersion.FLUID_WEETH_ETH_WSTETH_17_ARB,
|
|
1352
1587
|
url: 'weeth-eth-wsteth-17-arb',
|
|
1353
1588
|
marketAddress: '0x3996464c0fCCa8183e13ea5E5e74375e2c8744Dd',
|
|
@@ -1366,7 +1601,7 @@ export const FLUID_WBTC_ETH_18_ARB = (networkId: NetworkNumber = NetworkNumber.E
|
|
|
1366
1601
|
type: FluidVaultType.T1,
|
|
1367
1602
|
id: 18,
|
|
1368
1603
|
chainIds: [NetworkNumber.Arb],
|
|
1369
|
-
label: 'WBTC / ETH
|
|
1604
|
+
label: '#18 (WBTC / ETH)',
|
|
1370
1605
|
shortLabel: 'WBTC/ETH',
|
|
1371
1606
|
value: FluidArbitrumVersion.FLUID_WBTC_ETH_18_ARB,
|
|
1372
1607
|
url: 'wbtc_eth_18_arb',
|
|
@@ -1385,7 +1620,7 @@ export const FLUID_ETH_WBTC_19_ARB = (networkId: NetworkNumber = NetworkNumber.E
|
|
|
1385
1620
|
type: FluidVaultType.T1,
|
|
1386
1621
|
id: 19,
|
|
1387
1622
|
chainIds: [NetworkNumber.Arb],
|
|
1388
|
-
label: 'ETH / WBTC
|
|
1623
|
+
label: '#19 (ETH / WBTC)',
|
|
1389
1624
|
shortLabel: 'ETH/WBTC',
|
|
1390
1625
|
value: FluidArbitrumVersion.FLUID_ETH_WBTC_19_ARB,
|
|
1391
1626
|
url: 'eth_wbtc_19_arb',
|
|
@@ -1404,7 +1639,7 @@ export const FLUID_WSTETH_WBTC_20_ARB = (networkId: NetworkNumber = NetworkNumbe
|
|
|
1404
1639
|
type: FluidVaultType.T1,
|
|
1405
1640
|
id: 20,
|
|
1406
1641
|
chainIds: [NetworkNumber.Arb],
|
|
1407
|
-
label: 'wstETH / WBTC
|
|
1642
|
+
label: '#20 (wstETH / WBTC)',
|
|
1408
1643
|
shortLabel: 'wstETH/WBTC',
|
|
1409
1644
|
value: FluidArbitrumVersion.FLUID_WSTETH_WBTC_20_ARB,
|
|
1410
1645
|
url: 'wsteth_wbtc_20_arb',
|
|
@@ -1423,7 +1658,7 @@ export const FLUID_WEETH_WBTC_21_ARB = (networkId: NetworkNumber = NetworkNumber
|
|
|
1423
1658
|
type: FluidVaultType.T1,
|
|
1424
1659
|
id: 21,
|
|
1425
1660
|
chainIds: [NetworkNumber.Arb],
|
|
1426
|
-
label: 'weETH / WBTC
|
|
1661
|
+
label: '#21 (weETH / WBTC)',
|
|
1427
1662
|
shortLabel: 'weETH/WBTC',
|
|
1428
1663
|
value: FluidArbitrumVersion.FLUID_WEETH_WBTC_21_ARB,
|
|
1429
1664
|
url: 'weeth_wbtc_21_arb',
|
|
@@ -1442,8 +1677,8 @@ export const FLUID_USDC_ETH_USDC_ETH_22_ARB = (networkId: NetworkNumber = Networ
|
|
|
1442
1677
|
type: FluidVaultType.T4,
|
|
1443
1678
|
id: 22,
|
|
1444
1679
|
chainIds: [NetworkNumber.Arb],
|
|
1445
|
-
label: '
|
|
1446
|
-
shortLabel: '
|
|
1680
|
+
label: '#22 (USDC-ETH / USDC-ETH)',
|
|
1681
|
+
shortLabel: 'USDC-ETH/USDC-ETH',
|
|
1447
1682
|
value: FluidArbitrumVersion.FLUID_USDC_ETH_USDC_ETH_22_ARB,
|
|
1448
1683
|
url: 'usdc_eth_usdc_eth_22_arb',
|
|
1449
1684
|
marketAddress: '0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40',
|
|
@@ -1463,7 +1698,7 @@ export const FLUID_ETH_USDC_USDT_23_ARB = (networkId: NetworkNumber = NetworkNum
|
|
|
1463
1698
|
type: FluidVaultType.T3,
|
|
1464
1699
|
id: 23,
|
|
1465
1700
|
chainIds: [NetworkNumber.Arb],
|
|
1466
|
-
label: 'ETH / USDC-USDT
|
|
1701
|
+
label: '#23 (ETH / USDC-USDT)',
|
|
1467
1702
|
shortLabel: 'ETH/USDC-USDT',
|
|
1468
1703
|
value: FluidArbitrumVersion.FLUID_ETH_USDC_USDT_23_ARB,
|
|
1469
1704
|
url: 'eth_usdc_usdt_23_arb',
|
|
@@ -1480,12 +1715,12 @@ export const FLUID_WSTETH_USDC_USDT_24_ARB = (networkId: NetworkNumber = Network
|
|
|
1480
1715
|
wstETHBased: true,
|
|
1481
1716
|
ethBased: true,
|
|
1482
1717
|
type: FluidVaultType.T3,
|
|
1483
|
-
id:
|
|
1718
|
+
id: 24,
|
|
1484
1719
|
chainIds: [NetworkNumber.Arb],
|
|
1485
|
-
label: 'wstETH / USDC-USDT
|
|
1720
|
+
label: '#24 (wstETH / USDC-USDT)',
|
|
1486
1721
|
shortLabel: 'wstETH/USDC-USDT',
|
|
1487
1722
|
value: FluidArbitrumVersion.FLUID_WSTETH_USDC_USDT_24_ARB,
|
|
1488
|
-
url: '
|
|
1723
|
+
url: 'wsteth_usdc_usdt_24_arb',
|
|
1489
1724
|
marketAddress: '0x991416539E9DA46db233bCcbaEA38C4f852776D4',
|
|
1490
1725
|
hasSmartCollateral: false,
|
|
1491
1726
|
hasSmartDebt: true,
|
|
@@ -1501,7 +1736,7 @@ export const FLUID_WEETH_USDC_USDT_25_ARB = (networkId: NetworkNumber = NetworkN
|
|
|
1501
1736
|
type: FluidVaultType.T3,
|
|
1502
1737
|
id: 25,
|
|
1503
1738
|
chainIds: [NetworkNumber.Arb],
|
|
1504
|
-
label: 'weETH / USDC-USDT
|
|
1739
|
+
label: '#25 (weETH / USDC-USDT)',
|
|
1505
1740
|
shortLabel: 'weETH/USDC-USDT',
|
|
1506
1741
|
value: FluidArbitrumVersion.FLUID_WEETH_USDC_USDT_25_ARB,
|
|
1507
1742
|
url: 'weeth_usdc_usdt_25_arb',
|
|
@@ -1521,7 +1756,7 @@ export const FLUID_WBTC_USDC_USDT_26_ARB = (networkId: NetworkNumber = NetworkNu
|
|
|
1521
1756
|
type: FluidVaultType.T3,
|
|
1522
1757
|
id: 26,
|
|
1523
1758
|
chainIds: [NetworkNumber.Arb],
|
|
1524
|
-
label: 'WBTC / USDC-USDT
|
|
1759
|
+
label: '#26 (WBTC / USDC-USDT)',
|
|
1525
1760
|
shortLabel: 'WBTC/USDC-USDT',
|
|
1526
1761
|
value: FluidArbitrumVersion.FLUID_WBTC_USDC_USDT_26_ARB,
|
|
1527
1762
|
url: 'wbtc_usdc_usdt_26_arb',
|
|
@@ -1533,6 +1768,26 @@ export const FLUID_WBTC_USDC_USDT_26_ARB = (networkId: NetworkNumber = NetworkNu
|
|
|
1533
1768
|
debtAsset1: 'USDT',
|
|
1534
1769
|
});
|
|
1535
1770
|
|
|
1771
|
+
export const FLUID_SUSDS_USDC_USDT_30_ARB = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1772
|
+
stableBased: true,
|
|
1773
|
+
btcBased: false,
|
|
1774
|
+
wstETHBased: false,
|
|
1775
|
+
ethBased: false,
|
|
1776
|
+
type: FluidVaultType.T3,
|
|
1777
|
+
id: 30,
|
|
1778
|
+
chainIds: [NetworkNumber.Arb],
|
|
1779
|
+
label: '#30 (sUSDS / USDC-USDT)',
|
|
1780
|
+
shortLabel: 'sUSDS/USDC-USDT',
|
|
1781
|
+
value: FluidArbitrumVersion.FLUID_SUSDS_USDC_USDT_30_ARB,
|
|
1782
|
+
url: 'susds_usdc_usdt_30_arb',
|
|
1783
|
+
marketAddress: '',
|
|
1784
|
+
hasSmartCollateral: false,
|
|
1785
|
+
hasSmartDebt: true,
|
|
1786
|
+
collateralAsset0: 'sUSDS',
|
|
1787
|
+
debtAsset0: 'USDC',
|
|
1788
|
+
debtAsset1: 'USDT',
|
|
1789
|
+
});
|
|
1790
|
+
|
|
1536
1791
|
export const FLUID_ETH_USDC_1_BASE = (networkId: NetworkNumber = NetworkNumber.Eth): FluidMarketInfo => ({
|
|
1537
1792
|
stableBased: true,
|
|
1538
1793
|
btcBased: false,
|
|
@@ -1949,6 +2204,19 @@ export const FluidMarkets = (networkId: NetworkNumber) => ({
|
|
|
1949
2204
|
[FluidMainnetVersion.FLUID_SUSDE_USDT_USDT_92]: FLUID_SUSDE_USDT_USDT_92(networkId),
|
|
1950
2205
|
[FluidMainnetVersion.FLUID_USDE_USDT_USDT_93]: FLUID_USDE_USDT_USDT_93(networkId),
|
|
1951
2206
|
[FluidMainnetVersion.FLUID_LBTC_CBBTC_WBTC_97]: FLUID_LBTC_CBBTC_WBTC_97(networkId),
|
|
2207
|
+
[FluidMainnetVersion.FLUID_SUSDE_USDT_USDC_USDT_98]: FLUID_SUSDE_USDT_USDC_USDT_98(networkId),
|
|
2208
|
+
[FluidMainnetVersion.FLUID_USDE_USDT_USDC_USDT_99]: FLUID_USDE_USDT_USDC_USDT_99(networkId),
|
|
2209
|
+
[FluidMainnetVersion.FLUID_USDC_ETH_100]: FLUID_USDC_ETH_100(networkId),
|
|
2210
|
+
[FluidMainnetVersion.FLUID_USDC_WBTC_101]: FLUID_USDC_WBTC_101(networkId),
|
|
2211
|
+
[FluidMainnetVersion.FLUID_USDC_CBBTC_102]: FLUID_USDC_CBBTC_102(networkId),
|
|
2212
|
+
[FluidMainnetVersion.FLUID_EZETH_WSTETH_103]: FLUID_EZETH_WSTETH_103(networkId),
|
|
2213
|
+
[FluidMainnetVersion.FLUID_EZETH_ETH_WSTETH_104]: FLUID_EZETH_ETH_WSTETH_104(networkId),
|
|
2214
|
+
[FluidMainnetVersion.FLUID_LBTC_USDC_107]: FLUID_LBTC_USDC_107(networkId),
|
|
2215
|
+
[FluidMainnetVersion.FLUID_LBTC_USDT_108]: FLUID_LBTC_USDT_108(networkId),
|
|
2216
|
+
[FluidMainnetVersion.FLUID_LBTC_GHO_109]: FLUID_LBTC_GHO_109(networkId),
|
|
2217
|
+
[FluidMainnetVersion.FLUID_LBTC_CBBTC_CBBTC_114]: FLUID_LBTC_CBBTC_CBBTC_114(networkId),
|
|
2218
|
+
[FluidMainnetVersion.FLUID_WBTC_LBTC_WBTC_115]: FLUID_WBTC_LBTC_WBTC_115(networkId),
|
|
2219
|
+
|
|
1952
2220
|
|
|
1953
2221
|
// arbitrum
|
|
1954
2222
|
[FluidArbitrumVersion.FLUID_ETH_USDC_1_ARB]: FLUID_ETH_USDC_1_ARB(networkId),
|
|
@@ -1975,6 +2243,7 @@ export const FluidMarkets = (networkId: NetworkNumber) => ({
|
|
|
1975
2243
|
[FluidArbitrumVersion.FLUID_WSTETH_USDC_USDT_24_ARB]: FLUID_WSTETH_USDC_USDT_24_ARB(networkId),
|
|
1976
2244
|
[FluidArbitrumVersion.FLUID_WEETH_USDC_USDT_25_ARB]: FLUID_WEETH_USDC_USDT_25_ARB(networkId),
|
|
1977
2245
|
[FluidArbitrumVersion.FLUID_WBTC_USDC_USDT_26_ARB]: FLUID_WBTC_USDC_USDT_26_ARB(networkId),
|
|
2246
|
+
[FluidArbitrumVersion.FLUID_SUSDS_USDC_USDT_30_ARB]: FLUID_SUSDS_USDC_USDT_30_ARB(networkId),
|
|
1978
2247
|
|
|
1979
2248
|
// base
|
|
1980
2249
|
[FluidBaseVersions.FLUID_ETH_USDC_1_BASE]: FLUID_ETH_USDC_1_BASE(networkId),
|