@nexusmutual/sdk 1.12.0-rc.1 → 1.12.0-rc.2

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
@@ -24021,12 +24021,15 @@ var governanceCategorySchema = z.object({
24021
24021
  version: z.literal(VERSION_1_0),
24022
24022
  category: z.string().min(1, "Category cannot be empty")
24023
24023
  });
24024
- var fileSchema = z.unknown().refine((val) => val !== void 0, {
24025
- message: "File must be defined"
24024
+ var fileSchema = z.object({
24025
+ version: z.literal(VERSION_1_0),
24026
+ // TODO figure out the right zod type for this
24027
+ file: z.any()
24028
+ // .instanceof(Buffer),
24026
24029
  });
24027
24030
 
24028
24031
  // generated/version.json
24029
- var version27 = "1.12.0-rc.1";
24032
+ var version27 = "1.12.0-rc.2";
24030
24033
 
24031
24034
  // src/nexus-sdk-base.ts
24032
24035
  import axios from "axios";
@@ -24204,6 +24207,8 @@ var Ipfs = class extends NexusSDKBase {
24204
24207
  return governanceProposalSchema.parse(content);
24205
24208
  case "governanceCategory" /* governanceCategory */:
24206
24209
  return governanceCategorySchema.parse(content);
24210
+ case "file" /* file */:
24211
+ return fileSchema.parse(content);
24207
24212
  default:
24208
24213
  throw new Error(`Invalid content type: ${type}`);
24209
24214
  }
@@ -25271,7 +25276,7 @@ var products_default = [
25271
25276
  "cbBTC"
25272
25277
  ],
25273
25278
  isPrivate: false,
25274
- timestamp: 1738243583,
25279
+ timestamp: 1728046187,
25275
25280
  minPrice: 60
25276
25281
  },
25277
25282
  {
@@ -26841,7 +26846,7 @@ var products_default = [
26841
26846
  "cbBTC"
26842
26847
  ],
26843
26848
  isPrivate: false,
26844
- timestamp: 1754552351,
26849
+ timestamp: 1753877075,
26845
26850
  minPrice: 100
26846
26851
  },
26847
26852
  {
@@ -26965,7 +26970,7 @@ var products_default = [
26965
26970
  "cbBTC"
26966
26971
  ],
26967
26972
  isPrivate: false,
26968
- timestamp: 1757074607,
26973
+ timestamp: 1752150803,
26969
26974
  minPrice: 100
26970
26975
  },
26971
26976
  {
@@ -27454,7 +27459,7 @@ var products_default = [
27454
27459
  "cbBTC"
27455
27460
  ],
27456
27461
  isPrivate: true,
27457
- timestamp: 1725537203,
27462
+ timestamp: 1728564167,
27458
27463
  minPrice: 100
27459
27464
  },
27460
27465
  {
@@ -27750,7 +27755,7 @@ var products_default = [
27750
27755
  "cbBTC"
27751
27756
  ],
27752
27757
  isPrivate: false,
27753
- timestamp: 1726227311,
27758
+ timestamp: 1734557999,
27754
27759
  minPrice: 100
27755
27760
  },
27756
27761
  {
@@ -27913,7 +27918,7 @@ var products_default = [
27913
27918
  "cbBTC"
27914
27919
  ],
27915
27920
  isPrivate: false,
27916
- timestamp: 1725264851,
27921
+ timestamp: 1734557999,
27917
27922
  minPrice: 100
27918
27923
  },
27919
27924
  {
@@ -28266,7 +28271,7 @@ var products_default = [
28266
28271
  "ETH"
28267
28272
  ],
28268
28273
  isPrivate: false,
28269
- timestamp: 1734557999,
28274
+ timestamp: 1731583079,
28270
28275
  minPrice: 100
28271
28276
  },
28272
28277
  {
@@ -28488,7 +28493,7 @@ var products_default = [
28488
28493
  "cbBTC"
28489
28494
  ],
28490
28495
  isPrivate: false,
28491
- timestamp: 1734557999,
28496
+ timestamp: 1724341943,
28492
28497
  minPrice: 100
28493
28498
  },
28494
28499
  {
@@ -28547,7 +28552,7 @@ var products_default = [
28547
28552
  "cbBTC"
28548
28553
  ],
28549
28554
  isPrivate: false,
28550
- timestamp: 1738243583,
28555
+ timestamp: 1734557999,
28551
28556
  minPrice: 100
28552
28557
  },
28553
28558
  {
@@ -28585,7 +28590,7 @@ var products_default = [
28585
28590
  "cbBTC"
28586
28591
  ],
28587
28592
  isPrivate: false,
28588
- timestamp: 1725264851,
28593
+ timestamp: 1734557999,
28589
28594
  minPrice: 100
28590
28595
  },
28591
28596
  {
@@ -28623,7 +28628,7 @@ var products_default = [
28623
28628
  "cbBTC"
28624
28629
  ],
28625
28630
  isPrivate: false,
28626
- timestamp: 1743519947,
28631
+ timestamp: 1749739367,
28627
28632
  minPrice: 100
28628
28633
  },
28629
28634
  {
@@ -28642,7 +28647,7 @@ var products_default = [
28642
28647
  "cbBTC"
28643
28648
  ],
28644
28649
  isPrivate: false,
28645
- timestamp: 1726227311,
28650
+ timestamp: 1733326763,
28646
28651
  minPrice: 100
28647
28652
  },
28648
28653
  {
@@ -28788,7 +28793,7 @@ var products_default = [
28788
28793
  "USDC"
28789
28794
  ],
28790
28795
  isPrivate: false,
28791
- timestamp: 1726758407,
28796
+ timestamp: 1734557999,
28792
28797
  minPrice: 100
28793
28798
  },
28794
28799
  {
@@ -28852,7 +28857,7 @@ var products_default = [
28852
28857
  "USDC"
28853
28858
  ],
28854
28859
  isPrivate: false,
28855
- timestamp: 1731583079,
28860
+ timestamp: 1738243583,
28856
28861
  minPrice: 25
28857
28862
  },
28858
28863
  {
@@ -28869,7 +28874,7 @@ var products_default = [
28869
28874
  "cbBTC"
28870
28875
  ],
28871
28876
  isPrivate: false,
28872
- timestamp: 1734557999,
28877
+ timestamp: 1731583079,
28873
28878
  minPrice: 100
28874
28879
  },
28875
28880
  {
@@ -28941,7 +28946,7 @@ var products_default = [
28941
28946
  "cbBTC"
28942
28947
  ],
28943
28948
  isPrivate: false,
28944
- timestamp: 1733326763,
28949
+ timestamp: 1740672395,
28945
28950
  minPrice: 225
28946
28951
  },
28947
28952
  {
@@ -28960,7 +28965,7 @@ var products_default = [
28960
28965
  "cbBTC"
28961
28966
  ],
28962
28967
  isPrivate: false,
28963
- timestamp: 1744902863,
28968
+ timestamp: 1751550659,
28964
28969
  minPrice: 300
28965
28970
  },
28966
28971
  {
@@ -29015,7 +29020,7 @@ var products_default = [
29015
29020
  "cbBTC"
29016
29021
  ],
29017
29022
  isPrivate: true,
29018
- timestamp: 1745409575,
29023
+ timestamp: 1742481059,
29019
29024
  minPrice: 100
29020
29025
  },
29021
29026
  {
@@ -29210,7 +29215,7 @@ var products_default = [
29210
29215
  "USDC"
29211
29216
  ],
29212
29217
  isPrivate: false,
29213
- timestamp: 1757074607,
29218
+ timestamp: 1744902863,
29214
29219
  minPrice: 50
29215
29220
  },
29216
29221
  {
@@ -29227,7 +29232,7 @@ var products_default = [
29227
29232
  "USDC"
29228
29233
  ],
29229
29234
  isPrivate: false,
29230
- timestamp: 1757074607,
29235
+ timestamp: 1747055891,
29231
29236
  minPrice: 150
29232
29237
  },
29233
29238
  {
@@ -29244,7 +29249,7 @@ var products_default = [
29244
29249
  "USDC"
29245
29250
  ],
29246
29251
  isPrivate: false,
29247
- timestamp: 1739447471,
29252
+ timestamp: 1745946671,
29248
29253
  minPrice: 50
29249
29254
  },
29250
29255
  {
@@ -29261,7 +29266,7 @@ var products_default = [
29261
29266
  "USDC"
29262
29267
  ],
29263
29268
  isPrivate: false,
29264
- timestamp: 1757074607,
29269
+ timestamp: 1747055891,
29265
29270
  minPrice: 150
29266
29271
  },
29267
29272
  {
@@ -29295,7 +29300,7 @@ var products_default = [
29295
29300
  "ETH"
29296
29301
  ],
29297
29302
  isPrivate: false,
29298
- timestamp: 1739447471,
29303
+ timestamp: 1747055891,
29299
29304
  minPrice: 100
29300
29305
  },
29301
29306
  {
@@ -29329,7 +29334,7 @@ var products_default = [
29329
29334
  "cbBTC"
29330
29335
  ],
29331
29336
  isPrivate: false,
29332
- timestamp: 1757074607,
29337
+ timestamp: 1739447471,
29333
29338
  minPrice: 75
29334
29339
  },
29335
29340
  {
@@ -29348,7 +29353,7 @@ var products_default = [
29348
29353
  "cbBTC"
29349
29354
  ],
29350
29355
  isPrivate: false,
29351
- timestamp: 1741267523,
29356
+ timestamp: 1739447471,
29352
29357
  minPrice: 100
29353
29358
  },
29354
29359
  {
@@ -29367,7 +29372,7 @@ var products_default = [
29367
29372
  "cbBTC"
29368
29373
  ],
29369
29374
  isPrivate: false,
29370
- timestamp: 1739537399,
29375
+ timestamp: 1739447471,
29371
29376
  minPrice: 50
29372
29377
  },
29373
29378
  {
@@ -29424,7 +29429,7 @@ var products_default = [
29424
29429
  "cbBTC"
29425
29430
  ],
29426
29431
  isPrivate: true,
29427
- timestamp: 1745946671,
29432
+ timestamp: 1740672395,
29428
29433
  minPrice: 225
29429
29434
  },
29430
29435
  {
@@ -29441,7 +29446,7 @@ var products_default = [
29441
29446
  "ETH"
29442
29447
  ],
29443
29448
  isPrivate: true,
29444
- timestamp: 1741267523,
29449
+ timestamp: 1740672395,
29445
29450
  minPrice: 95
29446
29451
  },
29447
29452
  {
@@ -29661,7 +29666,7 @@ var products_default = [
29661
29666
  "USDC"
29662
29667
  ],
29663
29668
  isPrivate: false,
29664
- timestamp: 1747055891,
29669
+ timestamp: 1757074607,
29665
29670
  minPrice: 75
29666
29671
  },
29667
29672
  {
@@ -29695,7 +29700,7 @@ var products_default = [
29695
29700
  "USDC"
29696
29701
  ],
29697
29702
  isPrivate: false,
29698
- timestamp: 1747055891,
29703
+ timestamp: 1742481059,
29699
29704
  minPrice: 185
29700
29705
  },
29701
29706
  {
@@ -29714,7 +29719,7 @@ var products_default = [
29714
29719
  "cbBTC"
29715
29720
  ],
29716
29721
  isPrivate: false,
29717
- timestamp: 1749739367,
29722
+ timestamp: 1751550659,
29718
29723
  minPrice: 100
29719
29724
  },
29720
29725
  {
@@ -29769,7 +29774,7 @@ var products_default = [
29769
29774
  "USDC"
29770
29775
  ],
29771
29776
  isPrivate: true,
29772
- timestamp: 1743603467,
29777
+ timestamp: 1743670835,
29773
29778
  minPrice: 1586
29774
29779
  },
29775
29780
  {
@@ -29786,7 +29791,7 @@ var products_default = [
29786
29791
  "USDC"
29787
29792
  ],
29788
29793
  isPrivate: false,
29789
- timestamp: 1748970347,
29794
+ timestamp: 1744110779,
29790
29795
  minPrice: 150
29791
29796
  },
29792
29797
  {
@@ -29876,7 +29881,7 @@ var products_default = [
29876
29881
  "cbBTC"
29877
29882
  ],
29878
29883
  isPrivate: false,
29879
- timestamp: 1753877075,
29884
+ timestamp: 1751550659,
29880
29885
  minPrice: 300
29881
29886
  },
29882
29887
  {
@@ -30033,7 +30038,7 @@ var products_default = [
30033
30038
  "cbBTC"
30034
30039
  ],
30035
30040
  isPrivate: false,
30036
- timestamp: 1751550659,
30041
+ timestamp: 1750162583,
30037
30042
  minPrice: 100
30038
30043
  },
30039
30044
  {
@@ -30086,7 +30091,7 @@ var products_default = [
30086
30091
  "USDC"
30087
30092
  ],
30088
30093
  isPrivate: false,
30089
- timestamp: 1752150803,
30094
+ timestamp: 1757074607,
30090
30095
  minPrice: 50
30091
30096
  },
30092
30097
  {
@@ -30103,7 +30108,7 @@ var products_default = [
30103
30108
  "USDC"
30104
30109
  ],
30105
30110
  isPrivate: false,
30106
- timestamp: 1752150803,
30111
+ timestamp: 1757074607,
30107
30112
  minPrice: 50
30108
30113
  },
30109
30114
  {
@@ -30224,7 +30229,7 @@ var products_default = [
30224
30229
  "USDC"
30225
30230
  ],
30226
30231
  isPrivate: false,
30227
- timestamp: 1757074607,
30232
+ timestamp: 1753877075,
30228
30233
  minPrice: 50
30229
30234
  },
30230
30235
  {