@nexusmutual/sdk 0.11.1 → 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/index.mjs CHANGED
@@ -776,8 +776,12 @@ var productCategoryMap = {
776
776
  // B-Tier Euler v2 Markets
777
777
  291: "uncategorized" /* Uncategorized */,
778
778
  // OC Cover
779
- 292: "uncategorized" /* Uncategorized */
779
+ 292: "uncategorized" /* Uncategorized */,
780
780
  // Usual Bug Bounty
781
+ 293: "depeg" /* Depeg */,
782
+ // Resupply USD (reUSD) Depeg
783
+ 294: "yield-optimizer" /* YieldOptimizer */
784
+ // Origin Sonic (OS)
781
785
  };
782
786
 
783
787
  // src/constants/index.ts
@@ -1174,6 +1178,8 @@ var allLogoFileNames = [
1174
1178
  "b-tier-euler-v2-markets.svg",
1175
1179
  "oc-cover.svg",
1176
1180
  "usual-bug-bounty.svg",
1181
+ "reusd.svg",
1182
+ "origin.jpg",
1177
1183
  "aave-v1.svg",
1178
1184
  "akropolis.svg",
1179
1185
  "alpha-homora.svg",
@@ -1522,6 +1528,8 @@ var allLogoNames = [
1522
1528
  "b-tier-euler-v2-markets",
1523
1529
  "oc-cover",
1524
1530
  "usual-bug-bounty",
1531
+ "reusd",
1532
+ "origin",
1525
1533
  "aave-v1",
1526
1534
  "akropolis",
1527
1535
  "alpha-homora",
@@ -1687,7 +1695,7 @@ var validateIPFSContent = (type, content) => {
1687
1695
  };
1688
1696
 
1689
1697
  // generated/version.json
1690
- var version = "0.11.1";
1698
+ var version = "0.12.0";
1691
1699
 
1692
1700
  // src/ipfs/uploadIPFSContent.ts
1693
1701
  var uploadToIPFS = async (nexusApiUrl, [type, content]) => {
@@ -4961,7 +4969,7 @@ var products_default = [
4961
4969
  "USDC"
4962
4970
  ],
4963
4971
  isPrivate: false,
4964
- timestamp: 1734557999,
4972
+ timestamp: 1731583079,
4965
4973
  minPrice: 100
4966
4974
  },
4967
4975
  {
@@ -6114,7 +6122,7 @@ var products_default = [
6114
6122
  "cbBTC"
6115
6123
  ],
6116
6124
  isPrivate: false,
6117
- timestamp: 1743519947,
6125
+ timestamp: 1741267523,
6118
6126
  minPrice: 100
6119
6127
  },
6120
6128
  {
@@ -6413,7 +6421,7 @@ var products_default = [
6413
6421
  "cbBTC"
6414
6422
  ],
6415
6423
  isPrivate: false,
6416
- timestamp: 1739537399,
6424
+ timestamp: 1740672395,
6417
6425
  minPrice: 49
6418
6426
  },
6419
6427
  {
@@ -6877,7 +6885,7 @@ var products_default = [
6877
6885
  "cbBTC"
6878
6886
  ],
6879
6887
  isPrivate: false,
6880
- timestamp: 1739537399,
6888
+ timestamp: 1739447471,
6881
6889
  minPrice: 235
6882
6890
  },
6883
6891
  {
@@ -6932,7 +6940,7 @@ var products_default = [
6932
6940
  "ETH"
6933
6941
  ],
6934
6942
  isPrivate: true,
6935
- timestamp: 1741267523,
6943
+ timestamp: 1740672395,
6936
6944
  minPrice: 95
6937
6945
  },
6938
6946
  {
@@ -7254,14 +7262,48 @@ var products_default = [
7254
7262
  useFixedPrice: true,
7255
7263
  logo: "usual-bug-bounty.svg",
7256
7264
  metadata: {
7257
- annex: "QmZTwHbhj4Sq6iQgpr2dvzBEs15oUQCMyEbC7wi34Gjrzw"
7265
+ annex: "QmTtaR6AP5zpyDiY9eEsxf7uBStz4K5FaAap4ssKH4b6Vd"
7258
7266
  },
7259
7267
  coverAssets: [
7260
7268
  "USDC"
7261
7269
  ],
7262
7270
  isPrivate: true,
7263
- timestamp: 1743603467,
7264
- minPrice: 4354
7271
+ timestamp: 1743670835,
7272
+ minPrice: 1586
7273
+ },
7274
+ {
7275
+ id: 293,
7276
+ name: "Resupply USD (reUSD) Depeg",
7277
+ productType: 21,
7278
+ isDeprecated: false,
7279
+ useFixedPrice: false,
7280
+ logo: "reusd.svg",
7281
+ metadata: {
7282
+ annex: "QmVqEUhX3Jja82R946HT1gKwGrkH1WMqHU1ajuwUbCQHy2"
7283
+ },
7284
+ coverAssets: [
7285
+ "USDC"
7286
+ ],
7287
+ isPrivate: false,
7288
+ timestamp: 1744110779,
7289
+ minPrice: 425
7290
+ },
7291
+ {
7292
+ id: 294,
7293
+ name: "Origin Sonic (OS)",
7294
+ productType: 0,
7295
+ isDeprecated: false,
7296
+ useFixedPrice: false,
7297
+ logo: "origin.jpg",
7298
+ metadata: {},
7299
+ coverAssets: [
7300
+ "ETH",
7301
+ "USDC",
7302
+ "cbBTC"
7303
+ ],
7304
+ isPrivate: false,
7305
+ timestamp: 1744110779,
7306
+ minPrice: 100
7265
7307
  }
7266
7308
  ];
7267
7309