curvance 5.3.1 → 5.3.3

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/helpers.d.ts CHANGED
@@ -123,7 +123,6 @@ export declare function getContractAddresses(chain: ChainRpcPrefix): {
123
123
  readonly adaptors: {
124
124
  readonly ChainlinkAdaptor: string;
125
125
  readonly RedstoneClassicAdaptor: string;
126
- readonly RedstoneCoreAdaptor: string;
127
126
  };
128
127
  readonly calldataCheckers: {
129
128
  readonly RedstoneAdaptorMulticallChecker: string;
@@ -135,179 +134,205 @@ export declare function getContractAddresses(chain: ChainRpcPrefix): {
135
134
  readonly simpleZapper: string;
136
135
  readonly optimizerZapper: string;
137
136
  };
138
- readonly "VaultAggregator-AUSD-sAUSD": string;
139
- readonly "StaticPriceAggregator-loAZND": string;
140
137
  readonly markets: {
141
138
  readonly "MUBOND | AUSD": {
142
139
  readonly address: string;
143
- readonly "muBOND-DynamicIRM": string;
144
140
  readonly tokens: {
145
141
  readonly muBOND: string;
146
142
  readonly AUSD: string;
147
143
  };
144
+ readonly irms: {
145
+ readonly muBOND: string;
146
+ readonly AUSD: string;
147
+ };
148
148
  readonly plugins: {
149
149
  readonly simplePositionManager: string;
150
150
  };
151
- readonly "AUSD-DynamicIRM": string;
152
151
  };
153
152
  readonly "loAZND | AUSD": {
154
153
  readonly address: string;
155
- readonly "loAZND-DynamicIRM": string;
156
154
  readonly tokens: {
157
155
  readonly loAZND: string;
158
156
  readonly AUSD: string;
159
157
  };
158
+ readonly irms: {
159
+ readonly loAZND: string;
160
+ readonly AUSD: string;
161
+ };
160
162
  readonly plugins: {
161
163
  readonly simplePositionManager: string;
162
164
  };
163
- readonly "AUSD-DynamicIRM": string;
164
165
  };
165
166
  readonly "ezETH | WETH": {
166
167
  readonly address: string;
167
- readonly "ezETH-DynamicIRM": string;
168
168
  readonly tokens: {
169
169
  readonly ezETH: string;
170
170
  readonly WETH: string;
171
171
  };
172
+ readonly irms: {
173
+ readonly ezETH: string;
174
+ readonly WETH: string;
175
+ };
172
176
  readonly plugins: {
173
177
  readonly simplePositionManager: string;
174
178
  };
175
- readonly "WETH-DynamicIRM": string;
176
179
  };
177
180
  readonly "shMON | WMON": {
178
181
  readonly address: string;
179
- readonly "shMON-DynamicIRM": string;
180
182
  readonly tokens: {
181
183
  readonly shMON: string;
182
184
  readonly WMON: string;
183
185
  };
186
+ readonly irms: {
187
+ readonly shMON: string;
188
+ readonly WMON: string;
189
+ };
184
190
  readonly plugins: {
185
191
  readonly nativeVaultPositionManager: string;
186
192
  readonly simplePositionManager: string;
187
193
  };
188
- readonly "WMON-DynamicIRM": string;
189
194
  };
190
195
  readonly "aprMON | WMON": {
191
196
  readonly address: string;
192
- readonly "aprMON-DynamicIRM": string;
193
197
  readonly tokens: {
194
198
  readonly aprMON: string;
195
199
  readonly WMON: string;
196
200
  };
201
+ readonly irms: {
202
+ readonly aprMON: string;
203
+ readonly WMON: string;
204
+ };
197
205
  readonly plugins: {
198
206
  readonly nativeVaultPositionManager: string;
199
207
  readonly simplePositionManager: string;
200
208
  };
201
- readonly "WMON-DynamicIRM": string;
202
209
  };
203
210
  readonly "sMON | WMON": {
204
211
  readonly address: string;
205
- readonly "sMON-DynamicIRM": string;
206
212
  readonly tokens: {
207
213
  readonly sMON: string;
208
214
  readonly WMON: string;
209
215
  };
216
+ readonly irms: {
217
+ readonly sMON: string;
218
+ readonly WMON: string;
219
+ };
210
220
  readonly plugins: {
211
221
  readonly simplePositionManager: string;
212
222
  };
213
- readonly "WMON-DynamicIRM": string;
214
223
  };
215
224
  readonly "sAUSD | AUSD": {
216
225
  readonly address: string;
217
- readonly "sAUSD-DynamicIRM": string;
218
226
  readonly tokens: {
219
227
  readonly sAUSD: string;
220
228
  readonly AUSD: string;
221
229
  };
230
+ readonly irms: {
231
+ readonly sAUSD: string;
232
+ readonly AUSD: string;
233
+ };
222
234
  readonly plugins: {
223
235
  readonly simplePositionManager: string;
224
236
  readonly vaultPositionManager: string;
225
237
  };
226
- readonly "AUSD-DynamicIRM": string;
227
238
  };
228
239
  readonly "earnAUSD | AUSD": {
229
240
  readonly address: string;
230
- readonly "earnAUSD-DynamicIRM": string;
231
241
  readonly tokens: {
232
242
  readonly earnAUSD: string;
233
243
  readonly AUSD: string;
234
244
  };
245
+ readonly irms: {
246
+ readonly earnAUSD: string;
247
+ readonly AUSD: string;
248
+ };
235
249
  readonly plugins: {
236
250
  readonly simplePositionManager: string;
237
251
  };
238
- readonly "AUSD-DynamicIRM": string;
239
252
  };
240
253
  readonly "WMON | AUSD": {
241
254
  readonly address: string;
242
- readonly "WMON-DynamicIRM": string;
243
255
  readonly tokens: {
244
256
  readonly WMON: string;
245
257
  readonly AUSD: string;
246
258
  };
259
+ readonly irms: {
260
+ readonly WMON: string;
261
+ readonly AUSD: string;
262
+ };
247
263
  readonly plugins: {
248
264
  readonly simplePositionManager: string;
249
265
  };
250
- readonly "AUSD-DynamicIRM": string;
251
266
  };
252
267
  readonly "WMON | USDC": {
253
268
  readonly address: string;
254
- readonly "WMON-DynamicIRM": string;
255
269
  readonly tokens: {
256
270
  readonly WMON: string;
257
271
  readonly USDC: string;
258
272
  };
273
+ readonly irms: {
274
+ readonly WMON: string;
275
+ readonly USDC: string;
276
+ };
259
277
  readonly plugins: {
260
278
  readonly simplePositionManager: string;
261
279
  };
262
- readonly "USDC-DynamicIRM": string;
263
280
  };
264
281
  readonly "WBTC | USDC": {
265
282
  readonly address: string;
266
- readonly "WBTC-DynamicIRM": string;
267
283
  readonly tokens: {
268
284
  readonly WBTC: string;
269
285
  readonly USDC: string;
270
286
  };
287
+ readonly irms: {
288
+ readonly WBTC: string;
289
+ readonly USDC: string;
290
+ };
271
291
  readonly plugins: {
272
292
  readonly simplePositionManager: string;
273
293
  };
274
- readonly "USDC-DynamicIRM": string;
275
294
  };
276
295
  readonly "WETH | USDC": {
277
296
  readonly address: string;
278
- readonly "WETH-DynamicIRM": string;
279
297
  readonly tokens: {
280
298
  readonly WETH: string;
281
299
  readonly USDC: string;
282
300
  };
301
+ readonly irms: {
302
+ readonly WETH: string;
303
+ readonly USDC: string;
304
+ };
283
305
  readonly plugins: {
284
306
  readonly simplePositionManager: string;
285
307
  };
286
- readonly "USDC-DynamicIRM": string;
287
308
  };
288
309
  readonly "gMON | WMON": {
289
310
  readonly address: string;
290
- readonly "gMON-DynamicIRM": string;
291
311
  readonly tokens: {
292
312
  readonly gMON: string;
293
313
  readonly WMON: string;
294
314
  };
315
+ readonly irms: {
316
+ readonly gMON: string;
317
+ readonly WMON: string;
318
+ };
295
319
  readonly plugins: {
296
320
  readonly simplePositionManager: string;
297
321
  };
298
- readonly "WMON-DynamicIRM": string;
299
322
  };
300
323
  readonly "syzUSD | AUSD": {
301
324
  readonly address: string;
302
- readonly "syzUSD-DynamicIRM": string;
303
325
  readonly tokens: {
304
326
  readonly syzUSD: string;
305
327
  readonly AUSD: string;
306
328
  };
329
+ readonly irms: {
330
+ readonly syzUSD: string;
331
+ readonly AUSD: string;
332
+ };
307
333
  readonly plugins: {
308
334
  readonly simplePositionManager: string;
309
335
  };
310
- readonly "AUSD-DynamicIRM": string;
311
336
  };
312
337
  readonly "wsrUSD | AUSD": {
313
338
  readonly address: string;
@@ -315,96 +340,106 @@ export declare function getContractAddresses(chain: ChainRpcPrefix): {
315
340
  readonly wsrUSD: string;
316
341
  readonly AUSD: string;
317
342
  };
343
+ readonly irms: {
344
+ readonly wsrUSD: string;
345
+ readonly AUSD: string;
346
+ };
318
347
  readonly plugins: {
319
348
  readonly simplePositionManager: string;
320
349
  };
321
- readonly "AUSD-DynamicIRM": string;
322
- readonly "wsrUSD-DynamicIRM": string;
323
350
  };
324
351
  readonly "YZM | AUSD": {
325
352
  readonly address: string;
326
- readonly plugins: {
327
- readonly simplePositionManager: string;
328
- };
329
- readonly "YZM-DynamicIRM": string;
330
353
  readonly tokens: {
331
354
  readonly YZM: string;
332
355
  readonly AUSD: string;
333
356
  };
334
- readonly "AUSD-DynamicIRM": string;
335
- };
336
- readonly "vUSD | AUSD": {
337
- readonly address: string;
357
+ readonly irms: {
358
+ readonly YZM: string;
359
+ readonly AUSD: string;
360
+ };
338
361
  readonly plugins: {
339
362
  readonly simplePositionManager: string;
340
363
  };
341
- readonly "vUSD-DynamicIRM": string;
364
+ };
365
+ readonly "vUSD | AUSD": {
366
+ readonly address: string;
342
367
  readonly tokens: {
343
368
  readonly vUSD: string;
344
369
  readonly AUSD: string;
345
370
  };
346
- readonly "AUSD-DynamicIRM": string;
347
- };
348
- readonly "eBTC | WBTC": {
349
- readonly address: string;
371
+ readonly irms: {
372
+ readonly vUSD: string;
373
+ readonly AUSD: string;
374
+ };
350
375
  readonly plugins: {
351
376
  readonly simplePositionManager: string;
352
377
  };
353
- readonly "eBTC-DynamicIRM": string;
378
+ };
379
+ readonly "eBTC | WBTC": {
380
+ readonly address: string;
354
381
  readonly tokens: {
355
382
  readonly eBTC: string;
356
383
  readonly WBTC: string;
357
384
  };
358
- readonly "WBTC-DynamicIRM": string;
359
- };
360
- readonly "savUSD | USDC": {
361
- readonly address: string;
385
+ readonly irms: {
386
+ readonly eBTC: string;
387
+ readonly WBTC: string;
388
+ };
362
389
  readonly plugins: {
363
390
  readonly simplePositionManager: string;
364
391
  };
365
- readonly irms: {
392
+ };
393
+ readonly "savUSD | USDC": {
394
+ readonly address: string;
395
+ readonly tokens: {
366
396
  readonly savUSD: string;
367
397
  readonly USDC: string;
368
398
  };
369
- readonly tokens: {
399
+ readonly irms: {
370
400
  readonly savUSD: string;
371
401
  readonly USDC: string;
372
402
  };
373
- };
374
- readonly "savUSD | AUSD": {
375
- readonly address: string;
376
403
  readonly plugins: {
377
404
  readonly simplePositionManager: string;
378
405
  };
379
- readonly irms: {
406
+ };
407
+ readonly "savUSD | AUSD": {
408
+ readonly address: string;
409
+ readonly tokens: {
380
410
  readonly savUSD: string;
381
411
  readonly AUSD: string;
382
412
  };
383
- readonly tokens: {
413
+ readonly irms: {
384
414
  readonly savUSD: string;
385
415
  readonly AUSD: string;
386
416
  };
417
+ readonly plugins: {
418
+ readonly simplePositionManager: string;
419
+ };
387
420
  };
388
421
  readonly "PT AUSD 8OCT2026 | AUSD": {
389
422
  readonly address: string;
390
- readonly irms: {
423
+ readonly tokens: {
391
424
  readonly "PT-AUSD-8OCT2026": string;
392
425
  readonly AUSD: string;
393
426
  };
394
- readonly tokens: {
427
+ readonly irms: {
395
428
  readonly "PT-AUSD-8OCT2026": string;
396
429
  readonly AUSD: string;
397
430
  };
398
431
  };
399
432
  };
400
433
  readonly Optimizers: {
401
- readonly "cAUSD+": string;
434
+ readonly "High Yield AUSD": string;
402
435
  };
403
436
  readonly OptimizerReader: string;
404
437
  readonly ProtocolReader: string;
405
438
  readonly "CombinedAggregator-ezETH": string;
406
439
  readonly "CombinedAggregator-earnAUSD": string;
407
440
  readonly "CombinedAggregator-savUSD": string;
441
+ readonly "StaticPriceAggregator-loAZND": string;
442
+ readonly "StaticPriceAggregator-sAUSD": string;
408
443
  readonly DAOTimelock: string;
409
444
  readonly "VaultAggregator-USDC-YZM": string;
410
445
  readonly "VaultAggregator-AUSD-vUSD": string;
@@ -412,19 +447,9 @@ export declare function getContractAddresses(chain: ChainRpcPrefix): {
412
447
  readonly "ProtocolManagerMassPause-EC": string;
413
448
  readonly "ProtocolManagerMassPause-RapidResponse": string;
414
449
  readonly "PendlePTAggregator-PT-AUSD-8OCT2026": string;
415
- readonly oracleMigration: {
416
- readonly adaptors: {
417
- readonly ChainlinkAdaptor: string;
418
- readonly RedstoneClassicAdaptor: string;
419
- };
420
- readonly aggregators: {
421
- readonly "CombinedAggregator-earnAUSD": string;
422
- readonly "VaultAggregator-USDC-YZM": string;
423
- readonly "CombinedAggregator-savUSD": string;
424
- readonly "CombinedAggregator-ezETH": string;
425
- readonly "VaultAggregator-AUSD-sAUSD": string;
426
- };
427
- };
450
+ readonly "ProtocolManager-Avant": string;
451
+ readonly "ProtocolManager-IRM": string;
452
+ readonly "ProtocolManager-Yuzu": string;
428
453
  } | {
429
454
  readonly CentralRegistry: string;
430
455
  readonly OracleManager: string;
@@ -450,21 +475,25 @@ export declare function getContractAddresses(chain: ChainRpcPrefix): {
450
475
  readonly markets: {
451
476
  readonly "Stable Market": {
452
477
  readonly address: string;
453
- readonly "USDC-DynamicIRM": string;
454
478
  readonly tokens: {
455
479
  readonly USDC: string;
456
480
  readonly AUSD: string;
457
481
  };
458
- readonly "AUSD-DynamicIRM": string;
482
+ readonly irms: {
483
+ readonly USDC: string;
484
+ readonly AUSD: string;
485
+ };
459
486
  };
460
487
  readonly "Volatile Market": {
461
488
  readonly address: string;
462
- readonly "BTC-DynamicIRM": string;
463
489
  readonly tokens: {
464
490
  readonly BTC: string;
465
491
  readonly ETH: string;
466
492
  };
467
- readonly "ETH-DynamicIRM": string;
493
+ readonly irms: {
494
+ readonly BTC: string;
495
+ readonly ETH: string;
496
+ };
468
497
  };
469
498
  };
470
499
  readonly ProtocolReader: string;
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "curvance",
3
- "version": "5.3.1",
3
+ "version": "5.3.3",
4
4
  "packageManager": "npm@11.14.1",
5
5
  "engines": {
6
6
  "npm": ">=11.14.1 <12"
@@ -37,7 +37,7 @@
37
37
  "build": "node node_modules/typescript/bin/tsc",
38
38
  "test": "npm run test:transport",
39
39
  "test:all": "node --test --test-concurrency=1 --require ts-node/register tests/*.test.ts",
40
- "test:transport": "node --test --test-concurrency=1 --require ts-node/register tests/contract-gas-buffer.test.ts tests/retry-fallback.test.ts tests/rpc-ranking.test.ts tests/rpc-config-shape.test.ts tests/protocol-reader.test.ts tests/setup-race.test.ts tests/query-budget.test.ts tests/conversion.test.ts tests/erc20.test.ts tests/feePolicy.test.ts tests/validation.test.ts tests/api.test.ts tests/market-refresh.test.ts tests/market-boot.test.ts tests/merkl.test.ts tests/detached-context.test.ts tests/market-get-all-indexes.test.ts tests/snapshot-multichain.test.ts tests/dex-aggregators.test.ts tests/calldata-compat.test.ts tests/leverage-math.test.ts tests/ctoken-deposits.test.ts tests/ctoken-collateral-removal.test.ts tests/ctoken-snapshot.test.ts tests/borrowable-helpers.test.ts tests/zapper-calldata.test.ts tests/optimizer-zapper.test.ts tests/leverage-vault-behavior.test.ts tests/ctoken-leverage-planning.test.ts tests/ctoken-leverage-execution.test.ts tests/market-leverage-preview.test.ts tests/market-position-health-units.test.ts tests/optimizer-reader.test.ts tests/lending-optimizer.test.ts tests/source-invariants.test.ts",
40
+ "test:transport": "node --test --test-concurrency=1 --require ts-node/register tests/contract-gas-buffer.test.ts tests/retry-fallback.test.ts tests/rpc-ranking.test.ts tests/rpc-config-shape.test.ts tests/protocol-reader.test.ts tests/setup-race.test.ts tests/query-budget.test.ts tests/conversion.test.ts tests/erc20.test.ts tests/feePolicy.test.ts tests/validation.test.ts tests/api.test.ts tests/market-refresh.test.ts tests/market-boot.test.ts tests/merkl.test.ts tests/detached-context.test.ts tests/market-get-all-indexes.test.ts tests/snapshot-multichain.test.ts tests/dex-aggregators.test.ts tests/calldata-compat.test.ts tests/leverage-math.test.ts tests/ctoken-deposits.test.ts tests/ctoken-collateral-removal.test.ts tests/ctoken-snapshot.test.ts tests/ctoken-price.test.ts tests/borrowable-helpers.test.ts tests/zapper-calldata.test.ts tests/optimizer-zapper.test.ts tests/leverage-vault-behavior.test.ts tests/ctoken-leverage-planning.test.ts tests/ctoken-leverage-execution.test.ts tests/market-leverage-preview.test.ts tests/market-position-health-units.test.ts tests/optimizer-reader.test.ts tests/lending-optimizer.test.ts tests/source-invariants.test.ts",
41
41
  "test:fork": "node --test --test-concurrency=1 --require ts-node/register tests/fork-integration.ts tests/basic.test.ts tests/arb-basic.test.ts tests/optimizer.test.ts tests/optimizer-zap.test.ts tests/leverage.test.ts tests/zap.test.ts tests/dual-fork-switch.test.ts",
42
42
  "test:dist-smoke": "npm run build && node tests/dist-smoke.cjs",
43
43
  "test:leverage": "ts-node tests/leverage.test.ts",