@nexusmutual/sdk 1.19.0-rc.0 → 1.20.0-rc.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.
Files changed (34) hide show
  1. package/README.md +22 -16
  2. package/dist/data/abis/{Assessment.json → Assessments.json} +370 -416
  3. package/dist/data/abis/{IndividualClaims.json → Claims.json} +325 -264
  4. package/dist/data/abis/Cover.json +447 -110
  5. package/dist/data/abis/CoverBroker.json +79 -34
  6. package/dist/data/abis/CoverProducts.json +55 -0
  7. package/dist/data/abis/Governor.json +803 -0
  8. package/dist/data/abis/LimitOrders.json +0 -7
  9. package/dist/data/abis/NXMaster.json +37 -223
  10. package/dist/data/abis/Pool.json +415 -229
  11. package/dist/data/abis/Ramm.json +97 -67
  12. package/dist/data/abis/{MemberRoles.json → Registry.json} +553 -249
  13. package/dist/data/abis/SafeTracker.json +94 -58
  14. package/dist/data/abis/StakingProducts.json +1 -14
  15. package/dist/data/abis/StakingViewer.json +87 -24
  16. package/dist/data/abis/SwapOperator.json +365 -209
  17. package/dist/data/abis/TokenController.json +77 -303
  18. package/dist/data/abis/VotePower.json +170 -0
  19. package/dist/data/addresses.json +9 -12
  20. package/dist/data/product-types.json +76 -26
  21. package/dist/data/products.json +27 -27
  22. package/dist/data/version.json +1 -1
  23. package/dist/index.d.mts +13851 -13459
  24. package/dist/index.d.ts +13851 -13459
  25. package/dist/index.js +9436 -9167
  26. package/dist/index.js.map +1 -1
  27. package/dist/index.mjs +9435 -9166
  28. package/dist/index.mjs.map +1 -1
  29. package/package.json +4 -3
  30. package/dist/data/abis/AssessmentViewer.json +0 -106
  31. package/dist/data/abis/MCR.json +0 -321
  32. package/dist/data/abis/NexusViewer.json +0 -199
  33. package/dist/data/abis/PriceFeedOracle.json +0 -312
  34. package/dist/data/abis/ProposalCategory.json +0 -653
