@nexusmutual/sdk 0.4.4 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -155,7 +155,6 @@ __export(constants_exports, {
155
155
 
156
156
  // src/constants/products.ts
157
157
  var ProductCategoryEnum = /* @__PURE__ */ ((ProductCategoryEnum2) => {
158
- ProductCategoryEnum2["All"] = "all";
159
158
  ProductCategoryEnum2["Lending"] = "lending";
160
159
  ProductCategoryEnum2["Dex"] = "dex";
161
160
  ProductCategoryEnum2["LiquidRestaking"] = "liquid-restaking";
@@ -163,18 +162,18 @@ var ProductCategoryEnum = /* @__PURE__ */ ((ProductCategoryEnum2) => {
163
162
  ProductCategoryEnum2["Perpetuals"] = "perpetuals";
164
163
  ProductCategoryEnum2["SmartWallet"] = "smart-wallet";
165
164
  ProductCategoryEnum2["ETHStaking"] = "eth-staking";
165
+ ProductCategoryEnum2["Uncategorized"] = "uncategorized";
166
166
  return ProductCategoryEnum2;
167
167
  })(ProductCategoryEnum || {});
168
168
  var categoryLabelByEnum = {
169
- ["all" /* All */]: "All categories",
170
169
  ["lending" /* Lending */]: "Lending",
171
170
  ["dex" /* Dex */]: "DEX",
172
171
  ["liquid-restaking" /* LiquidRestaking */]: "Liquid Restaking",
173
172
  ["yield-optimizer" /* YieldOptimizer */]: "Yield Optimizer",
174
173
  ["perpetuals" /* Perpetuals */]: "Perpetuals",
175
174
  ["smart-wallet" /* SmartWallet */]: "Smart Wallet",
176
- ["eth-staking" /* ETHStaking */]: "ETH Staking"
177
- // [ProductCategoryEnum.Uncategorized]: 'Uncategorized',
175
+ ["eth-staking" /* ETHStaking */]: "ETH Staking",
176
+ ["uncategorized" /* Uncategorized */]: "Uncategorized"
178
177
  };
179
178
  var productCategoryMap = {
180
179
  1: "dex" /* Dex */,
@@ -185,98 +184,136 @@ var productCategoryMap = {
185
184
  // Abracadabra v1
186
185
  4: "yield-optimizer" /* YieldOptimizer */,
187
186
  // Alchemix v2
188
- // 5: ProductCategoryEnum.Uncategorized, // Anchor
187
+ 5: "uncategorized" /* Uncategorized */,
188
+ // Anchor
189
189
  6: "lending" /* Lending */,
190
190
  // Angle v1
191
191
  7: "smart-wallet" /* SmartWallet */,
192
192
  // Argent
193
193
  8: "yield-optimizer" /* YieldOptimizer */,
194
194
  // Aura v1
195
- // 9: ProductCategoryEnum.Uncategorized, // Babylon Finance
196
- // 10: ProductCategoryEnum.Uncategorized, // BadgerDAO v1
195
+ 9: "uncategorized" /* Uncategorized */,
196
+ // Babylon Finance
197
+ 10: "uncategorized" /* Uncategorized */,
198
+ // BadgerDAO v1
197
199
  11: "dex" /* Dex */,
198
200
  // Balancer v2
199
- // 12: ProductCategoryEnum.Uncategorized, // Bancor v2
200
- // 13: ProductCategoryEnum.Uncategorized, // Bancor v3
201
+ 12: "uncategorized" /* Uncategorized */,
202
+ // Bancor v2
203
+ 13: "uncategorized" /* Uncategorized */,
204
+ // Bancor v3
201
205
  14: "yield-optimizer" /* YieldOptimizer */,
202
206
  // Beefy v2
203
- // 15: ProductCategoryEnum.Uncategorized, // Binance
204
- // 16: ProductCategoryEnum.Uncategorized, // BlockFi
205
- // 17: ProductCategoryEnum.Uncategorized, // Bundle: Gelt + mStable + Aave v2
206
- // 18: ProductCategoryEnum.Uncategorized, // Centrifuge Tinlake
207
- // 19: ProductCategoryEnum.Uncategorized, // Coinbase
207
+ 15: "uncategorized" /* Uncategorized */,
208
+ // Binance
209
+ 16: "uncategorized" /* Uncategorized */,
210
+ // BlockFi
211
+ 17: "uncategorized" /* Uncategorized */,
212
+ // Bundle: Gelt + mStable + Aave v2
213
+ 18: "uncategorized" /* Uncategorized */,
214
+ // Centrifuge Tinlake
215
+ 19: "uncategorized" /* Uncategorized */,
216
+ // Coinbase
208
217
  20: "lending" /* Lending */,
209
218
  // Compound v2
210
- // 21: ProductCategoryEnum.Uncategorized, // Convex 3CRV (cvx3CRV)
219
+ 21: "uncategorized" /* Uncategorized */,
220
+ // Convex 3CRV (cvx3CRV)
211
221
  22: "yield-optimizer" /* YieldOptimizer */,
212
222
  // Convex Finance v1
213
- // 23: ProductCategoryEnum.Uncategorized, // Convex stethCrv (cvxstethCrv)
214
- // 24: ProductCategoryEnum.Uncategorized, // Crypto.com
215
- // 25: ProductCategoryEnum.Uncategorized, // Curve 3pool LP (3Crv)
223
+ 23: "uncategorized" /* Uncategorized */,
224
+ // Convex stethCrv (cvxstethCrv)
225
+ 24: "uncategorized" /* Uncategorized */,
226
+ // Crypto.com
227
+ 25: "uncategorized" /* Uncategorized */,
228
+ // Curve 3pool LP (3Crv)
216
229
  26: "dex" /* Dex */,
217
230
  // Curve All Pools (incl staking)
218
- // 27: ProductCategoryEnum.Uncategorized, // Curve sETH LP (eCrv)
231
+ 27: "uncategorized" /* Uncategorized */,
232
+ // Curve sETH LP (eCrv)
219
233
  28: "perpetuals" /* Perpetuals */,
220
234
  // dydx Perpetual
221
- // 29: ProductCategoryEnum.Uncategorized, // Ease v1
222
- // 30: ProductCategoryEnum.Uncategorized, // Enzyme v3
235
+ 29: "uncategorized" /* Uncategorized */,
236
+ // Ease v1
237
+ 30: "uncategorized" /* Uncategorized */,
238
+ // Enzyme v3
223
239
  31: "yield-optimizer" /* YieldOptimizer */,
224
240
  // Enzyme v4
225
- // 32: ProductCategoryEnum.Uncategorized, // Eth 2.0 (deposit contract)
226
- // 33: ProductCategoryEnum.Uncategorized, // Euler
241
+ 32: "uncategorized" /* Uncategorized */,
242
+ // Eth 2.0 (deposit contract)
243
+ 33: "uncategorized" /* Uncategorized */,
244
+ // Euler
227
245
  34: "perpetuals" /* Perpetuals */,
228
246
  // FODL v1
229
- // 35: ProductCategoryEnum.Uncategorized, // FTX
247
+ 35: "uncategorized" /* Uncategorized */,
248
+ // FTX
230
249
  36: "lending" /* Lending */,
231
250
  // Gearbox v2
232
- // 37: ProductCategoryEnum.Uncategorized, // Gemini
251
+ 37: "uncategorized" /* Uncategorized */,
252
+ // Gemini
233
253
  38: "perpetuals" /* Perpetuals */,
234
254
  // GMX v1
235
255
  39: "lending" /* Lending */,
236
256
  // Goldfinch v1
237
- // 40: ProductCategoryEnum.Uncategorized, // Hodlnaut
238
- // 41: ProductCategoryEnum.Uncategorized, // Kraken
239
- // 42: ProductCategoryEnum.Uncategorized, // Ledn
240
- // 43: ProductCategoryEnum.Uncategorized, // Liquid Collective
257
+ 40: "uncategorized" /* Uncategorized */,
258
+ // Hodlnaut
259
+ 41: "uncategorized" /* Uncategorized */,
260
+ // Kraken
261
+ 42: "uncategorized" /* Uncategorized */,
262
+ // Ledn
263
+ 43: "uncategorized" /* Uncategorized */,
264
+ // Liquid Collective
241
265
  44: "lending" /* Lending */,
242
266
  // Liquity v1
243
267
  45: "lending" /* Lending */,
244
268
  // MakerDAO CDP
245
- // 46: ProductCategoryEnum.Uncategorized, // mStable
246
- // 47: ProductCategoryEnum.Uncategorized, // Nested v1
247
- // 48: ProductCategoryEnum.Uncategorized, // Nexo
269
+ 46: "uncategorized" /* Uncategorized */,
270
+ // mStable
271
+ 47: "uncategorized" /* Uncategorized */,
272
+ // Nested v1
273
+ 48: "uncategorized" /* Uncategorized */,
274
+ // Nexo
248
275
  49: "lending" /* Lending */,
249
276
  // Notional Finance v2
250
- // 50: ProductCategoryEnum.Uncategorized, // OlympusDAO
277
+ 50: "uncategorized" /* Uncategorized */,
278
+ // OlympusDAO
251
279
  51: "perpetuals" /* Perpetuals */,
252
280
  // Opyn v2
253
- // 52: ProductCategoryEnum.Uncategorized, // Origin OUSD
281
+ 52: "uncategorized" /* Uncategorized */,
282
+ // Origin OUSD
254
283
  53: "dex" /* Dex */,
255
284
  // Pangolin v1
256
285
  54: "perpetuals" /* Perpetuals */,
257
286
  // Perpetual Protocol v2
258
- // 55: ProductCategoryEnum.Uncategorized, // Pool Together v4
259
- // 56: ProductCategoryEnum.Uncategorized, // Premia Finance
260
- // 57: ProductCategoryEnum.Uncategorized, // Rari Capital
287
+ 55: "uncategorized" /* Uncategorized */,
288
+ // Pool Together v4
289
+ 56: "uncategorized" /* Uncategorized */,
290
+ // Premia Finance
291
+ 57: "uncategorized" /* Uncategorized */,
292
+ // Rari Capital
261
293
  58: "lending" /* Lending */,
262
294
  // Reflexer v1
263
295
  59: "perpetuals" /* Perpetuals */,
264
296
  // Aevo
265
297
  60: "smart-wallet" /* SmartWallet */,
266
298
  // Safe (formerly Gnosis Safe)
267
- // 61: ProductCategoryEnum.Uncategorized, // Set Protocol
299
+ 61: "uncategorized" /* Uncategorized */,
300
+ // Set Protocol
268
301
  62: "yield-optimizer" /* YieldOptimizer */,
269
302
  // Set Protocol v2
270
- // 63: ProductCategoryEnum.Uncategorized, // Stakewise(?)
303
+ 63: "uncategorized" /* Uncategorized */,
304
+ // Stakewise(?)
271
305
  64: "yield-optimizer" /* YieldOptimizer */,
272
306
  // Stake DAO v1
273
- // 65: ProductCategoryEnum.Uncategorized, // Stakewise 3rd party (3 ETH/validator)
274
- // 66: ProductCategoryEnum.Uncategorized, // Stakewise operated (3 ETH/validator)
307
+ 65: "uncategorized" /* Uncategorized */,
308
+ // Stakewise 3rd party (3 ETH/validator)
309
+ 66: "uncategorized" /* Uncategorized */,
310
+ // Stakewise operated (3 ETH/validator)
275
311
  67: "dex" /* Dex */,
276
312
  // SushiSwap v1
277
313
  68: "perpetuals" /* Perpetuals */,
278
314
  // Synthetix
279
- // 69: ProductCategoryEnum.Uncategorized, // THORChain (Thorchain Network)
315
+ 69: "uncategorized" /* Uncategorized */,
316
+ // THORChain (Thorchain Network)
280
317
  70: "dex" /* Dex */,
281
318
  // Trader Joe v2.1
282
319
  71: "dex" /* Dex */,
@@ -289,29 +326,44 @@ var productCategoryMap = {
289
326
  // Vesper v3
290
327
  75: "yield-optimizer" /* YieldOptimizer */,
291
328
  // Yearn Finance v2 (all vaults)
292
- // 76: ProductCategoryEnum.Uncategorized, // Yearn yvUSDC v2
329
+ 76: "uncategorized" /* Uncategorized */,
330
+ // Yearn yvUSDC v2
293
331
  77: "lending" /* Lending */,
294
332
  // Yeti Finance v1
295
- // 78: ProductCategoryEnum.Uncategorized, // Yield App
333
+ 78: "uncategorized" /* Uncategorized */,
334
+ // Yield App
296
335
  79: "yield-optimizer" /* YieldOptimizer */,
297
336
  // Alpaca Finance v1
298
337
  80: "lending" /* Lending */,
299
338
  // WeFi v1
300
339
  81: "lending" /* Lending */,
301
340
  // Exactly
302
- // 82: ProductCategoryEnum.Uncategorized, // EtherFi 5ETH
303
- // 83: ProductCategoryEnum.Uncategorized, // Squeeth by Opyn (Sherlock)
304
- // 84: ProductCategoryEnum.Uncategorized, // Rage Trade (Sherlock)
305
- // 85: ProductCategoryEnum.Uncategorized, // Sentiment (Sherlock)
306
- // 86: ProductCategoryEnum.Uncategorized, // Lyra Newport (Sherlock)
307
- // 87: ProductCategoryEnum.Uncategorized, // Perennial (Sherlock)
308
- // 88: ProductCategoryEnum.Uncategorized, // LiquiFi (Sherlock)
309
- // 89: ProductCategoryEnum.Uncategorized, // Lyra Avalon (Sherlock)
310
- // 90: ProductCategoryEnum.Uncategorized, // Buffer Finance (Sherlock)
311
- // 91: ProductCategoryEnum.Uncategorized, // Hook (Sherlock)
312
- // 92: ProductCategoryEnum.Uncategorized, // Holyheld (Sherlock)
313
- // 93: ProductCategoryEnum.Uncategorized, // Union Finance (Sherlock)
314
- // 94: ProductCategoryEnum.Uncategorized, // OpenQ (Sherlock)
341
+ 82: "uncategorized" /* Uncategorized */,
342
+ // EtherFi 5ETH
343
+ 83: "uncategorized" /* Uncategorized */,
344
+ // Squeeth by Opyn (Sherlock)
345
+ 84: "uncategorized" /* Uncategorized */,
346
+ // Rage Trade (Sherlock)
347
+ 85: "uncategorized" /* Uncategorized */,
348
+ // Sentiment (Sherlock)
349
+ 86: "uncategorized" /* Uncategorized */,
350
+ // Lyra Newport (Sherlock)
351
+ 87: "uncategorized" /* Uncategorized */,
352
+ // Perennial (Sherlock)
353
+ 88: "uncategorized" /* Uncategorized */,
354
+ // LiquiFi (Sherlock)
355
+ 89: "uncategorized" /* Uncategorized */,
356
+ // Lyra Avalon (Sherlock)
357
+ 90: "uncategorized" /* Uncategorized */,
358
+ // Buffer Finance (Sherlock)
359
+ 91: "uncategorized" /* Uncategorized */,
360
+ // Hook (Sherlock)
361
+ 92: "uncategorized" /* Uncategorized */,
362
+ // Holyheld (Sherlock)
363
+ 93: "uncategorized" /* Uncategorized */,
364
+ // Union Finance (Sherlock)
365
+ 94: "uncategorized" /* Uncategorized */,
366
+ // OpenQ (Sherlock)
315
367
  95: "perpetuals" /* Perpetuals */,
316
368
  // Level Finance v1
317
369
  96: "dex" /* Dex */,
@@ -320,23 +372,36 @@ var productCategoryMap = {
320
372
  // Aave v3
321
373
  98: "yield-optimizer" /* YieldOptimizer */,
322
374
  // Morpho Optimisers v1
323
- // 99: ProductCategoryEnum.Uncategorized, // Chorus One
324
- // 100: ProductCategoryEnum.Uncategorized, // Kiln
325
- // 101: ProductCategoryEnum.Uncategorized, // Vertex (Native Protocol)
326
- // 102: ProductCategoryEnum.Uncategorized, // The Retail Mutual
375
+ 99: "uncategorized" /* Uncategorized */,
376
+ // Chorus One
377
+ 100: "uncategorized" /* Uncategorized */,
378
+ // Kiln
379
+ 101: "uncategorized" /* Uncategorized */,
380
+ // Vertex (Native Protocol)
381
+ 102: "uncategorized" /* Uncategorized */,
382
+ // The Retail Mutual
327
383
  103: "eth-staking" /* ETHStaking */,
328
384
  // Figment
329
- // 104: ProductCategoryEnum.Uncategorized, // Teller (Sherlock)
330
- // 105: ProductCategoryEnum.Uncategorized, // Ajna (Sherlock)
385
+ 104: "uncategorized" /* Uncategorized */,
386
+ // Teller (Sherlock)
387
+ 105: "uncategorized" /* Uncategorized */,
388
+ // Ajna (Sherlock)
331
389
  106: "liquid-restaking" /* LiquidRestaking */,
332
390
  // EigenLayer v1
333
- // 107: ProductCategoryEnum.Uncategorized, // Vox Finance (UnoRe)
334
- // 108: ProductCategoryEnum.Uncategorized, // MahaLend (UnoRe)
335
- // 109: ProductCategoryEnum.Uncategorized, // SELF (UnoRe)
336
- // 110: ProductCategoryEnum.Uncategorized, // Scallop (UnoRe)
337
- // 111: ProductCategoryEnum.Uncategorized, // WeFi (UnoRe)
338
- // 112: ProductCategoryEnum.Uncategorized, // ZkTsunami (UnoRe)
339
- // 113: ProductCategoryEnum.Uncategorized, // Hats Protocol
391
+ 107: "uncategorized" /* Uncategorized */,
392
+ // Vox Finance (UnoRe)
393
+ 108: "uncategorized" /* Uncategorized */,
394
+ // MahaLend (UnoRe)
395
+ 109: "uncategorized" /* Uncategorized */,
396
+ // SELF (UnoRe)
397
+ 110: "uncategorized" /* Uncategorized */,
398
+ // Scallop (UnoRe)
399
+ 111: "uncategorized" /* Uncategorized */,
400
+ // WeFi (UnoRe)
401
+ 112: "uncategorized" /* Uncategorized */,
402
+ // ZkTsunami (UnoRe)
403
+ 113: "uncategorized" /* Uncategorized */,
404
+ // Hats Protocol
340
405
  114: "yield-optimizer" /* YieldOptimizer */,
341
406
  // MakerDAO DSR (sDAI)
342
407
  115: "lending" /* Lending */,
@@ -403,7 +468,8 @@ var productCategoryMap = {
403
468
  // wstETH/USDC Market Morpho Blue
404
469
  150: "yield-optimizer" /* YieldOptimizer */,
405
470
  // EtherFi Liquid
406
- // 151: ProductCategoryEnum.Uncategorized, // Arcadia (Sherlock)
471
+ 151: "uncategorized" /* Uncategorized */,
472
+ // Arcadia (Sherlock)
407
473
  152: "yield-optimizer" /* YieldOptimizer */,
408
474
  // fx Protocol + Curve + Convex
409
475
  153: "liquid-restaking" /* LiquidRestaking */,
@@ -418,15 +484,18 @@ var productCategoryMap = {
418
484
  // Lyra + Synthetix
419
485
  158: "liquid-restaking" /* LiquidRestaking */,
420
486
  // EigenLayer + Renzo
421
- // 159: ProductCategoryEnum.Uncategorized, // Liquid Collective
487
+ 159: "uncategorized" /* Uncategorized */,
488
+ // Liquid Collective
422
489
  160: "liquid-restaking" /* LiquidRestaking */,
423
490
  // Etherfi (Zircuit) Pendle
424
491
  161: "liquid-restaking" /* LiquidRestaking */,
425
492
  // KelpDAO (Zircuit) Pendle
426
493
  162: "liquid-restaking" /* LiquidRestaking */,
427
494
  // Renzo (Zircuit) Pendle
428
- // 163: ProductCategoryEnum.Uncategorized, // Pocket Universe
429
- // 164: ProductCategoryEnum.Uncategorized, // Request Finance
495
+ 163: "uncategorized" /* Uncategorized */,
496
+ // Pocket Universe
497
+ 164: "uncategorized" /* Uncategorized */,
498
+ // Request Finance
430
499
  165: "yield-optimizer" /* YieldOptimizer */,
431
500
  // Etherfi Liquid Market-Neutral USD Vault
432
501
  166: "yield-optimizer" /* YieldOptimizer */,
@@ -469,7 +538,8 @@ var productCategoryMap = {
469
538
  // Instadapp Fluid
470
539
  185: "lending" /* Lending */,
471
540
  // Silo Finance
472
- // 186: ProductCategoryEnum.Uncategorized, // DeltaPrime (UnoRe)
541
+ 186: "uncategorized" /* Uncategorized */,
542
+ // DeltaPrime (UnoRe)
473
543
  187: "yield-optimizer" /* YieldOptimizer */,
474
544
  // Toros Finance Solana Bull 3x
475
545
  188: "yield-optimizer" /* YieldOptimizer */,
@@ -486,8 +556,10 @@ var productCategoryMap = {
486
556
  // Etherfi Liquid Super Symbiotic LRT Vault
487
557
  194: "yield-optimizer" /* YieldOptimizer */,
488
558
  // Toros Finance Andromeda Yield
489
- // 195: ProductCategoryEnum.Uncategorized, // Dialectic Moonphase
490
- // 196: ProductCategoryEnum.Uncategorized, // Dialectic Chronograph
559
+ 195: "uncategorized" /* Uncategorized */,
560
+ // Dialectic Moonphase
561
+ 196: "uncategorized" /* Uncategorized */,
562
+ // Dialectic Chronograph
491
563
  197: "yield-optimizer" /* YieldOptimizer */,
492
564
  // Spectra
493
565
  198: "yield-optimizer" /* YieldOptimizer */,
@@ -530,10 +602,20 @@ var productCategoryMap = {
530
602
  // Credit Guild
531
603
  217: "yield-optimizer" /* YieldOptimizer */,
532
604
  // Reserve
533
- 218: "yield-optimizer" /* YieldOptimizer */
605
+ 218: "yield-optimizer" /* YieldOptimizer */,
534
606
  // Contango
535
- // 219: ProductCategoryEnum.Uncategorized, // Flat Money (deprecated)
536
- // 220: ProductCategoryEnum.Uncategorized, // Flat Money
607
+ 219: "uncategorized" /* Uncategorized */,
608
+ // Flat Money (deprecated)
609
+ 220: "uncategorized" /* Uncategorized */,
610
+ // Flat Money
611
+ 221: "yield-optimizer" /* YieldOptimizer */,
612
+ // Ether.fi Liquid eBTC Bitcoin LRT Vault
613
+ 222: "yield-optimizer" /* YieldOptimizer */,
614
+ // Contango + Compound v3
615
+ 223: "yield-optimizer" /* YieldOptimizer */,
616
+ // Contango + Aave v3
617
+ 224: "yield-optimizer" /* YieldOptimizer */
618
+ // Contango + Morpho Blue
537
619
  };
538
620
 
539
621
  // src/constants/index.ts
@@ -4549,7 +4631,7 @@ var products_default = [
4549
4631
  "USDC"
4550
4632
  ],
4551
4633
  isPrivate: false,
4552
- timestamp: 1722950807
4634
+ timestamp: 1723127459
4553
4635
  },
4554
4636
  {
4555
4637
  id: 220,
@@ -4567,6 +4649,76 @@ var products_default = [
4567
4649
  ],
4568
4650
  isPrivate: true,
4569
4651
  timestamp: 1723127459
4652
+ },
4653
+ {
4654
+ id: 221,
4655
+ name: "Ether.fi Liquid eBTC Bitcoin LRT Vault",
4656
+ productType: 11,
4657
+ isDeprecated: false,
4658
+ useFixedPrice: false,
4659
+ logo: "etherfi-liquid-ebtc-bitcoin-lrt-vault.svg",
4660
+ metadata: {
4661
+ annex: "QmahaLsxpQWCBL8Gd5QsmHWAxoUkrAuUPJzPkFJ9KGrnj6"
4662
+ },
4663
+ coverAssets: [
4664
+ "ETH"
4665
+ ],
4666
+ isPrivate: false,
4667
+ timestamp: 1724341943
4668
+ },
4669
+ {
4670
+ id: 222,
4671
+ name: "Contango + Compound v3",
4672
+ productType: 11,
4673
+ isDeprecated: false,
4674
+ useFixedPrice: false,
4675
+ logo: "contango-compound.svg",
4676
+ metadata: {
4677
+ annex: "QmfG4ChSpunTXK1xefk3BFnyqKwrNNEdadU6iVCnxVZzAr"
4678
+ },
4679
+ coverAssets: [
4680
+ "ETH",
4681
+ "DAI",
4682
+ "USDC"
4683
+ ],
4684
+ isPrivate: false,
4685
+ timestamp: 1724341943
4686
+ },
4687
+ {
4688
+ id: 223,
4689
+ name: "Contango + Aave v3",
4690
+ productType: 11,
4691
+ isDeprecated: false,
4692
+ useFixedPrice: false,
4693
+ logo: "contango-aave.svg",
4694
+ metadata: {
4695
+ annex: "QmPHT5KMQWWJz6Fb95fdBU9DiR1dHFJxcQeBGPeWywSmMS"
4696
+ },
4697
+ coverAssets: [
4698
+ "ETH",
4699
+ "DAI",
4700
+ "USDC"
4701
+ ],
4702
+ isPrivate: false,
4703
+ timestamp: 1724341943
4704
+ },
4705
+ {
4706
+ id: 224,
4707
+ name: "Contango + Morpho Blue",
4708
+ productType: 11,
4709
+ isDeprecated: false,
4710
+ useFixedPrice: false,
4711
+ logo: "contango-morpho.svg",
4712
+ metadata: {
4713
+ annex: "Qmb1nJrwNqZZXpW11WPPR8rPzoUN63hNyEhy8fijUeuJrw"
4714
+ },
4715
+ coverAssets: [
4716
+ "ETH",
4717
+ "DAI",
4718
+ "USDC"
4719
+ ],
4720
+ isPrivate: false,
4721
+ timestamp: 1724341943
4570
4722
  }
4571
4723
  ];
4572
4724
 
@@ -4798,6 +4950,10 @@ var allLogoFileNames = [
4798
4950
  "contango.jpg",
4799
4951
  "flat-money.svg",
4800
4952
  "flat-money.svg",
4953
+ "etherfi-liquid-ebtc-bitcoin-lrt-vault.svg",
4954
+ "contango-compound.svg",
4955
+ "contango-aave.svg",
4956
+ "contango-morpho.svg",
4801
4957
  "aave-v1.svg",
4802
4958
  "akropolis.svg",
4803
4959
  "alpha-homora.svg",
@@ -5074,6 +5230,10 @@ var allLogoNames = [
5074
5230
  "contango",
5075
5231
  "flat-money",
5076
5232
  "flat-money",
5233
+ "etherfi-liquid-ebtc-bitcoin-lrt-vault",
5234
+ "contango-compound",
5235
+ "contango-aave",
5236
+ "contango-morpho",
5077
5237
  "aave-v1",
5078
5238
  "akropolis",
5079
5239
  "alpha-homora",