@nexusmutual/sdk 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/products.json +41 -7
- package/dist/data/version.json +1 -1
- package/dist/index.d.mts +46 -11
- package/dist/index.d.ts +46 -11
- package/dist/index.js +51 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +51 -9
- package/dist/index.mjs.map +1 -1
- package/dist/logos/b-tier-euler-v2-markets.svg +1 -1
- package/dist/logos/b-tier-morpho-vaults.svg +1 -1
- package/dist/logos/origin.jpg +0 -0
- package/dist/logos/reusd.svg +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -838,8 +838,12 @@ var productCategoryMap = {
|
|
|
838
838
|
// B-Tier Euler v2 Markets
|
|
839
839
|
291: "uncategorized" /* Uncategorized */,
|
|
840
840
|
// OC Cover
|
|
841
|
-
292: "uncategorized" /* Uncategorized
|
|
841
|
+
292: "uncategorized" /* Uncategorized */,
|
|
842
842
|
// Usual Bug Bounty
|
|
843
|
+
293: "depeg" /* Depeg */,
|
|
844
|
+
// Resupply USD (reUSD) Depeg
|
|
845
|
+
294: "yield-optimizer" /* YieldOptimizer */
|
|
846
|
+
// Origin Sonic (OS)
|
|
843
847
|
};
|
|
844
848
|
|
|
845
849
|
// src/constants/index.ts
|
|
@@ -1236,6 +1240,8 @@ var allLogoFileNames = [
|
|
|
1236
1240
|
"b-tier-euler-v2-markets.svg",
|
|
1237
1241
|
"oc-cover.svg",
|
|
1238
1242
|
"usual-bug-bounty.svg",
|
|
1243
|
+
"reusd.svg",
|
|
1244
|
+
"origin.jpg",
|
|
1239
1245
|
"aave-v1.svg",
|
|
1240
1246
|
"akropolis.svg",
|
|
1241
1247
|
"alpha-homora.svg",
|
|
@@ -1584,6 +1590,8 @@ var allLogoNames = [
|
|
|
1584
1590
|
"b-tier-euler-v2-markets",
|
|
1585
1591
|
"oc-cover",
|
|
1586
1592
|
"usual-bug-bounty",
|
|
1593
|
+
"reusd",
|
|
1594
|
+
"origin",
|
|
1587
1595
|
"aave-v1",
|
|
1588
1596
|
"akropolis",
|
|
1589
1597
|
"alpha-homora",
|
|
@@ -1749,7 +1757,7 @@ var validateIPFSContent = (type, content) => {
|
|
|
1749
1757
|
};
|
|
1750
1758
|
|
|
1751
1759
|
// generated/version.json
|
|
1752
|
-
var version = "0.
|
|
1760
|
+
var version = "0.12.0";
|
|
1753
1761
|
|
|
1754
1762
|
// src/ipfs/uploadIPFSContent.ts
|
|
1755
1763
|
var uploadToIPFS = async (nexusApiUrl, [type, content]) => {
|
|
@@ -5858,7 +5866,7 @@ var products_default = [
|
|
|
5858
5866
|
"cbBTC"
|
|
5859
5867
|
],
|
|
5860
5868
|
isPrivate: false,
|
|
5861
|
-
timestamp:
|
|
5869
|
+
timestamp: 1743519947,
|
|
5862
5870
|
minPrice: 100
|
|
5863
5871
|
},
|
|
5864
5872
|
{
|
|
@@ -6176,7 +6184,7 @@ var products_default = [
|
|
|
6176
6184
|
"cbBTC"
|
|
6177
6185
|
],
|
|
6178
6186
|
isPrivate: false,
|
|
6179
|
-
timestamp:
|
|
6187
|
+
timestamp: 1741267523,
|
|
6180
6188
|
minPrice: 100
|
|
6181
6189
|
},
|
|
6182
6190
|
{
|
|
@@ -6939,7 +6947,7 @@ var products_default = [
|
|
|
6939
6947
|
"cbBTC"
|
|
6940
6948
|
],
|
|
6941
6949
|
isPrivate: false,
|
|
6942
|
-
timestamp:
|
|
6950
|
+
timestamp: 1739447471,
|
|
6943
6951
|
minPrice: 235
|
|
6944
6952
|
},
|
|
6945
6953
|
{
|
|
@@ -6958,7 +6966,7 @@ var products_default = [
|
|
|
6958
6966
|
"cbBTC"
|
|
6959
6967
|
],
|
|
6960
6968
|
isPrivate: false,
|
|
6961
|
-
timestamp:
|
|
6969
|
+
timestamp: 1739447471,
|
|
6962
6970
|
minPrice: 380
|
|
6963
6971
|
},
|
|
6964
6972
|
{
|
|
@@ -7316,14 +7324,48 @@ var products_default = [
|
|
|
7316
7324
|
useFixedPrice: true,
|
|
7317
7325
|
logo: "usual-bug-bounty.svg",
|
|
7318
7326
|
metadata: {
|
|
7319
|
-
annex: "
|
|
7327
|
+
annex: "QmTtaR6AP5zpyDiY9eEsxf7uBStz4K5FaAap4ssKH4b6Vd"
|
|
7320
7328
|
},
|
|
7321
7329
|
coverAssets: [
|
|
7322
7330
|
"USDC"
|
|
7323
7331
|
],
|
|
7324
7332
|
isPrivate: true,
|
|
7325
|
-
timestamp:
|
|
7326
|
-
minPrice:
|
|
7333
|
+
timestamp: 1743670835,
|
|
7334
|
+
minPrice: 1586
|
|
7335
|
+
},
|
|
7336
|
+
{
|
|
7337
|
+
id: 293,
|
|
7338
|
+
name: "Resupply USD (reUSD) Depeg",
|
|
7339
|
+
productType: 21,
|
|
7340
|
+
isDeprecated: false,
|
|
7341
|
+
useFixedPrice: false,
|
|
7342
|
+
logo: "reusd.svg",
|
|
7343
|
+
metadata: {
|
|
7344
|
+
annex: "QmVqEUhX3Jja82R946HT1gKwGrkH1WMqHU1ajuwUbCQHy2"
|
|
7345
|
+
},
|
|
7346
|
+
coverAssets: [
|
|
7347
|
+
"USDC"
|
|
7348
|
+
],
|
|
7349
|
+
isPrivate: false,
|
|
7350
|
+
timestamp: 1744110779,
|
|
7351
|
+
minPrice: 425
|
|
7352
|
+
},
|
|
7353
|
+
{
|
|
7354
|
+
id: 294,
|
|
7355
|
+
name: "Origin Sonic (OS)",
|
|
7356
|
+
productType: 0,
|
|
7357
|
+
isDeprecated: false,
|
|
7358
|
+
useFixedPrice: false,
|
|
7359
|
+
logo: "origin.jpg",
|
|
7360
|
+
metadata: {},
|
|
7361
|
+
coverAssets: [
|
|
7362
|
+
"ETH",
|
|
7363
|
+
"USDC",
|
|
7364
|
+
"cbBTC"
|
|
7365
|
+
],
|
|
7366
|
+
isPrivate: false,
|
|
7367
|
+
timestamp: 1744110779,
|
|
7368
|
+
minPrice: 100
|
|
7327
7369
|
}
|
|
7328
7370
|
];
|
|
7329
7371
|
|