@@ -1,6 +1,5 @@
1
1
  {
2
- "Assessment": "0xcafeaa5f9c401b7295890f309168Bbb8173690A3",
3
- "AssessmentViewer": "0xcafeaA6660019915EC109052825ee7121480F0cD",
2
+ "Assessments": "0xcafea55aE10FB1bf21F7aF7a285488C42B59a24A",
4
3
  "cbBTC": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
5
4
  "Chainlink-DAI-ETH": "0x773616E4d11A78F511299002da57A0a94577F1f4",
6
5
  "Chainlink-ENZYME-VAULT": "0xCc72039A141c6e34a779eF93AEF5eB4C82A893c7",
@@ -8,34 +7,32 @@
8
7
  "Chainlink-RETH-ETH": "0x536218f9E9Eb48863970252233c8F271f554C2d0",
9
8
  "Chainlink-STETH-ETH": "0x86392dC19c0b719886221c78AB11eb8Cf5c52812",
10
9
  "Chainlink-CBBTC-USD": "0x2665701293fCbEB223D11A08D826563EDcCE423A",
10
+ "Claims": "0xcafeac11196a5CC352938aEEd545b32d5b9646fa",
11
11
  "Cover": "0xcafeac0fF5dA0A2777d915531bfA6B29d282Ee62",
12
- "CoverBroker": "0xCB2B736652D2dBf7d72e4dB880Cf6B7d99507814",
12
+ "CoverBroker": "0xCBcbcBCbfa2EDa48a41Da0711E1f3D7B42605Cc9",
13
13
  "CoverNFT": "0xcafeaCa76be547F14D0220482667B42D8E7Bc3eb",
14
14
  "CoverProducts": "0xcafead81a2c2508e7344155eB0DA67a3a487AA8d",
15
15
  "CoverViewer": "0xcafea53a6c1774030F4B1C06B4A5743d5AFFF8b9",
16
16
  "DAI": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
17
17
  "Governance": "0x4A5C681dDC32acC6ccA51ac17e9d461e6be87900",
18
- "IndividualClaims": "0xcafeac12feE6b65A710fA9299A98D65B4fdE7a62",
18
+ "Governor": "0xcafea6063d4Ec6b045d9676e58897C1f0882Ca32",
19
19
  "LegacyClaimsData": "0xdc2D359F59F6a26162972c3Bd0cFBfd8C9Ef43af",
20
20
  "LegacyQuotationData": "0x1776651F58a17a50098d31ba3C3cD259C1903f7A",
21
21
  "LimitOrders": "0xcafea53852E9f719c424Ec2fe1e7aDd27304210F",
22
- "MCR": "0xcafea92739e411a4D95bbc2275CA61dE6993C9a7",
23
- "MemberRoles": "0x055CC48f7968FD8640EF140610dd4038e1b03926",
24
22
  "NXMToken": "0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B",
25
23
  "NXMaster": "0x01BFd82675DBCc7762C84019cA518e701C0cD07e",
26
- "NexusViewer": "0xcafeab03F219b7a8BCb92a5d61508A0AE16302b6",
27
- "Pool": "0xcafeaf6eA90CB931ae43a8Cf4B25a73a24cF6158",
28
- "PriceFeedOracle": "0xcafea905B417AC7778843aaE1A0b3848CA97a592",
29
- "ProposalCategory": "0x888eA6Ab349c854936b98586CE6a17E98BF254b2",
24
+ "Pool": "0xcafea91714e55756C125B509274eDE9Bc91697CB",
30
25
  "Ramm": "0xcafea54f03E1Cc036653444e581A10a43B2487CD",
26
+ "Registry": "0xcafea2c575550512582090AA06d0a069E7236b9e",
31
27
  "SafeTracker": "0xcafeaB8B01C74c2239eA9b2B0F6aB2dD409c6c13",
32
28
  "StakingNFT": "0xcafea508a477D94c502c253A58239fb8F948e97f",
33
29
  "StakingPoolFactory": "0xcafeafb97BF8831D95C0FC659b8eB3946B101CB3",
34
30
  "StakingProducts": "0xcafea573fBd815B5f59e8049E71E554bde3477E4",
35
- "StakingViewer": "0xcafea5E8a7a54dd14Bb225b66C7a016dfd7F236b",
36
- "SwapOperator": "0xcafeaed98d7Fce8F355C03c9F3507B90a974f37e",
31
+ "StakingViewer": "0xcafea5c7d25a192ba70ECA0E2dB62F835c1cF81F",
32
+ "SwapOperator": "0xcafea501b78175F178b899625F06BC618ef06EB8",
37
33
  "TokenController": "0x5407381b6c251cFd498ccD4A1d877739CB7960B8",
38
34
  "USDC": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
35
+ "VotePower": "0xcafeac90410f069C24a876c208Eb2b3E53424EA5",
39
36
  "wNXM": "0x0d438F3b5175Bebc262bF23753C1E53d03432bDE",
40
37
  "wETH": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
41
38
  }
@@ -4,174 +4,224 @@
4
4
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmQz38DSo6DyrHkRj8uvtGFyx842izVvnx8a3qqF99dctG",
5
5
  "name": "Single Protocol Cover",
6
6
  "gracePeriod": 3024000,
7
- "claimMethod": 0
7
+ "claimMethod": 0,
8
+ "assessmentCooldownPeriod": 86400,
9
+ "payoutRedemptionPeriod": 2592000
8
10
  },
9
11
  {
10
12
  "id": 1,
11
13
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmYhCNjfrNTMq8eyg8i7LbBpTkMCHfix9Sv1jrPb7dYZKd",
12
14
  "name": "Custody",
13
15
  "gracePeriod": 10368000,
14
- "claimMethod": 0
16
+ "claimMethod": 0,
17
+ "assessmentCooldownPeriod": 86400,
18
+ "payoutRedemptionPeriod": 2592000
15
19
  },
