@nexusmutual/sdk 0.4.3 → 0.4.4
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/data/products.json +20 -3
- package/dist/index.d.mts +24 -7
- package/dist/index.d.ts +24 -7
- package/dist/index.js +25 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -89,7 +89,7 @@ var require_privateProducts = __commonJS({
|
|
|
89
89
|
// Dialectic Moonphase
|
|
90
90
|
196,
|
|
91
91
|
// Dialectic Chronograph
|
|
92
|
-
|
|
92
|
+
220
|
|
93
93
|
// Flat Money (Sherlock)
|
|
94
94
|
];
|
|
95
95
|
module.exports = {
|
|
@@ -532,7 +532,8 @@ var productCategoryMap = {
|
|
|
532
532
|
// Reserve
|
|
533
533
|
218: "yield-optimizer" /* YieldOptimizer */
|
|
534
534
|
// Contango
|
|
535
|
-
// 219: ProductCategoryEnum.Uncategorized, // Flat Money
|
|
535
|
+
// 219: ProductCategoryEnum.Uncategorized, // Flat Money (deprecated)
|
|
536
|
+
// 220: ProductCategoryEnum.Uncategorized, // Flat Money
|
|
536
537
|
};
|
|
537
538
|
|
|
538
539
|
// src/constants/index.ts
|
|
@@ -3389,13 +3390,13 @@ var products_default = [
|
|
|
3389
3390
|
useFixedPrice: false,
|
|
3390
3391
|
logo: "etherfi.svg",
|
|
3391
3392
|
metadata: {
|
|
3392
|
-
annex: "
|
|
3393
|
+
annex: "QmTEHWgvaQ1TUrN4E3wqyaaaxzyU5A5gBVX6rp5dKBy3TA"
|
|
3393
3394
|
},
|
|
3394
3395
|
coverAssets: [
|
|
3395
3396
|
"ETH"
|
|
3396
3397
|
],
|
|
3397
3398
|
isPrivate: false,
|
|
3398
|
-
timestamp:
|
|
3399
|
+
timestamp: 1723127459
|
|
3399
3400
|
},
|
|
3400
3401
|
{
|
|
3401
3402
|
id: 151,
|
|
@@ -4537,6 +4538,23 @@ var products_default = [
|
|
|
4537
4538
|
id: 219,
|
|
4538
4539
|
name: "Flat Money (Sherlock)",
|
|
4539
4540
|
productType: 11,
|
|
4541
|
+
isDeprecated: true,
|
|
4542
|
+
useFixedPrice: true,
|
|
4543
|
+
logo: "flat-money.svg",
|
|
4544
|
+
metadata: {
|
|
4545
|
+
annex: "QmSFXJ8EFCtChSyRCJotApPymtuaW1syqAd2c7hCsYcsz8"
|
|
4546
|
+
},
|
|
4547
|
+
coverAssets: [
|
|
4548
|
+
"DAI",
|
|
4549
|
+
"USDC"
|
|
4550
|
+
],
|
|
4551
|
+
isPrivate: false,
|
|
4552
|
+
timestamp: 1722950807
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
id: 220,
|
|
4556
|
+
name: "Flat Money (Sherlock)",
|
|
4557
|
+
productType: 15,
|
|
4540
4558
|
isDeprecated: false,
|
|
4541
4559
|
useFixedPrice: true,
|
|
4542
4560
|
logo: "flat-money.svg",
|
|
@@ -4548,7 +4566,7 @@ var products_default = [
|
|
|
4548
4566
|
"USDC"
|
|
4549
4567
|
],
|
|
4550
4568
|
isPrivate: true,
|
|
4551
|
-
timestamp:
|
|
4569
|
+
timestamp: 1723127459
|
|
4552
4570
|
}
|
|
4553
4571
|
];
|
|
4554
4572
|
|
|
@@ -4779,6 +4797,7 @@ var allLogoFileNames = [
|
|
|
4779
4797
|
"reserve.png",
|
|
4780
4798
|
"contango.jpg",
|
|
4781
4799
|
"flat-money.svg",
|
|
4800
|
+
"flat-money.svg",
|
|
4782
4801
|
"aave-v1.svg",
|
|
4783
4802
|
"akropolis.svg",
|
|
4784
4803
|
"alpha-homora.svg",
|
|
@@ -5054,6 +5073,7 @@ var allLogoNames = [
|
|
|
5054
5073
|
"reserve",
|
|
5055
5074
|
"contango",
|
|
5056
5075
|
"flat-money",
|
|
5076
|
+
"flat-money",
|
|
5057
5077
|
"aave-v1",
|
|
5058
5078
|
"akropolis",
|
|
5059
5079
|
"alpha-homora",
|