@meterio/sumer-js 0.2.190 → 0.2.191

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 (97) hide show
  1. package/dist/browser/sumer.min.js +18 -0
  2. package/dist/nodejs/abi.d.ts +167 -409
  3. package/dist/nodejs/abi.js +8217 -13236
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/constants/arbitrum.js +1 -1
  6. package/dist/nodejs/constants/arbitrum.js.map +1 -1
  7. package/dist/nodejs/constants/arbitrumsepolia.js +1 -1
  8. package/dist/nodejs/constants/arbitrumsepolia.js.map +1 -1
  9. package/dist/nodejs/constants/b2main.js +6 -6
  10. package/dist/nodejs/constants/b2main.js.map +1 -1
  11. package/dist/nodejs/constants/basemain.js +2 -2
  12. package/dist/nodejs/constants/basemain.js.map +1 -1
  13. package/dist/nodejs/constants/basesepolia.js +1 -1
  14. package/dist/nodejs/constants/basesepolia.js.map +1 -1
  15. package/dist/nodejs/constants/berabartio.js +11 -11
  16. package/dist/nodejs/constants/berabartio.js.map +1 -1
  17. package/dist/nodejs/constants/beramain.js +2 -2
  18. package/dist/nodejs/constants/beramain.js.map +1 -1
  19. package/dist/nodejs/constants/bsc.js +1 -1
  20. package/dist/nodejs/constants/bsc.js.map +1 -1
  21. package/dist/nodejs/constants/core.js +3 -3
  22. package/dist/nodejs/constants/core.js.map +1 -1
  23. package/dist/nodejs/constants/ethereum.js +2 -2
  24. package/dist/nodejs/constants/ethereum.js.map +1 -1
  25. package/dist/nodejs/constants/goat.js +2 -2
  26. package/dist/nodejs/constants/goat.js.map +1 -1
  27. package/dist/nodejs/constants/hemi.js +1 -1
  28. package/dist/nodejs/constants/hemi.js.map +1 -1
  29. package/dist/nodejs/constants/merlin.js +6 -6
  30. package/dist/nodejs/constants/merlin.js.map +1 -1
  31. package/dist/nodejs/constants/monadmain.js +5 -5
  32. package/dist/nodejs/constants/monadmain.js.map +1 -1
  33. package/dist/nodejs/constants/monadtest.js +13 -13
  34. package/dist/nodejs/constants/monadtest.js.map +1 -1
  35. package/dist/nodejs/constants/sepolia.js +4 -4
  36. package/dist/nodejs/constants/sepolia.js.map +1 -1
  37. package/dist/nodejs/constants/zklink.js +7 -7
  38. package/dist/nodejs/constants/zklink.js.map +1 -1
  39. package/dist/nodejs/errorABIs.js +12 -1499
  40. package/dist/nodejs/errorABIs.js.map +1 -1
  41. package/dist/nodejs/index.d.ts +167 -409
  42. package/dist/nodejs/typechain/contracts/CToken/index.d.ts +0 -1
  43. package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +0 -6
  44. package/dist/nodejs/typechain/contracts/index.d.ts +0 -2
  45. package/dist/nodejs/typechain/factories/contracts/CToken/CCompliantErc20__factory.d.ts +1 -1
  46. package/dist/nodejs/typechain/factories/contracts/CToken/CCompliantErc20__factory.js +1 -1
  47. package/dist/nodejs/typechain/factories/contracts/CToken/CCompliantErc20__factory.js.map +1 -1
  48. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -21
  49. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -28
  50. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  51. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -21
  52. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -28
  53. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  54. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +0 -20
  55. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +0 -27
  56. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
  57. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -21
  58. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -28
  59. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  60. package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +0 -1
  61. package/dist/nodejs/typechain/factories/contracts/CToken/index.js +1 -3
  62. package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -1
  63. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +1 -21
  64. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +1 -28
  65. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
  66. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +1 -21
  67. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +1 -28
  68. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  69. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +1 -21
  70. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +1 -28
  71. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
  72. package/dist/nodejs/typechain/factories/contracts/Comptroller/MockComptroller__factory.d.ts +1 -21
  73. package/dist/nodejs/typechain/factories/contracts/Comptroller/MockComptroller__factory.js +1 -28
  74. package/dist/nodejs/typechain/factories/contracts/Comptroller/MockComptroller__factory.js.map +1 -1
  75. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +1 -21
  76. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +1 -28
  77. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
  78. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +1 -21
  79. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +1 -28
  80. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js.map +1 -1
  81. package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +0 -3
  82. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +1 -4
  83. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
  84. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +1 -21
  85. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +1 -28
  86. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
  87. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +1 -21
  88. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +1 -28
  89. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
  90. package/dist/nodejs/typechain/factories/contracts/index.d.ts +0 -1
  91. package/dist/nodejs/typechain/factories/contracts/index.js +1 -2
  92. package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
  93. package/dist/nodejs/typechain/hardhat.d.ts +0 -162
  94. package/dist/nodejs/typechain/index.d.ts +0 -18
  95. package/dist/nodejs/typechain/index.js +3 -21
  96. package/dist/nodejs/typechain/index.js.map +1 -1
  97. package/package.json +1 -1