16
20
  {
17
21
  "id": 2,
18
22
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmcPdiLNZmBM8pjQcCzLhH8tjPuhphCVKZeP5P4SBiLx3h",
19
23
  "name": "Yield Token",
20
- "gracePeriod": 0,
21
- "claimMethod": 1
24
+ "gracePeriod": 1209600,
25
+ "claimMethod": 1,
26
+ "assessmentCooldownPeriod": 86400,
27
+ "payoutRedemptionPeriod": 2592000
22
28
  },
23
29
  {
24
30
  "id": 3,
25
31
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmUTUfdfuZUjtPAiMZ4YRu77SaiyCov7jrSXTgeGeK8qt3",
26
32
  "name": "Sherlock Excess",
27
33
  "gracePeriod": 3024000,
28
- "claimMethod": 0
34
+ "claimMethod": 0,
35
+ "assessmentCooldownPeriod": 86400,
36
+ "payoutRedemptionPeriod": 2592000
29
37
  },
30
38
  {
31
39
  "id": 4,
32
40
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmPmwtwbyKnXBae1dmYD6jmgnewCeZGPMFGepkWMLWaiwC",
33
41
  "name": "Stakewise ETH Staking",
34
42
  "gracePeriod": 3024000,
35
- "claimMethod": 0
43
+ "claimMethod": 0,
44
+ "assessmentCooldownPeriod": 86400,
45
+ "payoutRedemptionPeriod": 2592000
36
46
  },
37
47
  {
38
48
  "id": 5,
39
49
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmUKhLi5ZahnzSxsMC9YQZbwwAKGhkHcoYqHUVgE31cXLe",
40
50
  "name": "Liquid Collective ETH Staking",
41
51
  "gracePeriod": 3024000,
42
- "claimMethod": 0
52
+ "claimMethod": 0,
53
+ "assessmentCooldownPeriod": 86400,
54
+ "payoutRedemptionPeriod": 2592000
43
55
  },
44
56
  {
45
57
  "id": 6,
46
58
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmWepFbtMYSzJt22ddF1CK9PwbrYgiLk9qJjryDrgpGuus",
47
59
  "name": "ETH Slashing",
48
60
  "gracePeriod": 3024000,
49
- "claimMethod": 0
61
+ "claimMethod": 0,
62
+ "assessmentCooldownPeriod": 86400,
63
+ "payoutRedemptionPeriod": 2592000
50
64
  },
51
65
  {
52
66
  "id": 7,
53
67
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmQfYgbBhyC3gJMvan9gbzUaZtd4Xy4gubEYfgTFKycBDZ",
54
68
  "name": "Sherlock Quota Share",
55
69
  "gracePeriod": 3024000,
56
- "claimMethod": 0
70
+ "claimMethod": 0,
71
+ "assessmentCooldownPeriod": 86400,
72
+ "payoutRedemptionPeriod": 2592000
57
73
  },
58
74
  {
59
75
  "id": 8,
60
76
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmQz38DSo6DyrHkRj8uvtGFyx842izVvnx8a3qqF99dctG",
61
77
  "name": "Native Protocol Cover",
62
78
  "gracePeriod": 3024000,
63
- "claimMethod": 0
79
+ "claimMethod": 0,
80
+ "assessmentCooldownPeriod": 86400,
81
+ "payoutRedemptionPeriod": 2592000
64
82
  },
65
83
  {
66
84
  "id": 9,
67
85
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmYvjtM4FoK8woRySpmmcp8zP7Bmc5ucDgQEc4boLzqie8",
68
86
  "name": "The Retail Mutual",
69
87
  "gracePeriod": 36720000,
70
- "claimMethod": 0
88
+ "claimMethod": 0,
89
+ "assessmentCooldownPeriod": 86400,
90
+ "payoutRedemptionPeriod": 2592000
71
91
  },
