@nexusmutual/sdk 0.5.3 → 0.5.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.
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Assessment": "0xcafeaa5f9c401b7295890f309168Bbb8173690A3",
3
3
  "AssessmentViewer": "0xcafeaC01F6BA70567f5EA7dD4e114f8E5FDa5bf6",
4
+ "cbBTC": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
4
5
  "Chainlink-DAI-ETH": "0x773616E4d11A78F511299002da57A0a94577F1f4",
5
6
  "Chainlink-ENZYME-VAULT": "0xCc72039A141c6e34a779eF93AEF5eB4C82A893c7",
6
7
  "Chainlink-ETH-USD": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
@@ -117,5 +117,12 @@
117
117
  "name": "DeFi Pass",
118
118
  "gracePeriod": 3024000,
119
119
  "claimMethod": 0
120
+ },
121
+ {
122
+ "id": 17,
123
+ "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmYgZNrGSAQZCGKEGdgvR132KWkLKtSDXmZVGfoGSKfYMG",
124
+ "name": "Follow On Cover",
125
+ "gracePeriod": 8640000,
126
+ "claimMethod": 0
120
127
  }
121
128
  ]
@@ -816,7 +816,7 @@
816
816
  "ETH"
817
817
  ],
818
818
  "isPrivate": false,
819
- "timestamp": 1728046187
819
+ "timestamp": 1726758407
820
820
  },
821
821
  {
822
822
  "id": 46,
@@ -2888,7 +2888,7 @@
2888
2888
  "cbBTC"
2889
2889
  ],
2890
2890
  "isPrivate": true,
2891
- "timestamp": 1725537203
2891
+ "timestamp": 1728564167
2892
2892
  },
2893
2893
  {
2894
2894
  "id": 165,
@@ -3925,7 +3925,7 @@
3925
3925
  "cbBTC"
3926
3926
  ],
3927
3927
  "isPrivate": false,
3928
- "timestamp": 1726227311
3928
+ "timestamp": 1724341943
3929
3929
  },
3930
3930
  {
3931
3931
  "id": 225,
@@ -3980,7 +3980,7 @@
3980
3980
  "cbBTC"
3981
3981
  ],
3982
3982
  "isPrivate": true,
3983
- "timestamp": 1726227311
3983
+ "timestamp": 1728564167
3984
3984
  },
3985
3985
  {
3986
3986
  "id": 228,
@@ -3999,7 +3999,7 @@
3999
3999
  "cbBTC"
4000
4000
  ],
4001
4001
  "isPrivate": false,
4002
- "timestamp": 1726758407
4002
+ "timestamp": 1726227311
4003
4003
  },