@@ -210,7 +210,14 @@ export declare const abi: {
210
210
  anonymous?: undefined;
211
211
  outputs?: undefined;
212
212
  })[];
213
- CArtemis: ({
213
+ CompLogic: ({
214
+ inputs: any[];
215
+ stateMutability: string;
216
+ type: string;
217
+ name?: undefined;
218
+ anonymous?: undefined;
219
+ outputs?: undefined;
220
+ } | {
214
221
  inputs: {
215
222
  internalType: string;
216
223
  name: string;
@@ -218,9 +225,9 @@ export declare const abi: {
218
225
  }[];
219
226
  name: string;
220
227
  type: string;
228
+ stateMutability?: undefined;
221
229
  anonymous?: undefined;
222
230
  outputs?: undefined;
223
- stateMutability?: undefined;
224
231
  } | {
225
232
  anonymous: boolean;
226
233
  inputs: {
@@ -231,8 +238,8 @@ export declare const abi: {
231
238
  }[];
232
239
  name: string;
233
240
  type: string;
234
- outputs?: undefined;
235
241
  stateMutability?: undefined;
242
+ outputs?: undefined;
236
243
  } | {
237
244
  inputs: {
238
245
  internalType: string;
@@ -249,13 +256,12 @@ export declare const abi: {
249
256
  type: string;
250
257
  anonymous?: undefined;
251
258
  } | {
252
- inputs: {
259
+ inputs: ({
253
260
  internalType: string;
254
261
  name: string;
255
262
  type: string;
256
- }[];
257
- name: string;
258
- outputs: {
263
+ components?: undefined;
264
+ } | {
259
265
  components: {
260
266
  internalType: string;
261
267
  name: string;
@@ -264,12 +270,14 @@ export declare const abi: {
264
270
  internalType: string;
265
271
  name: string;
266
272
  type: string;
267
- }[];
273
+ })[];
274
+ name: string;
275
+ outputs: any[];
268
276
  stateMutability: string;
269
277
  type: string;
270
278
  anonymous?: undefined;
271
279
  })[];
272
- CCompliantErc20: ({
280
+ CompoundLens: ({
273
281
  inputs: {
274
282
  internalType: string;
275
283
  name: string;
@@ -277,21 +285,27 @@ export declare const abi: {
277
285
  }[];
278
286
  name: string;
279
287
  type: string;
280
- anonymous?: undefined;
281
288
  outputs?: undefined;
282
289
  stateMutability?: undefined;
283
290
  } | {
284
- anonymous: boolean;
285
291
  inputs: {
286
- indexed: boolean;
287
292
  internalType: string;
288
293
  name: string;
289
294
  type: string;
290
295
  }[];
291
296
  name: string;
297
+ outputs: {
298
+ components: {
299
+ internalType: string;
300
+ name: string;
301
+ type: string;
302
+ }[];
303
+ internalType: string;
304
+ name: string;
305
+ type: string;
306
+ }[];
307
+ stateMutability: string;
292
308
  type: string;
293
- outputs?: undefined;
294
- stateMutability?: undefined;
295
309
  } | {
296
310
  inputs: {
297
311
  internalType: string;
@@ -306,9 +320,8 @@ export declare const abi: {
306
320
  }[];
307
321
  stateMutability: string;
308
322
  type: string;
309
- anonymous?: undefined;
310
323
  })[];
311
- CErc20: ({
324
+ Comptroller: ({
312
325
  inputs: any[];
313
326
  stateMutability: string;
314
327
  type: string;
@@ -340,27 +353,20 @@ export declare const abi: {
340
353
  outputs?: undefined;
341
354
  } | {
342
355
  inputs: {
356
+ components: {
357
+ internalType: string;
358
+ name: string;
359
+ type: string;
360
+ }[];
343
361
  internalType: string;
344
362
  name: string;
345
363
  type: string;
346
364
  }[];
347
365
  name: string;
348
- outputs: {
349
- internalType: string;
350
- name: string;
351
- type: string;
352
- }[];
353
- stateMutability: string;
354
- type: string;
355
- anonymous?: undefined;
356
- })[];
357
- CEther: ({
358
- inputs: any[];
366
+ outputs: any[];
359
367
  stateMutability: string;
360
368
  type: string;
361
- name?: undefined;
362
369
  anonymous?: undefined;
363
- outputs?: undefined;
364
370
  } | {
365
371
  inputs: {
366
372
  internalType: string;
@@ -368,23 +374,16 @@ export declare const abi: {
368
374
  type: string;
369
375
  }[];
370
376
  name: string;
371
- type: string;
372
- stateMutability?: undefined;
373
- anonymous?: undefined;
374
- outputs?: undefined;
375
- } | {
376
- anonymous: boolean;
377
- inputs: {
378
- indexed: boolean;
377
+ outputs: {
379
378
  internalType: string;
380
379
  name: string;
381
380
  type: string;
382
381
  }[];
383
- name: string;
382
+ stateMutability: string;
384
383
  type: string;
385
- stateMutability?: undefined;
386
- outputs?: undefined;
387
- } | {
384
+ anonymous?: undefined;
385
+ })[];
386
+ ComptrollerStorage: {
388
387
  inputs: {
389
388
  internalType: string;
390
389
  name: string;
@@ -398,16 +397,20 @@ export declare const abi: {
398
397
  }[];
399
398
  stateMutability: string;
400
399
  type: string;
401
- anonymous?: undefined;
402
- } | {
400
+ }[];
401
+ LiquityMath: any[];
402
+ MockComptroller: ({
403
+ inputs: {
404
+ internalType: string;
405
+ name: string;
406
+ type: string;
407
+ }[];
403
408
  stateMutability: string;
404
409
  type: string;
405
- inputs?: undefined;
406
410
  name?: undefined;
407
411
  anonymous?: undefined;
408
412
  outputs?: undefined;
409
- })[];
410
- CToken: ({
413
+ } | {
411
414
  inputs: {
412
415
  internalType: string;
413
416
  name: string;
@@ -415,9 +418,9 @@ export declare const abi: {
415
418
  }[];
416
419
  name: string;
417
420
  type: string;
421
+ stateMutability?: undefined;
418
422
  anonymous?: undefined;
419
423
  outputs?: undefined;
420
- stateMutability?: undefined;
421
424
  } | {
422
425
  anonymous: boolean;
423
426
  inputs: {
@@ -428,79 +431,51 @@ export declare const abi: {
428
431
  }[];
429
432
  name: string;
430
433
  type: string;
431
- outputs?: undefined;
432
434
  stateMutability?: undefined;
435
+ outputs?: undefined;
433
436
  } | {
434
437
  inputs: {
438
+ components: {
439
+ internalType: string;
440
+ name: string;
441
+ type: string;
442
+ }[];
435
443
  internalType: string;
436
444
  name: string;
437
445
  type: string;
438
446
  }[];
439
447
  name: string;
440
- outputs: {
441
- internalType: string;
442
- name: string;
443
- type: string;
444
- }[];
445
- stateMutability: string;
446
- type: string;
447
- anonymous?: undefined;
448
- })[];
449
- CTokenStorage: {
450
- inputs: {
451
- internalType: string;
452
- name: string;
453
- type: string;
454
- }[];
455
- name: string;
456
- outputs: {
457
- internalType: string;
458
- name: string;
459
- type: string;
460
- }[];
448
+ outputs: any[];
461
449
  stateMutability: string;
462
450
  type: string;
463
- }[];
464
- suErc20: ({
465
- inputs: {
466
- internalType: string;
467
- name: string;
468
- type: string;
469
- }[];
470
- name: string;
471
- type: string;
472
451
  anonymous?: undefined;
473
- outputs?: undefined;
474
- stateMutability?: undefined;
475
452
  } | {
476
- anonymous: boolean;
477
453
  inputs: {
478
- indexed: boolean;
479
454
  internalType: string;
480
455
  name: string;
481
456
  type: string;
482
457
  }[];
483
458
  name: string;
484
- type: string;
485
- outputs?: undefined;
486
- stateMutability?: undefined;
487
- } | {
488
- inputs: {
459
+ outputs: ({
489
460
  internalType: string;
490
461
  name: string;
491
462
  type: string;
492
- }[];
493
- name: string;
494
- outputs: {
463
+ components?: undefined;
464
+ } | {
465
+ components: {
466
+ internalType: string;
467
+ name: string;
468
+ type: string;
469
+ }[];
495
470
  internalType: string;
496
471
  name: string;
497
472
  type: string;
498
- }[];
473
+ })[];
499
474
  stateMutability: string;
500
475
  type: string;
501
476
  anonymous?: undefined;
502
477
  })[];
503
- CompLogic: ({
478
+ RedemptionManager: ({
504
479
  inputs: any[];
505
480
  stateMutability: string;
506
481
  type: string;
@@ -545,57 +520,26 @@ export declare const abi: {
545
520
  stateMutability: string;
546
521
  type: string;
547
522
  anonymous?: undefined;
548
- } | {
549
- inputs: ({
550
- internalType: string;
551
- name: string;
552
- type: string;
553
- components?: undefined;
554
- } | {
555
- components: {
556
- internalType: string;
557
- name: string;
558
- type: string;
559
- }[];
560
- internalType: string;
561
- name: string;
562
- type: string;
563
- })[];
564
- name: string;
565
- outputs: any[];
523
+ })[];
524
+ SortedBorrows: ({
525
+ inputs: any[];
566
526
  stateMutability: string;
567
527
  type: string;
568
528
  anonymous?: undefined;
569
- })[];
570
- CompoundLens: ({
571
- inputs: {
572
- internalType: string;
573
- name: string;
574
- type: string;
575
- }[];
576
- name: string;
577
- type: string;
529
+ name?: undefined;
578
530
  outputs?: undefined;
579
- stateMutability?: undefined;
580
531
  } | {
532
+ anonymous: boolean;
581
533
  inputs: {
534
+ indexed: boolean;
582
535
  internalType: string;
583
536
  name: string;
584
537
  type: string;
585
538
  }[];
586
539
  name: string;
587
- outputs: {
588
- components: {
589
- internalType: string;
590
- name: string;
591
- type: string;
592
- }[];
593
- internalType: string;
594
- name: string;
595
- type: string;
596
- }[];
597
- stateMutability: string;
598
540
  type: string;
541
+ stateMutability?: undefined;
542
+ outputs?: undefined;
599
543
  } | {
600
544
  inputs: {
601
545
  internalType: string;
@@ -610,8 +554,9 @@ export declare const abi: {
610
554
  }[];
611
555
  stateMutability: string;
612
556
  type: string;
557
+ anonymous?: undefined;
613
558
  })[];
614
- Comptroller: ({
559
+ CErc20: ({
615
560
  inputs: any[];
616
561
  stateMutability: string;
617
562
  type: string;
@@ -641,22 +586,6 @@ export declare const abi: {
641
586
  type: string;
642
587
  stateMutability?: undefined;
643
588
  outputs?: undefined;
644
- } | {
645
- inputs: {
646
- components: {
647
- internalType: string;
648
- name: string;
649
- type: string;
650
- }[];
651
- internalType: string;
652
- name: string;
653
- type: string;
654
- }[];
655
- name: string;
656
- outputs: any[];
657
- stateMutability: string;
658
- type: string;
659
- anonymous?: undefined;
660
589
  } | {
661
590
  inputs: {
662
591
  internalType: string;
@@ -673,28 +602,8 @@ export declare const abi: {
673
602
  type: string;
674
603
  anonymous?: undefined;
675
604
  })[];
676
- ComptrollerStorage: {
677
- inputs: {
678
- internalType: string;
679
- name: string;
680
- type: string;
681
- }[];
682
- name: string;
683
- outputs: {
684
- internalType: string;
685
- name: string;
686
- type: string;
687
- }[];
688
- stateMutability: string;
689
- type: string;
690
- }[];
691
- LiquityMath: any[];
692
- MockComptroller: ({
693
- inputs: {
694
- internalType: string;
695
- name: string;
696
- type: string;
697
- }[];
605
+ CEther: ({
606
+ inputs: any[];
698
607
  stateMutability: string;
699
608
  type: string;
700
609
  name?: undefined;
@@ -725,54 +634,28 @@ export declare const abi: {
725
634
  outputs?: undefined;
726
635
  } | {
727
636
  inputs: {
728
- components: {
729
- internalType: string;
730
- name: string;
731
- type: string;
732
- }[];
733
637
  internalType: string;
734
638
  name: string;
735
639
  type: string;
736
640
  }[];
737
641
  name: string;
738
- outputs: any[];
739
- stateMutability: string;
740
- type: string;
741
- anonymous?: undefined;
742
- } | {
743
- inputs: {
642
+ outputs: {
744
643
  internalType: string;
745
644
  name: string;
746
645
  type: string;
747
646
  }[];
748
- name: string;
749
- outputs: ({
750
- internalType: string;
751
- name: string;
752
- type: string;
753
- components?: undefined;
754
- } | {
755
- components: {
756
- internalType: string;
757
- name: string;
758
- type: string;
759
- }[];
760
- internalType: string;
761
- name: string;
762
- type: string;
763
- })[];
764
647
  stateMutability: string;
765
648
  type: string;
766
649
  anonymous?: undefined;
767
- })[];
768
- RedemptionManager: ({
769
- inputs: any[];
650
+ } | {
770
651
  stateMutability: string;
771
652
  type: string;
653
+ inputs?: undefined;
772
654
  name?: undefined;
773
655
  anonymous?: undefined;
774
656
  outputs?: undefined;
775
- } | {
657
+ })[];
658
+ CToken: ({
776
659
  inputs: {
777
660
  internalType: string;
778
661
  name: string;
@@ -780,9 +663,9 @@ export declare const abi: {
780
663
  }[];
781
664
  name: string;
782
665
  type: string;
783
- stateMutability?: undefined;
784
666
  anonymous?: undefined;
785
667
  outputs?: undefined;
668
+ stateMutability?: undefined;
786
669
  } | {
787
670
  anonymous: boolean;
788
671
  inputs: {
@@ -793,8 +676,8 @@ export declare const abi: {
793
676
  }[];
794
677
  name: string;
795
678
  type: string;
796
- stateMutability?: undefined;
797
679
  outputs?: undefined;
680
+ stateMutability?: undefined;
798
681
  } | {
799
682
  inputs: {
800
683
  internalType: string;
@@ -811,13 +694,32 @@ export declare const abi: {
811
694
  type: string;
812
695
  anonymous?: undefined;
813
696
  })[];
814
- SortedBorrows: ({
815
- inputs: any[];
697
+ CTokenStorage: {
698
+ inputs: {
699
+ internalType: string;
700
+ name: string;
701
+ type: string;
702
+ }[];
703
+ name: string;
704
+ outputs: {
705
+ internalType: string;
706
+ name: string;
707
+ type: string;
708
+ }[];
816
709
  stateMutability: string;
817
710
  type: string;
711
+ }[];
712
+ suErc20: ({
713
+ inputs: {
714
+ internalType: string;
715
+ name: string;
716
+ type: string;
717
+ }[];
718
+ name: string;
719
+ type: string;
818
720
  anonymous?: undefined;
819
- name?: undefined;
820
721
  outputs?: undefined;
722
+ stateMutability?: undefined;
821
723
  } | {
822
724
  anonymous: boolean;
823
725
  inputs: {
@@ -828,8 +730,8 @@ export declare const abi: {
828
730
  }[];
829
731
  name: string;
830
732
  type: string;
831
- stateMutability?: undefined;
832
733
  outputs?: undefined;
734
+ stateMutability?: undefined;
833
735
  } | {
834
736
  inputs: {
835
737
  internalType: string;
@@ -985,11 +887,7 @@ export declare const abi: {
985
887
  anonymous?: undefined;
986
888
  })[];
987
889
  IPool: {
988
- inputs: {
989
- internalType: string;
990
- name: string;
991
- type: string;
992
- }[];
890
+ inputs: any[];
993
891
  name: string;
994
892
  outputs: {
995
893
  internalType: string;
@@ -1000,11 +898,7 @@ export declare const abi: {
1000
898
  type: string;
1001
899
  }[];
1002
900
  IInfraredVault: ({
1003
- inputs: {
1004
- internalType: string;
1005
- name: string;
1006
- type: string;
1007
- }[];
901
+ inputs: any[];
1008
902
  name: string;
1009
903
  outputs: {
1010
904
  internalType: string;
@@ -1064,7 +958,11 @@ export declare const abi: {
1064
958
  stateMutability: string;
1065
959
  type: string;
1066
960
  })[];
1067
- VaultReentrancyLib: any[];
961
+ VaultReentrancyLib: {
962
+ inputs: any[];
963
+ name: string;
964
+ type: string;
965
+ }[];
1068
966
  FixedInterestRateModel: ({
1069
967
  inputs: {
1070
968
  internalType: string;
@@ -1236,21 +1134,6 @@ export declare const abi: {
1236
1134
  stateMutability: string;
1237
1135
  type: string;
1238
1136
  }[];
1239
- ICToken: {
1240
- inputs: {
1241
- internalType: string;
1242
- name: string;
1243
- type: string;
1244
- }[];
1245
- name: string;
1246
- outputs: {
1247
- internalType: string;
1248
- name: string;
1249
- type: string;
1250
- }[];
1251
- stateMutability: string;
1252
- type: string;
1253
- }[];
1254
1137
  ICompLogic: ({
1255
1138
  inputs: ({
1256
1139
  internalType: string;
@@ -1334,6 +1217,21 @@ export declare const abi: {
1334
1217
  type: string;
1335
1218
  anonymous?: undefined;
1336
1219
  })[];
1220
+ ICToken: {
1221
+ inputs: {
1222
+ internalType: string;
1223
+ name: string;
1224
+ type: string;
1225
+ }[];
1226
+ name: string;
1227
+ outputs: {
1228
+ internalType: string;
1229
+ name: string;
1230
+ type: string;
1231
+ }[];
1232
+ stateMutability: string;
1233
+ type: string;
1234
+ }[];
1337
1235
  IEIP20NonStandard: ({
1338
1236
  anonymous: boolean;
1339
1237
  inputs: {
@@ -1452,19 +1350,7 @@ export declare const abi: {
1452
1350
  stateMutability: string;
1453
1351
  type: string;
1454
1352
  }[];
1455
- IPMarket: ({
1456
- anonymous: boolean;
1457
- inputs: {
1458
- indexed: boolean;
1459
- internalType: string;
1460
- name: string;
1461
- type: string;
1462
- }[];
1463
- name: string;
1464
- type: string;
1465
- outputs?: undefined;
1466
- stateMutability?: undefined;
1467
- } | {
1353
+ IPendlePtOracle: {
1468
1354
  inputs: {
1469
1355
  internalType: string;
1470
1356
  name: string;
@@ -1478,9 +1364,8 @@ export declare const abi: {
1478
1364
  }[];
1479
1365
  stateMutability: string;
1480
1366
  type: string;
1481
- anonymous?: undefined;
1482
- })[];
1483
- IPPrincipalToken: ({
1367
+ }[];
1368
+ IPMarket: ({
1484
1369
  anonymous: boolean;
1485
1370
  inputs: {
1486
1371
  indexed: boolean;
@@ -1508,7 +1393,7 @@ export declare const abi: {
1508
1393
  type: string;
1509
1394
  anonymous?: undefined;
1510
1395
  })[];
1511
- IPYieldToken: ({
1396
+ IPPrincipalToken: ({
1512
1397
  anonymous: boolean;
1513
1398
  inputs: {
1514
1399
  indexed: boolean;
@@ -1536,7 +1421,7 @@ export declare const abi: {
1536
1421
  type: string;
1537
1422
  anonymous?: undefined;
1538
1423
  })[];
1539
- IPendlePtOracle: {
1424
+ IPriceOracle: {
1540
1425
  inputs: {
1541
1426
  internalType: string;
1542
1427
  name: string;
@@ -1551,7 +1436,19 @@ export declare const abi: {
1551
1436
  stateMutability: string;
1552
1437
  type: string;
1553
1438
  }[];
1554
- IPriceOracle: {
1439
+ IPYieldToken: ({
1440
+ anonymous: boolean;
1441
+ inputs: {
1442
+ indexed: boolean;
1443
+ internalType: string;
1444
+ name: string;
1445
+ type: string;
1446
+ }[];
1447
+ name: string;
1448
+ type: string;
1449
+ outputs?: undefined;
1450
+ stateMutability?: undefined;
1451
+ } | {
1555
1452
  inputs: {
1556
1453
  internalType: string;
1557
1454
  name: string;
@@ -1565,7 +1462,8 @@ export declare const abi: {
1565
1462
  }[];
1566
1463
  stateMutability: string;
1567
1464
  type: string;
1568
- }[];
1465
+ anonymous?: undefined;
1466
+ })[];
1569
1467
  IRedemptionManager: {
1570
1468
  inputs: {
1571
1469
  internalType: string;
@@ -1898,7 +1796,7 @@ export declare const abi: {
1898
1796
  stateMutability: string;
1899
1797
  type: string;
1900
1798
  }[];
1901
- ArtTokenAdapter: ({
1799
+ dualCoreAdapter: ({
1902
1800
  inputs: {
1903
1801
  internalType: string;
1904
1802
  name: string;
@@ -1919,22 +1817,7 @@ export declare const abi: {
1919
1817
  stateMutability: string;
1920
1818
  type: string;
1921
1819
  })[];
1922
- IDepositPool: {
1923
- inputs: {
1924
- internalType: string;
1925
- name: string;
1926
- type: string;
1927
- }[];
1928
- name: string;
1929
- outputs: {
1930
- internalType: string;
1931
- name: string;
1932
- type: string;
1933
- }[];
1934
- stateMutability: string;
1935
- type: string;
1936
- }[];
1937
- IGoatConfig: {
1820
+ IDualCore: {
1938
1821
  inputs: {
1939
1822
  internalType: string;
1940
1823
  name: string;
@@ -1942,11 +1825,6 @@ export declare const abi: {
1942
1825
  }[];
1943
1826
  name: string;
1944
1827
  outputs: {
1945
- components: {
1946
- internalType: string;
1947
- name: string;
1948
- type: string;
1949
- }[];
1950
1828
  internalType: string;
1951
1829
  name: string;
1952
1830
  type: string;
@@ -2000,11 +1878,6 @@ export declare const abi: {
2000
1878
  type: string;
2001
1879
  anonymous?: undefined;
2002
1880
  })[];
2003
- FixedPointMathLib: {
2004
- inputs: any[];
2005
- name: string;
2006
- type: string;
2007
- }[];
2008
1881
  LayerBankAdapter: ({
2009
1882
  inputs: {
2010
1883
  internalType: string;
@@ -2026,42 +1899,6 @@ export declare const abi: {
2026
1899
  stateMutability: string;
2027
1900
  type: string;
2028
1901
  })[];
2029
- IMonadLST: {
2030
- inputs: {
2031
- internalType: string;
2032
- name: string;
2033
- type: string;
2034
- }[];
2035
- name: string;
2036
- outputs: {
2037
- internalType: string;
2038
- name: string;
2039
- type: string;
2040
- }[];
2041
- stateMutability: string;
2042
- type: string;
2043
- }[];
2044
- MonadLSTAdapter: ({
2045
- inputs: {
2046
- internalType: string;
2047
- name: string;
2048
- type: string;
2049
- }[];
2050
- stateMutability: string;
2051
- type: string;
2052
- name?: undefined;
2053
- outputs?: undefined;
2054
- } | {
2055
- inputs: any[];
2056
- name: string;
2057
- outputs: {
2058
- internalType: string;
2059
- name: string;
2060
- type: string;
2061
- }[];
2062
- stateMutability: string;
2063
- type: string;
2064
- })[];
2065
1902
  PriceAdapter: {
2066
1903
  inputs: any[];
2067
1904
  name: string;
@@ -2124,32 +1961,7 @@ export declare const abi: {
2124
1961
  stateMutability: string;
2125
1962
  type: string;
2126
1963
  })[];
2127
- IStETH: {
2128
- inputs: {
2129
- internalType: string;
2130
- name: string;
2131
- type: string;
2132
- }[];
2133
- name: string;
2134
- outputs: {
2135
- internalType: string;
2136
- name: string;
2137
- type: string;
2138
- }[];
2139
- stateMutability: string;
2140
- type: string;
2141
- }[];
2142
- WstETHAdapter: ({
2143
- inputs: {
2144
- internalType: string;
2145
- name: string;
2146
- type: string;
2147
- }[];
2148
- stateMutability: string;
2149
- type: string;
2150
- name?: undefined;
2151
- outputs?: undefined;
2152
- } | {
1964
+ IEarn: {
2153
1965
  inputs: any[];
2154
1966
  name: string;
2155
1967
  outputs: {
@@ -2159,8 +1971,8 @@ export declare const abi: {
2159
1971
  }[];
2160
1972
  stateMutability: string;
2161
1973
  type: string;
2162
- })[];
2163
- IWstMTRG: {
1974
+ }[];
1975
+ IStCore: {
2164
1976
  inputs: any[];
2165
1977
  name: string;
2166
1978
  outputs: {
@@ -2171,7 +1983,7 @@ export declare const abi: {
2171
1983
  stateMutability: string;
2172
1984
  type: string;
2173
1985
  }[];
2174
- WstMTRGAdapter: ({
1986
+ stCoreAdapter: ({
2175
1987
  inputs: {
2176
1988
  internalType: string;
2177
1989
  name: string;
@@ -2192,7 +2004,7 @@ export declare const abi: {
2192
2004
  stateMutability: string;
2193
2005
  type: string;
2194
2006
  })[];
2195
- ICoreVault: {
2007
+ IStEUR: {
2196
2008
  inputs: {
2197
2009
  internalType: string;
2198
2010
  name: string;
@@ -2207,18 +2019,7 @@ export declare const abi: {
2207
2019
  stateMutability: string;
2208
2020
  type: string;
2209
2021
  }[];
2210
- IDualCore: {
2211
- inputs: any[];
2212
- name: string;
2213
- outputs: {
2214
- internalType: string;
2215
- name: string;
2216
- type: string;
2217
- }[];
2218
- stateMutability: string;
2219
- type: string;
2220
- }[];
2221
- dualCoreAdapter: ({
2022
+ stEURAdapter: ({
2222
2023
  inputs: {
2223
2024
  internalType: string;
2224
2025
  name: string;
@@ -2239,19 +2040,12 @@ export declare const abi: {
2239
2040
  stateMutability: string;
2240
2041
  type: string;
2241
2042
  })[];
2242
- IEarn: {
2243
- inputs: any[];
2244
- name: string;
2245
- outputs: {
2043
+ IStUSD: {
2044
+ inputs: {
2246
2045
  internalType: string;
2247
2046
  name: string;
2248
2047
  type: string;
2249
2048
  }[];
2250
- stateMutability: string;
2251
- type: string;
2252
- }[];
2253
- IStCore: {
2254
- inputs: any[];
2255
2049
  name: string;
2256
2050
  outputs: {
2257
2051
  internalType: string;
@@ -2261,7 +2055,7 @@ export declare const abi: {
2261
2055
  stateMutability: string;
2262
2056
  type: string;
2263
2057
  }[];
2264
- stCoreAdapter: ({
2058
+ stUSDAdapter: ({
2265
2059
  inputs: {
2266
2060
  internalType: string;
2267
2061
  name: string;
@@ -2282,7 +2076,7 @@ export declare const abi: {
2282
2076
  stateMutability: string;
2283
2077
  type: string;
2284
2078
  })[];
2285
- IStEUR: {
2079
+ IStETH: {
2286
2080
  inputs: {
2287
2081
  internalType: string;
2288
2082
  name: string;
@@ -2297,7 +2091,7 @@ export declare const abi: {
2297
2091
  stateMutability: string;
2298
2092
  type: string;
2299
2093
  }[];
2300
- stEURAdapter: ({
2094
+ WstETHAdapter: ({
2301
2095
  inputs: {
2302
2096
  internalType: string;
2303
2097
  name: string;
@@ -2318,12 +2112,8 @@ export declare const abi: {
2318
2112
  stateMutability: string;
2319
2113
  type: string;
2320
2114
  })[];
2321
- IStUSD: {
2322
- inputs: {
2323
- internalType: string;
2324
- name: string;
2325
- type: string;
2326
- }[];
2115
+ IWstMTRG: {
2116
+ inputs: any[];
2327
2117
  name: string;
2328
2118
  outputs: {
2329
2119
  internalType: string;
@@ -2333,7 +2123,7 @@ export declare const abi: {
2333
2123
  stateMutability: string;
2334
2124
  type: string;
2335
2125
  }[];
2336
- stUSDAdapter: ({
2126
+ WstMTRGAdapter: ({
2337
2127
  inputs: {
2338
2128
  internalType: string;
2339
2129
  name: string;
@@ -2394,38 +2184,6 @@ export declare const abi: {
2394
2184
  stateMutability: string;
2395
2185
  type: string;
2396
2186
  })[];
2397
- IyArtBTC: {
2398
- inputs: any[];
2399
- name: string;
2400
- outputs: {
2401
- internalType: string;
2402
- name: string;
2403
- type: string;
2404
- }[];
2405
- stateMutability: string;
2406
- type: string;
2407
- }[];
2408
- yArtBTCAdapter: ({
2409
- inputs: {
2410
- internalType: string;
2411
- name: string;
2412
- type: string;
2413
- }[];
2414
- stateMutability: string;
2415
- type: string;
2416
- name?: undefined;
2417
- outputs?: undefined;
2418
- } | {
2419
- inputs: any[];
2420
- name: string;
2421
- outputs: {
2422
- internalType: string;
2423
- name: string;
2424
- type: string;
2425
- }[];
2426
- stateMutability: string;
2427
- type: string;
2428
- })[];
2429
2187
  SumerProxy: ({
2430
2188
  inputs: {
2431
2189
  internalType: string;