72
92
  {
73
93
  "id": 10,
74
94
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmWXYjBYjdKoRw6kyUvp5gYKjj2ojPPVxNYKr1gDjMLssY",
75
95
  "name": "UnoRe Quota Share",
76
96
  "gracePeriod": 3024000,
77
- "claimMethod": 0
97
+ "claimMethod": 0,
98
+ "assessmentCooldownPeriod": 86400,
99
+ "payoutRedemptionPeriod": 2592000
78
100
  },
79
101
  {
80
102
  "id": 11,
81
103
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmQz38DSo6DyrHkRj8uvtGFyx842izVvnx8a3qqF99dctG",
82
104
  "name": "Multi Protocol Cover",
83
105
  "gracePeriod": 3024000,
84
- "claimMethod": 0
106
+ "claimMethod": 0,
107
+ "assessmentCooldownPeriod": 86400,
108
+ "payoutRedemptionPeriod": 2592000
85
109
  },
86
110
  {
87
111
  "id": 12,
88
112
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmQx2H9A51SARNc4W8Ta2D2woXv2ebkUGZMC5HZoQW8TUX",
89
113
  "name": "ETH Slashing Umbrella",
90
114
  "gracePeriod": 3024000,
91
- "claimMethod": 0
115
+ "claimMethod": 0,
116
+ "assessmentCooldownPeriod": 86400,
117
+ "payoutRedemptionPeriod": 2592000
92
118
  },
93
119
  {
94
120
  "id": 13,
95
121
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmWRir4JSeSv3oKbHyDRz1xFKXh1d8wgew5Rr4koCMeYYu",
96
122
  "name": "OpenCover Transaction",
97
123
  "gracePeriod": 3024000,
98
- "claimMethod": 0
124
+ "claimMethod": 0,
125
+ "assessmentCooldownPeriod": 86400,
126
+ "payoutRedemptionPeriod": 2592000
99
127
  },
100
128
  {
101
129
  "id": 14,
102
130
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmevgAXtzi7773NaBrzGyW95aKSrt3MBtpQU1SQCPyCbSF",
103
131
  "name": "Fund Portfolio Cover",
104
132
  "gracePeriod": 3024000,
105
- "claimMethod": 0
133
+ "claimMethod": 0,
134
+ "assessmentCooldownPeriod": 86400,
135
+ "payoutRedemptionPeriod": 2592000
106
136
  },
107
137
  {
108
138
  "id": 15,
109
139
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmUtdg2CmNDh1ZkDKE2zwgbc7RF8yWDCCLEwqQ2zt8J7eT",
110
140
  "name": "Sherlock Bug Bounty Cover",
111
141
  "gracePeriod": 3024000,
112
- "claimMethod": 0
142
+ "claimMethod": 0,
143
+ "assessmentCooldownPeriod": 86400,
144
+ "payoutRedemptionPeriod": 2592000
113
145
  },
114
146
  {
115
147
  "id": 16,
116
148
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmQLh2wNDD2b2RGg9rNFbyrQwxqTthrTNaTsHenZnRg6u6",
117
149
  "name": "DeFi Pass",
118
150
  "gracePeriod": 3024000,
119
- "claimMethod": 0
151
+ "claimMethod": 0,
152
+ "assessmentCooldownPeriod": 86400,
153
+ "payoutRedemptionPeriod": 2592000
120
154
  },
121
155
  {
122
156
  "id": 17,
123
157
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmYgZNrGSAQZCGKEGdgvR132KWkLKtSDXmZVGfoGSKfYMG",
124
158
  "name": "Follow On Cover",
125
159
  "gracePeriod": 8640000,
126
- "claimMethod": 0
160
+ "claimMethod": 0,
161
+ "assessmentCooldownPeriod": 86400,
162
+ "payoutRedemptionPeriod": 2592000
127
163
  },
