@nexusmutual/sdk 0.4.4 → 0.4.5

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.
@@ -3672,7 +3672,7 @@
3672
3672
  "USDC"
3673
3673
  ],
3674
3674
  "isPrivate": false,
3675
- "timestamp": 1722950807
3675
+ "timestamp": 1723127459
3676
3676
  },
3677
3677
  {
3678
3678
  "id": 220,
package/dist/index.d.mts CHANGED
@@ -18,14 +18,14 @@ declare const DEFAULT_COMMISSION_RATIO = 1500;
18
18
  declare const NEXUS_MUTUAL_DAO_TREASURY_ADDRESS = "0x586b9b2F8010b284A0197f392156f1A7Eb5e86e9";
19
19
 
20
20
  declare enum ProductCategoryEnum {
21
- All = "all",
22
21
  Lending = "lending",
23
22
  Dex = "dex",
24
23
  LiquidRestaking = "liquid-restaking",
25
24
  YieldOptimizer = "yield-optimizer",
26
25
  Perpetuals = "perpetuals",
27
26
  SmartWallet = "smart-wallet",
28
- ETHStaking = "eth-staking"
27
+ ETHStaking = "eth-staking",
28
+ Uncategorized = "uncategorized"
29
29
  }
30
30
  declare const categoryLabelByEnum: Record<ProductCategoryEnum, string>;
31
31
  declare const productCategoryMap: {
@@ -3980,7 +3980,7 @@ var products = [
3980
3980
  "USDC"
3981
3981
  ],
3982
3982
  isPrivate: false,
3983
- timestamp: 1722950807
3983
+ timestamp: 1723127459
3984
3984
  },
3985
3985
  {
3986
3986
  id: 220,
package/dist/index.d.ts CHANGED
@@ -18,14 +18,14 @@ declare const DEFAULT_COMMISSION_RATIO = 1500;
18
18
  declare const NEXUS_MUTUAL_DAO_TREASURY_ADDRESS = "0x586b9b2F8010b284A0197f392156f1A7Eb5e86e9";
19
19
 
20
20
  declare enum ProductCategoryEnum {
21
- All = "all",
22
21
  Lending = "lending",
23
22
  Dex = "dex",
24
23
  LiquidRestaking = "liquid-restaking",
25
24
  YieldOptimizer = "yield-optimizer",
26
25
  Perpetuals = "perpetuals",
27
26
  SmartWallet = "smart-wallet",
28
- ETHStaking = "eth-staking"
27
+ ETHStaking = "eth-staking",
28
+ Uncategorized = "uncategorized"
29
29
  }
30
30
  declare const categoryLabelByEnum: Record<ProductCategoryEnum, string>;
31
31
  declare const productCategoryMap: {
@@ -3980,7 +3980,7 @@ var products = [
3980
3980
  "USDC"
3981
3981
  ],
3982
3982
  isPrivate: false,
3983
- timestamp: 1722950807
3983
+ timestamp: 1723127459
3984
3984
  },
3985
3985
  {
3986
3986
  id: 220,
package/dist/index.js CHANGED
@@ -210,7 +210,6 @@ __export(constants_exports, {
210
210
 
211
211
  // src/constants/products.ts
212
212
  var ProductCategoryEnum = /* @__PURE__ */ ((ProductCategoryEnum2) => {
213
- ProductCategoryEnum2["All"] = "all";
214
213
  ProductCategoryEnum2["Lending"] = "lending";
215
214
  ProductCategoryEnum2["Dex"] = "dex";
216
215
  ProductCategoryEnum2["LiquidRestaking"] = "liquid-restaking";
@@ -218,18 +217,18 @@ var ProductCategoryEnum = /* @__PURE__ */ ((ProductCategoryEnum2) => {
218
217
  ProductCategoryEnum2["Perpetuals"] = "perpetuals";
219
218
  ProductCategoryEnum2["SmartWallet"] = "smart-wallet";
220
219
  ProductCategoryEnum2["ETHStaking"] = "eth-staking";
220
+ ProductCategoryEnum2["Uncategorized"] = "uncategorized";
221
221
  return ProductCategoryEnum2;
222
222
  })(ProductCategoryEnum || {});
223
223
  var categoryLabelByEnum = {
224
- ["all" /* All */]: "All categories",
225
224
  ["lending" /* Lending */]: "Lending",
226
225
  ["dex" /* Dex */]: "DEX",
227
226
  ["liquid-restaking" /* LiquidRestaking */]: "Liquid Restaking",
228
227
  ["yield-optimizer" /* YieldOptimizer */]: "Yield Optimizer",
229
228
  ["perpetuals" /* Perpetuals */]: "Perpetuals",
230
229
  ["smart-wallet" /* SmartWallet */]: "Smart Wallet",
231
- ["eth-staking" /* ETHStaking */]: "ETH Staking"
232
- // [ProductCategoryEnum.Uncategorized]: 'Uncategorized',
230
+ ["eth-staking" /* ETHStaking */]: "ETH Staking",
231
+ ["uncategorized" /* Uncategorized */]: "Uncategorized"
233
232
  };
234
233
  var productCategoryMap = {
235
234
  1: "dex" /* Dex */,
@@ -240,98 +239,136 @@ var productCategoryMap = {
240
239
  // Abracadabra v1
241
240
  4: "yield-optimizer" /* YieldOptimizer */,
242
241
  // Alchemix v2
243
- // 5: ProductCategoryEnum.Uncategorized, // Anchor
242
+ 5: "uncategorized" /* Uncategorized */,
243
+ // Anchor
244
244
  6: "lending" /* Lending */,
245
245
  // Angle v1
246
246
  7: "smart-wallet" /* SmartWallet */,
247
247
  // Argent
248
248
  8: "yield-optimizer" /* YieldOptimizer */,
249
249
  // Aura v1
250
- // 9: ProductCategoryEnum.Uncategorized, // Babylon Finance
251
- // 10: ProductCategoryEnum.Uncategorized, // BadgerDAO v1
250
+ 9: "uncategorized" /* Uncategorized */,
251
+ // Babylon Finance
252
+ 10: "uncategorized" /* Uncategorized */,
253
+ // BadgerDAO v1
252
254
  11: "dex" /* Dex */,
253
255
  // Balancer v2
254
- // 12: ProductCategoryEnum.Uncategorized, // Bancor v2
255
- // 13: ProductCategoryEnum.Uncategorized, // Bancor v3
256
+ 12: "uncategorized" /* Uncategorized */,
257
+ // Bancor v2
258
+ 13: "uncategorized" /* Uncategorized */,
259
+ // Bancor v3
256
260
  14: "yield-optimizer" /* YieldOptimizer */,
257
261
  // Beefy v2
258
- // 15: ProductCategoryEnum.Uncategorized, // Binance
259
- // 16: ProductCategoryEnum.Uncategorized, // BlockFi
260
- // 17: ProductCategoryEnum.Uncategorized, // Bundle: Gelt + mStable + Aave v2
261
- // 18: ProductCategoryEnum.Uncategorized, // Centrifuge Tinlake
262
- // 19: ProductCategoryEnum.Uncategorized, // Coinbase
262
+ 15: "uncategorized" /* Uncategorized */,
263
+ // Binance
264
+ 16: "uncategorized" /* Uncategorized */,
265
+ // BlockFi
266
+ 17: "uncategorized" /* Uncategorized */,
267
+ // Bundle: Gelt + mStable + Aave v2
268
+ 18: "uncategorized" /* Uncategorized */,
269
+ // Centrifuge Tinlake
270
+ 19: "uncategorized" /* Uncategorized */,
271
+ // Coinbase
263
272
  20: "lending" /* Lending */,
264
273
  // Compound v2
265
- // 21: ProductCategoryEnum.Uncategorized, // Convex 3CRV (cvx3CRV)
274
+ 21: "uncategorized" /* Uncategorized */,
275
+ // Convex 3CRV (cvx3CRV)
266
276
  22: "yield-optimizer" /* YieldOptimizer */,
267
277
  // Convex Finance v1
268
- // 23: ProductCategoryEnum.Uncategorized, // Convex stethCrv (cvxstethCrv)
269
- // 24: ProductCategoryEnum.Uncategorized, // Crypto.com
270
- // 25: ProductCategoryEnum.Uncategorized, // Curve 3pool LP (3Crv)
278
+ 23: "uncategorized" /* Uncategorized */,
279
+ // Convex stethCrv (cvxstethCrv)
280
+ 24: "uncategorized" /* Uncategorized */,
281
+ // Crypto.com
282
+ 25: "uncategorized" /* Uncategorized */,
283
+ // Curve 3pool LP (3Crv)
271
284
  26: "dex" /* Dex */,
272
285
  // Curve All Pools (incl staking)
273
- // 27: ProductCategoryEnum.Uncategorized, // Curve sETH LP (eCrv)
286
+ 27: "uncategorized" /* Uncategorized */,
287
+ // Curve sETH LP (eCrv)
274
288
  28: "perpetuals" /* Perpetuals */,
275
289
  // dydx Perpetual
276
- // 29: ProductCategoryEnum.Uncategorized, // Ease v1
277
- // 30: ProductCategoryEnum.Uncategorized, // Enzyme v3
290
+ 29: "uncategorized" /* Uncategorized */,
291
+ // Ease v1
292
+ 30: "uncategorized" /* Uncategorized */,
293
+ // Enzyme v3
278
294
  31: "yield-optimizer" /* YieldOptimizer */,
279
295
  // Enzyme v4
280
- // 32: ProductCategoryEnum.Uncategorized, // Eth 2.0 (deposit contract)
281
- // 33: ProductCategoryEnum.Uncategorized, // Euler
296
+ 32: "uncategorized" /* Uncategorized */,
297
+ // Eth 2.0 (deposit contract)
298
+ 33: "uncategorized" /* Uncategorized */,
299
+ // Euler
282
300
  34: "perpetuals" /* Perpetuals */,
283
301
  // FODL v1
284
- // 35: ProductCategoryEnum.Uncategorized, // FTX
302
+ 35: "uncategorized" /* Uncategorized */,
303
+ // FTX
285
304
  36: "lending" /* Lending */,
286
305
  // Gearbox v2
287
- // 37: ProductCategoryEnum.Uncategorized, // Gemini
306
+ 37: "uncategorized" /* Uncategorized */,
307
+ // Gemini
288
308
  38: "perpetuals" /* Perpetuals */,
289
309
  // GMX v1
290
310
  39: "lending" /* Lending */,
291
311
  // Goldfinch v1
292
- // 40: ProductCategoryEnum.Uncategorized, // Hodlnaut
293
- // 41: ProductCategoryEnum.Uncategorized, // Kraken
294
- // 42: ProductCategoryEnum.Uncategorized, // Ledn
295
- // 43: ProductCategoryEnum.Uncategorized, // Liquid Collective
312
+ 40: "uncategorized" /* Uncategorized */,
313
+ // Hodlnaut
314
+ 41: "uncategorized" /* Uncategorized */,
315
+ // Kraken
316
+ 42: "uncategorized" /* Uncategorized */,
317
+ // Ledn
318
+ 43: "uncategorized" /* Uncategorized */,
319
+ // Liquid Collective
296
320
  44: "lending" /* Lending */,
297
321
  // Liquity v1
298
322
  45: "lending" /* Lending */,
299
323
  // MakerDAO CDP
300
- // 46: ProductCategoryEnum.Uncategorized, // mStable
301
- // 47: ProductCategoryEnum.Uncategorized, // Nested v1
302
- // 48: ProductCategoryEnum.Uncategorized, // Nexo
324
+ 46: "uncategorized" /* Uncategorized */,
325
+ // mStable
326
+ 47: "uncategorized" /* Uncategorized */,
327
+ // Nested v1
328
+ 48: "uncategorized" /* Uncategorized */,
329
+ // Nexo
303
330
  49: "lending" /* Lending */,
304
331
  // Notional Finance v2
305
- // 50: ProductCategoryEnum.Uncategorized, // OlympusDAO
332
+ 50: "uncategorized" /* Uncategorized */,
333
+ // OlympusDAO
306
334
  51: "perpetuals" /* Perpetuals */,
307
335
  // Opyn v2
308
- // 52: ProductCategoryEnum.Uncategorized, // Origin OUSD
336
+ 52: "uncategorized" /* Uncategorized */,
337
+ // Origin OUSD
309
338
  53: "dex" /* Dex */,
310
339
  // Pangolin v1
311
340
  54: "perpetuals" /* Perpetuals */,
312
341
  // Perpetual Protocol v2
313
- // 55: ProductCategoryEnum.Uncategorized, // Pool Together v4
314
- // 56: ProductCategoryEnum.Uncategorized, // Premia Finance
315
- // 57: ProductCategoryEnum.Uncategorized, // Rari Capital
342
+ 55: "uncategorized" /* Uncategorized */,
343
+ // Pool Together v4
344
+ 56: "uncategorized" /* Uncategorized */,
345
+ // Premia Finance
346
+ 57: "uncategorized" /* Uncategorized */,
347
+ // Rari Capital
316
348
  58: "lending" /* Lending */,
317
349
  // Reflexer v1
318
350
  59: "perpetuals" /* Perpetuals */,
319
351
  // Aevo
320
352
  60: "smart-wallet" /* SmartWallet */,
321
353
  // Safe (formerly Gnosis Safe)
322
- // 61: ProductCategoryEnum.Uncategorized, // Set Protocol
354
+ 61: "uncategorized" /* Uncategorized */,
355
+ // Set Protocol
323
356
  62: "yield-optimizer" /* YieldOptimizer */,
324
357
  // Set Protocol v2
325
- // 63: ProductCategoryEnum.Uncategorized, // Stakewise(?)
358
+ 63: "uncategorized" /* Uncategorized */,
359
+ // Stakewise(?)
326
360
  64: "yield-optimizer" /* YieldOptimizer */,
327
361
  // Stake DAO v1
328
- // 65: ProductCategoryEnum.Uncategorized, // Stakewise 3rd party (3 ETH/validator)
329
- // 66: ProductCategoryEnum.Uncategorized, // Stakewise operated (3 ETH/validator)
362
+ 65: "uncategorized" /* Uncategorized */,
363
+ // Stakewise 3rd party (3 ETH/validator)
364
+ 66: "uncategorized" /* Uncategorized */,
365
+ // Stakewise operated (3 ETH/validator)
330
366
  67: "dex" /* Dex */,
331
367
  // SushiSwap v1
332
368
  68: "perpetuals" /* Perpetuals */,
333
369
  // Synthetix
334
- // 69: ProductCategoryEnum.Uncategorized, // THORChain (Thorchain Network)
370
+ 69: "uncategorized" /* Uncategorized */,
371
+ // THORChain (Thorchain Network)
335
372
  70: "dex" /* Dex */,
336
373
  // Trader Joe v2.1
337
374
  71: "dex" /* Dex */,
@@ -344,29 +381,44 @@ var productCategoryMap = {
344
381
  // Vesper v3
345
382
  75: "yield-optimizer" /* YieldOptimizer */,
346
383
  // Yearn Finance v2 (all vaults)
347
- // 76: ProductCategoryEnum.Uncategorized, // Yearn yvUSDC v2
384
+ 76: "uncategorized" /* Uncategorized */,
385
+ // Yearn yvUSDC v2
348
386
  77: "lending" /* Lending */,
349
387
  // Yeti Finance v1
350
- // 78: ProductCategoryEnum.Uncategorized, // Yield App
388
+ 78: "uncategorized" /* Uncategorized */,
389
+ // Yield App
351
390
  79: "yield-optimizer" /* YieldOptimizer */,
352
391
  // Alpaca Finance v1
353
392
  80: "lending" /* Lending */,
354
393
  // WeFi v1
355
394
  81: "lending" /* Lending */,
356
395
  // Exactly
357
- // 82: ProductCategoryEnum.Uncategorized, // EtherFi 5ETH
358
- // 83: ProductCategoryEnum.Uncategorized, // Squeeth by Opyn (Sherlock)
359
- // 84: ProductCategoryEnum.Uncategorized, // Rage Trade (Sherlock)
360
- // 85: ProductCategoryEnum.Uncategorized, // Sentiment (Sherlock)
361
- // 86: ProductCategoryEnum.Uncategorized, // Lyra Newport (Sherlock)
362
- // 87: ProductCategoryEnum.Uncategorized, // Perennial (Sherlock)
363
- // 88: ProductCategoryEnum.Uncategorized, // LiquiFi (Sherlock)
364
- // 89: ProductCategoryEnum.Uncategorized, // Lyra Avalon (Sherlock)
365
- // 90: ProductCategoryEnum.Uncategorized, // Buffer Finance (Sherlock)
366
- // 91: ProductCategoryEnum.Uncategorized, // Hook (Sherlock)
367
- // 92: ProductCategoryEnum.Uncategorized, // Holyheld (Sherlock)
368
- // 93: ProductCategoryEnum.Uncategorized, // Union Finance (Sherlock)
369
- // 94: ProductCategoryEnum.Uncategorized, // OpenQ (Sherlock)
396
+ 82: "uncategorized" /* Uncategorized */,
397
+ // EtherFi 5ETH
398
+ 83: "uncategorized" /* Uncategorized */,
399
+ // Squeeth by Opyn (Sherlock)
400
+ 84: "uncategorized" /* Uncategorized */,
401
+ // Rage Trade (Sherlock)
402
+ 85: "uncategorized" /* Uncategorized */,
403
+ // Sentiment (Sherlock)
404
+ 86: "uncategorized" /* Uncategorized */,
405
+ // Lyra Newport (Sherlock)
406
+ 87: "uncategorized" /* Uncategorized */,
407
+ // Perennial (Sherlock)
408
+ 88: "uncategorized" /* Uncategorized */,
409
+ // LiquiFi (Sherlock)
410
+ 89: "uncategorized" /* Uncategorized */,
411
+ // Lyra Avalon (Sherlock)
412
+ 90: "uncategorized" /* Uncategorized */,
413
+ // Buffer Finance (Sherlock)
414
+ 91: "uncategorized" /* Uncategorized */,
415
+ // Hook (Sherlock)
416
+ 92: "uncategorized" /* Uncategorized */,
417
+ // Holyheld (Sherlock)
418
+ 93: "uncategorized" /* Uncategorized */,
419
+ // Union Finance (Sherlock)
420
+ 94: "uncategorized" /* Uncategorized */,
421
+ // OpenQ (Sherlock)
370
422
  95: "perpetuals" /* Perpetuals */,
371
423
  // Level Finance v1
372
424
  96: "dex" /* Dex */,
@@ -375,23 +427,36 @@ var productCategoryMap = {
375
427
  // Aave v3
376
428
  98: "yield-optimizer" /* YieldOptimizer */,
377
429
  // Morpho Optimisers v1
378
- // 99: ProductCategoryEnum.Uncategorized, // Chorus One
379
- // 100: ProductCategoryEnum.Uncategorized, // Kiln
380
- // 101: ProductCategoryEnum.Uncategorized, // Vertex (Native Protocol)
381
- // 102: ProductCategoryEnum.Uncategorized, // The Retail Mutual
430
+ 99: "uncategorized" /* Uncategorized */,
431
+ // Chorus One
432
+ 100: "uncategorized" /* Uncategorized */,
433
+ // Kiln
434
+ 101: "uncategorized" /* Uncategorized */,
435
+ // Vertex (Native Protocol)
436
+ 102: "uncategorized" /* Uncategorized */,
437
+ // The Retail Mutual
382
438
  103: "eth-staking" /* ETHStaking */,
383
439
  // Figment
384
- // 104: ProductCategoryEnum.Uncategorized, // Teller (Sherlock)
385
- // 105: ProductCategoryEnum.Uncategorized, // Ajna (Sherlock)
440
+ 104: "uncategorized" /* Uncategorized */,
441
+ // Teller (Sherlock)
442
+ 105: "uncategorized" /* Uncategorized */,
443
+ // Ajna (Sherlock)
386
444
  106: "liquid-restaking" /* LiquidRestaking */,
387
445
  // EigenLayer v1
388
- // 107: ProductCategoryEnum.Uncategorized, // Vox Finance (UnoRe)
389
- // 108: ProductCategoryEnum.Uncategorized, // MahaLend (UnoRe)
390
- // 109: ProductCategoryEnum.Uncategorized, // SELF (UnoRe)
391
- // 110: ProductCategoryEnum.Uncategorized, // Scallop (UnoRe)
392
- // 111: ProductCategoryEnum.Uncategorized, // WeFi (UnoRe)
393
- // 112: ProductCategoryEnum.Uncategorized, // ZkTsunami (UnoRe)
394
- // 113: ProductCategoryEnum.Uncategorized, // Hats Protocol
446
+ 107: "uncategorized" /* Uncategorized */,
447
+ // Vox Finance (UnoRe)
448
+ 108: "uncategorized" /* Uncategorized */,
449
+ // MahaLend (UnoRe)
450
+ 109: "uncategorized" /* Uncategorized */,
451
+ // SELF (UnoRe)
452
+ 110: "uncategorized" /* Uncategorized */,
453
+ // Scallop (UnoRe)
454
+ 111: "uncategorized" /* Uncategorized */,
455
+ // WeFi (UnoRe)
456
+ 112: "uncategorized" /* Uncategorized */,
457
+ // ZkTsunami (UnoRe)
458
+ 113: "uncategorized" /* Uncategorized */,
459
+ // Hats Protocol
395
460
  114: "yield-optimizer" /* YieldOptimizer */,
396
461
  // MakerDAO DSR (sDAI)
397
462
  115: "lending" /* Lending */,
@@ -458,7 +523,8 @@ var productCategoryMap = {
458
523
  // wstETH/USDC Market Morpho Blue
459
524
  150: "yield-optimizer" /* YieldOptimizer */,
460
525
  // EtherFi Liquid
461
- // 151: ProductCategoryEnum.Uncategorized, // Arcadia (Sherlock)
526
+ 151: "uncategorized" /* Uncategorized */,
527
+ // Arcadia (Sherlock)
462
528
  152: "yield-optimizer" /* YieldOptimizer */,
463
529
  // fx Protocol + Curve + Convex
464
530
  153: "liquid-restaking" /* LiquidRestaking */,
@@ -473,15 +539,18 @@ var productCategoryMap = {
473
539
  // Lyra + Synthetix
474
540
  158: "liquid-restaking" /* LiquidRestaking */,
475
541
  // EigenLayer + Renzo
476
- // 159: ProductCategoryEnum.Uncategorized, // Liquid Collective
542
+ 159: "uncategorized" /* Uncategorized */,
543
+ // Liquid Collective
477
544
  160: "liquid-restaking" /* LiquidRestaking */,
478
545
  // Etherfi (Zircuit) Pendle
479
546
  161: "liquid-restaking" /* LiquidRestaking */,
480
547
  // KelpDAO (Zircuit) Pendle
481
548
  162: "liquid-restaking" /* LiquidRestaking */,
482
549
  // Renzo (Zircuit) Pendle
483
- // 163: ProductCategoryEnum.Uncategorized, // Pocket Universe
484
- // 164: ProductCategoryEnum.Uncategorized, // Request Finance
550
+ 163: "uncategorized" /* Uncategorized */,
551
+ // Pocket Universe
552
+ 164: "uncategorized" /* Uncategorized */,
553
+ // Request Finance
485
554
  165: "yield-optimizer" /* YieldOptimizer */,
486
555
  // Etherfi Liquid Market-Neutral USD Vault
487
556
  166: "yield-optimizer" /* YieldOptimizer */,
@@ -524,7 +593,8 @@ var productCategoryMap = {
524
593
  // Instadapp Fluid
525
594
  185: "lending" /* Lending */,
526
595
  // Silo Finance
527
- // 186: ProductCategoryEnum.Uncategorized, // DeltaPrime (UnoRe)
596
+ 186: "uncategorized" /* Uncategorized */,
597
+ // DeltaPrime (UnoRe)
528
598
  187: "yield-optimizer" /* YieldOptimizer */,
529
599
  // Toros Finance Solana Bull 3x
530
600
  188: "yield-optimizer" /* YieldOptimizer */,
@@ -541,8 +611,10 @@ var productCategoryMap = {
541
611
  // Etherfi Liquid Super Symbiotic LRT Vault
542
612
  194: "yield-optimizer" /* YieldOptimizer */,
543
613
  // Toros Finance Andromeda Yield
544
- // 195: ProductCategoryEnum.Uncategorized, // Dialectic Moonphase
545
- // 196: ProductCategoryEnum.Uncategorized, // Dialectic Chronograph
614
+ 195: "uncategorized" /* Uncategorized */,
615
+ // Dialectic Moonphase
616
+ 196: "uncategorized" /* Uncategorized */,
617
+ // Dialectic Chronograph
546
618
  197: "yield-optimizer" /* YieldOptimizer */,
547
619
  // Spectra
548
620
  198: "yield-optimizer" /* YieldOptimizer */,
@@ -585,10 +657,12 @@ var productCategoryMap = {
585
657
  // Credit Guild
586
658
  217: "yield-optimizer" /* YieldOptimizer */,
587
659
  // Reserve
588
- 218: "yield-optimizer" /* YieldOptimizer */
660
+ 218: "yield-optimizer" /* YieldOptimizer */,
589
661
  // Contango
590
- // 219: ProductCategoryEnum.Uncategorized, // Flat Money (deprecated)
591
- // 220: ProductCategoryEnum.Uncategorized, // Flat Money
662
+ 219: "uncategorized" /* Uncategorized */,
663
+ // Flat Money (deprecated)
664
+ 220: "uncategorized" /* Uncategorized */
665
+ // Flat Money
592
666
  };
593
667
 
594
668
  // src/constants/index.ts
@@ -4604,7 +4678,7 @@ var products_default = [
4604
4678
  "USDC"
4605
4679
  ],
4606
4680
  isPrivate: false,
4607
- timestamp: 1722950807
4681
+ timestamp: 1723127459
4608
4682
  },
4609
4683
  {
4610
4684
  id: 220,