4004
4004
  {
4005
4005
  "id": 229,
package/dist/index.d.mts CHANGED
@@ -197,7 +197,8 @@ declare enum ProductTypes {
197
197
  openCoverTransaction = 13,
198
198
  fundPortfolio = 14,
199
199
  sherlockBugBounty = 15,
200
- deFiPass = 16
200
+ deFiPass = 16,
201
+ followOn = 17
201
202
  }
202
203
 
203
204
  var products = [
@@ -1055,7 +1056,7 @@ var products = [
1055
1056
  "ETH"
1056
1057
  ],
1057
1058
  isPrivate: false,
1058
- timestamp: 1728046187
1059
+ timestamp: 1726758407
1059
1060
  },
1060
1061
  {
1061
1062
  id: 46,
@@ -3205,7 +3206,7 @@ var products = [
3205
3206
  "cbBTC"
3206
3207
  ],
3207
3208
  isPrivate: true,
3208
- timestamp: 1725537203
3209
+ timestamp: 1728564167
3209
3210
  },
3210
3211
  {
3211
3212
  id: 165,
@@ -4257,7 +4258,7 @@ var products = [
4257
4258
  "cbBTC"
4258
4259
  ],
4259
4260
  isPrivate: false,
4260
- timestamp: 1726227311
4261
+ timestamp: 1724341943
4261
4262
  },
4262
4263
  {
4263
4264
  id: 225,
@@ -4313,7 +4314,7 @@ var products = [
4313
4314
  "cbBTC"
4314
4315
  ],
4315
4316
  isPrivate: true,
4316
- timestamp: 1726227311
4317
+ timestamp: 1728564167
4317
4318
  },
4318
4319
  {
4319
4320
  id: 228,
@@ -4332,7 +4333,7 @@ var products = [
4332
4333
  "cbBTC"
4333
4334
  ],
4334
4335
  isPrivate: false,
4335
- timestamp: 1726758407
4336
+ timestamp: 1726227311
4336
4337
  },
4337
4338
  {
4338
4339
  id: 229,
@@ -4634,6 +4635,13 @@ var productTypes = [
4634
4635
  name: "DeFi Pass",
4635
4636
  gracePeriod: 3024000,
4636
4637
  claimMethod: 0
4638
+ },
4639
+ {
4640
+ id: 17,
4641
+ coverWordingURL: "https://api.nexusmutual.io/ipfs/QmYgZNrGSAQZCGKEGdgvR132KWkLKtSDXmZVGfoGSKfYMG",
4642
+ name: "Follow On Cover",
4643
+ gracePeriod: 8640000,
4644
+ claimMethod: 0
4637
4645
  }
4638
4646
  ];
4639
4647
 
@@ -42009,6 +42017,7 @@ declare const nexusSdk: {
42009
42017
  addresses: {
42010
42018
  Assessment: string;
42011
42019
  AssessmentViewer: string;
42020
+ cbBTC: string;
42012
42021
  "Chainlink-DAI-ETH": string;
42013
42022
  "Chainlink-ENZYME-VAULT": string;
42014
42023
  "Chainlink-ETH-USD": string;
package/dist/index.d.ts CHANGED
@@ -197,7 +197,8 @@ declare enum ProductTypes {
197
197
  openCoverTransaction = 13,
198
198
  fundPortfolio = 14,
199
199
  sherlockBugBounty = 15,
200
- deFiPass = 16
200
+ deFiPass = 16,
201
+ followOn = 17
201
202
  }
202
203
 
203
204
  var products = [
@@ -1055,7 +1056,7 @@ var products = [
1055
1056
  "ETH"
1056
1057
  ],
1057
1058
  isPrivate: false,
1058
- timestamp: 1728046187
1059
+ timestamp: 1726758407
1059
1060
  },
1060
1061
  {
1061
1062
  id: 46,
@@ -3205,7 +3206,7 @@ var products = [
3205
3206
  "cbBTC"
3206
3207
  ],
3207
3208
  isPrivate: true,
3208
- timestamp: 1725537203
3209
+ timestamp: 1728564167
3209
3210
  },
3210
3211
  {
3211
3212
  id: 165,
@@ -4257,7 +4258,7 @@ var products = [
4257
4258
  "cbBTC"
4258
4259
  ],
4259
4260
  isPrivate: false,
4260
- timestamp: 1726227311
4261
+ timestamp: 1724341943
4261
4262
  },
4262
4263
  {
4263
4264
  id: 225,
@@ -4313,7 +4314,7 @@ var products = [
4313
4314
  "cbBTC"
4314
4315
  ],
4315
4316
  isPrivate: true,
4316
- timestamp: 1726227311
4317
+ timestamp: 1728564167
4317
4318
  },
4318
4319
  {
4319
4320
  id: 228,
@@ -4332,7 +4333,7 @@ var products = [
4332
4333
  "cbBTC"
4333
4334
  ],
4334
4335
  isPrivate: false,
4335
- timestamp: 1726758407
4336
+ timestamp: 1726227311
4336
4337
  },
4337
4338
  {
4338
4339
  id: 229,
@@ -4634,6 +4635,13 @@ var productTypes = [
4634
4635
  name: "DeFi Pass",
4635
4636
  gracePeriod: 3024000,
4636
4637
  claimMethod: 0
4638
+ },
4639
+ {
4640
+ id: 17,
4641
+ coverWordingURL: "https://api.nexusmutual.io/ipfs/QmYgZNrGSAQZCGKEGdgvR132KWkLKtSDXmZVGfoGSKfYMG",
4642
+ name: "Follow On Cover",
4643
+ gracePeriod: 8640000,
4644
+ claimMethod: 0
4637
4645
  }
4638
4646
  ];
4639
4647
 
@@ -42009,6 +42017,7 @@ declare const nexusSdk: {
42009
42017
  addresses: {
42010
42018
  Assessment: string;
42011
42019
  AssessmentViewer: string;
42020
+ cbBTC: string;
42012
42021
  "Chainlink-DAI-ETH": string;
42013
42022
  "Chainlink-ENZYME-VAULT": string;
42014
42023
  "Chainlink-ETH-USD": string;
package/dist/index.js CHANGED
@@ -1048,6 +1048,13 @@ var product_types_default = [
1048
1048
  name: "DeFi Pass",
1049
1049
  gracePeriod: 3024e3,
1050
1050
  claimMethod: 0
1051
+ },
1052
+ {
1053
+ id: 17,
1054
+ coverWordingURL: "https://api.nexusmutual.io/ipfs/QmYgZNrGSAQZCGKEGdgvR132KWkLKtSDXmZVGfoGSKfYMG",
1055
+ name: "Follow On Cover",
1056
+ gracePeriod: 864e4,
1057
+ claimMethod: 0
1051
1058
  }
1052
1059
  ];
1053
1060
 
@@ -1870,7 +1877,7 @@ var products_default = [
1870
1877
  "ETH"
1871
1878
  ],
1872
1879
  isPrivate: false,
1873
- timestamp: 1728046187
1880
+ timestamp: 1726758407
1874
1881
  },
1875
1882
  {
1876
1883
  id: 46,
@@ -3942,7 +3949,7 @@ var products_default = [
3942
3949
  "cbBTC"
3943
3950
  ],
3944
3951
  isPrivate: true,
3945
- timestamp: 1725537203
3952
+ timestamp: 1728564167
3946
3953
  },
3947
3954
  {
3948
3955
  id: 165,
@@ -4979,7 +4986,7 @@ var products_default = [
4979
4986
  "cbBTC"
4980
4987
  ],
4981
4988
  isPrivate: false,
4982
- timestamp: 1726227311
4989
+ timestamp: 1724341943
4983
4990
  },
4984
4991
  {
4985
4992
  id: 225,
@@ -5034,7 +5041,7 @@ var products_default = [
5034
5041
  "cbBTC"
5035
5042
  ],
5036
5043
  isPrivate: true,
5037
- timestamp: 1726227311
5044
+ timestamp: 1728564167
5038
5045
  },
5039
5046
  {
5040
5047
  id: 228,
@@ -5053,7 +5060,7 @@ var products_default = [
5053
5060
  "cbBTC"
5054
5061
  ],
5055
5062
  isPrivate: false,
5056
- timestamp: 1726758407
5063
+ timestamp: 1726227311
5057
5064
  },
5058
5065
  {
5059
5066
  id: 229,
@@ -5844,6 +5851,7 @@ var ProductTypes = /* @__PURE__ */ ((ProductTypes2) => {
5844
5851
  ProductTypes2[ProductTypes2["fundPortfolio"] = 14] = "fundPortfolio";
5845
5852
  ProductTypes2[ProductTypes2["sherlockBugBounty"] = 15] = "sherlockBugBounty";
5846
5853
  ProductTypes2[ProductTypes2["deFiPass"] = 16] = "deFiPass";
5854
+ ProductTypes2[ProductTypes2["followOn"] = 17] = "followOn";
5847
5855
  return ProductTypes2;
5848
5856
  })(ProductTypes || {});
5849
5857