128
164
  {
129
165
  "id": 18,
130
166
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmRzT2MF4aWQs2UJZBTHU8gFnPsEGQWRQ75zwQP4dh514Y",
131
167
  "name": "Immunefi Bug Bounty Cover",
132
168
  "gracePeriod": 3024000,
133
- "claimMethod": 0
169
+ "claimMethod": 0,
170
+ "assessmentCooldownPeriod": 86400,
171
+ "payoutRedemptionPeriod": 2592000
134
172
  },
135
173
  {
136
174
  "id": 19,
137
175
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmYdBBwtdn9Z6j9nX3SkzPjWmvHxjMUbu44sibnQ9QrCHX",
138
176
  "name": "Nexus Mutual Cover",
139
177
  "gracePeriod": 3024000,
140
- "claimMethod": 0
178
+ "claimMethod": 0,
179
+ "assessmentCooldownPeriod": 86400,
180
+ "payoutRedemptionPeriod": 2592000
141
181
  },
142
182
  {
143
183
  "id": 20,
144
184
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmWWsaMfuumQw9JEF5YPbgwv7TP5bKYdgjrhYyMo66pXwa",
145
185
  "name": "Generalized Fund Portfolio Cover",
146
186
  "gracePeriod": 10368000,
147
- "claimMethod": 0
187
+ "claimMethod": 0,
188
+ "assessmentCooldownPeriod": 86400,
189
+ "payoutRedemptionPeriod": 2592000
148
190
  },
149
191
  {
150
192
  "id": 21,
151
193
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmaR79gHuSzU371e7V6EEk1V14ohDm2Hk25FFuRgk9vrfx",
152
194
  "name": "Crypto Cover",
153
195
  "gracePeriod": 10368000,
154
- "claimMethod": 0
196
+ "claimMethod": 0,
197
+ "assessmentCooldownPeriod": 86400,
198
+ "payoutRedemptionPeriod": 2592000
155
199
  },
156
200
  {
157
201
  "id": 22,
158
202
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmUzkWmZhEr9i8eMxPpoz59aZRxZ4uVSbjkD8EnAxrX3VP",
159
203
  "name": "Native Syndicate Cover",
160
204
  "gracePeriod": 3024000,
161
- "claimMethod": 0
205
+ "claimMethod": 0,
206
+ "assessmentCooldownPeriod": 86400,
207
+ "payoutRedemptionPeriod": 2592000
162
208
  },
163
209
  {
164
210
  "id": 23,
165
211
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmR8jRGHA3fsLnBK5dtj27evTDQ3Vyic3zJnCh7dVas3pL",
166
212
  "name": "Spearbit Cantina Cover",
167
213
  "gracePeriod": 3024000,
168
- "claimMethod": 0
214
+ "claimMethod": 0,
215
+ "assessmentCooldownPeriod": 86400,
216
+ "payoutRedemptionPeriod": 2592000
169
217
  },
170
218
  {
171
219
  "id": 24,
172
220
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmdwP8CfiEdr2CqeZf7GhzbPAT2SECbKr8FZmx1KwvfHS4",
173
221
  "name": "Leveraged Liquidation Cover",
174
222
  "gracePeriod": 3024000,
175
- "claimMethod": 0
223
+ "claimMethod": 0,
224
+ "assessmentCooldownPeriod": 86400,
225
+ "payoutRedemptionPeriod": 2592000
176
226
  }
177
227
  ]
@@ -2428,7 +2428,7 @@
2428
2428
  "cbBTC"
2429
2429
  ],
2430
2430
  "isPrivate": false,
2431
- "timestamp": 1753877075,
2431
+ "timestamp": 1754552351,
2432
2432
  "minPrice": 100
2433
2433
  },
2434
2434
  {
@@ -2551,7 +2551,7 @@
2551
2551
  "cbBTC"
2552
2552
  ],
2553
2553
  "isPrivate": false,
2554
- "timestamp": 1752150803,
2554
+ "timestamp": 1757074607,
2555
2555
  "minPrice": 100
2556
2556
  },
2557
2557
  {
@@ -2914,7 +2914,7 @@
2914
2914
  "cbBTC"
2915
2915
  ],
2916
2916
  "isPrivate": false,
2917
- "timestamp": 1733326763,
2917
+ "timestamp": 1733753135,
2918
2918
  "minPrice": 100
2919
2919
  },
2920
2920
  {
@@ -3057,7 +3057,7 @@
3057
3057
  "USDC"
3058
3058
  ],
3059
3059
  "isPrivate": false,
3060
- "timestamp": 1758283931,
3060
+ "timestamp": 1751550659,
3061
3061
  "minPrice": 100
3062
3062
  },
3063
3063
  {
@@ -3619,7 +3619,7 @@
3619
3619
  "USDC"
3620
3620
  ],
3621
3621
  "isPrivate": true,
3622
- "timestamp": 1753877075,
3622
+ "timestamp": 1758811223,
3623
3623
  "minPrice": 100
3624
3624
  },
3625
3625
  {
@@ -4189,7 +4189,7 @@
4189
4189
  "cbBTC"
4190
4190
  ],
4191
4191
  "isPrivate": true,
4192
- "timestamp": 1740672395,
4192
+ "timestamp": 1753877075,
4193
4193
  "minPrice": 275
4194
4194
  },
4195
4195
  {
@@ -4208,7 +4208,7 @@
4208
4208
  "cbBTC"
4209
4209
  ],
4210
4210
  "isPrivate": false,
4211
- "timestamp": 1736430671,
4211
+ "timestamp": 1759930091,
4212
4212
  "minPrice": 100
4213
4213
  },
4214
4214
  {
@@ -4227,7 +4227,7 @@
4227
4227
  "cbBTC"
4228
4228
  ],
4229
4229
  "isPrivate": false,
4230
- "timestamp": 1751550659,
4230
+ "timestamp": 1759930091,
4231
4231
  "minPrice": 100
4232
4232
  },
4233
4233
  {
@@ -4545,7 +4545,7 @@
4545
4545
  "cbBTC"
4546
4546
  ],
4547
4547
  "isPrivate": false,
4548
- "timestamp": 1744902863,
4548
+ "timestamp": 1759930091,
4549
4549
  "minPrice": 300
4550
4550
  },
4551
4551
  {
@@ -4655,7 +4655,7 @@
4655
4655
  "USDC"
4656
4656
  ],
4657
4657
  "isPrivate": false,
4658
- "timestamp": 1738243583,
4658
+ "timestamp": 1757074607,
4659
4659
  "minPrice": 150
4660
4660
  },
4661
4661
  {
@@ -4778,7 +4778,7 @@
4778
4778
  "cbBTC"
4779
4779
  ],
4780
4780
  "isPrivate": true,
4781
- "timestamp": 1739447471,
4781
+ "timestamp": 1739969915,
4782
4782
  "minPrice": 505
4783
4783
  },
4784
4784
  {
@@ -4812,7 +4812,7 @@
4812
4812
  "USDC"
4813
4813
  ],
4814
4814
  "isPrivate": false,
4815
- "timestamp": 1739447471,
4815
+ "timestamp": 1757074607,
4816
4816
  "minPrice": 150
4817
4817
  },
4818
4818
  {
@@ -4829,7 +4829,7 @@
4829
4829
  "USDC"
4830
4830
  ],
4831
4831
  "isPrivate": false,
4832
- "timestamp": 1745946671,
4832
+ "timestamp": 1759764875,
4833
4833
  "minPrice": 50
4834
4834
  },
4835
4835
  {
@@ -4880,7 +4880,7 @@
4880
4880
  "ETH"
4881
4881
  ],
4882
4882
  "isPrivate": false,
4883
- "timestamp": 1757074607,
4883
+ "timestamp": 1739447471,
4884
4884
  "minPrice": 100
4885
4885
  },
4886
4886
  {
@@ -4933,7 +4933,7 @@
4933
4933
  "cbBTC"
4934
4934
  ],
4935
4935
  "isPrivate": false,
4936
- "timestamp": 1758283931,
4936
+ "timestamp": 1741267523,
4937
4937
  "minPrice": 100
4938
4938
  },
4939
4939
  {
@@ -4952,7 +4952,7 @@
4952
4952
  "cbBTC"
4953
4953
  ],
4954
4954
  "isPrivate": false,
4955
- "timestamp": 1739447471,
4955
+ "timestamp": 1739537399,
4956
4956
  "minPrice": 50
4957
4957
  },
4958
4958
  {
@@ -4971,7 +4971,7 @@
4971
4971
  "cbBTC"
4972
4972
  ],
4973
4973
  "isPrivate": false,
4974
- "timestamp": 1739537399,
4974
+ "timestamp": 1739447471,
4975
4975
  "minPrice": 235
4976
4976
  },
4977
4977
  {
@@ -5009,7 +5009,7 @@
5009
5009
  "cbBTC"
5010
5010
  ],
5011
5011
  "isPrivate": true,
5012
- "timestamp": 1745946671,
5012
+ "timestamp": 1753877075,
5013
5013
  "minPrice": 225
5014
5014
  },
5015
5015
  {
@@ -5246,7 +5246,7 @@
5246
5246
  "USDC"
5247
5247
  ],
5248
5248
  "isPrivate": false,
5249
- "timestamp": 1742481059,
5249
+ "timestamp": 1757074607,
5250
5250
  "minPrice": 75
5251
5251
  },
5252
5252
  {
@@ -5299,7 +5299,7 @@
5299
5299
  "cbBTC"
5300
5300
  ],
5301
5301
  "isPrivate": false,
5302
- "timestamp": 1747055891,
5302
+ "timestamp": 1753877075,
5303
5303
  "minPrice": 100
5304
5304
  },
5305
5305
  {
@@ -5461,7 +5461,7 @@
5461
5461
  "cbBTC"
5462
5462
  ],
5463
5463
  "isPrivate": false,
5464
- "timestamp": 1747055891,
5464
+ "timestamp": 1749739367,
5465
5465
  "minPrice": 300
5466
5466
  },
5467
5467
  {
@@ -5671,7 +5671,7 @@
5671
5671
  "USDC"
5672
5672
  ],
5673
5673
  "isPrivate": false,
5674
- "timestamp": 1752150803,
5674
+ "timestamp": 1757074607,
5675
5675
  "minPrice": 50
5676
5676
  },
5677
5677
  {
@@ -5688,7 +5688,7 @@
5688
5688
  "USDC"
5689
5689
  ],
5690
5690
  "isPrivate": false,
5691
- "timestamp": 1752150803,
5691
+ "timestamp": 1757074607,
5692
5692
  "minPrice": 50
5693
5693
  },
5694
5694
  {
@@ -5722,7 +5722,7 @@
5722
5722
  "USDC"
5723
5723
  ],
5724
5724
  "isPrivate": false,
5725
- "timestamp": 1757074607,
5725
+ "timestamp": 1752834371,
5726
5726
  "minPrice": 300
5727
5727
  },
5728
5728
  {
@@ -5758,7 +5758,7 @@
5758
5758
  "cbBTC"
5759
5759
  ],
5760
5760
  "isPrivate": false,
5761
- "timestamp": 1758283931,
5761
+ "timestamp": 1752834371,
5762
5762
  "minPrice": 100
5763
5763
  },
5764
5764
  {
@@ -5843,7 +5843,7 @@
5843
5843
  "USDC"
5844
5844
  ],
5845
5845
  "isPrivate": false,
5846
- "timestamp": 1753877075,
5846
+ "timestamp": 1758283931,
5847
5847
  "minPrice": 100
5848
5848
  },
5849
5849
  {
@@ -6097,7 +6097,7 @@
6097
6097
  "cbBTC"
6098
6098
  ],
6099
6099
  "isPrivate": true,
6100
- "timestamp": 1757595203,
6100
+ "timestamp": 1759764875,
6101
6101
  "minPrice": 100
6102
6102
  },
6103
6103
  {
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "1.18.1"
2
+ "version": "1.19.0"
3
3
  }