@meterio/sumer-js 0.2.96 → 0.2.97

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 (38) hide show
  1. package/dist/browser/sumer.min.js +1 -1
  2. package/dist/nodejs/abi.js +150 -0
  3. package/dist/nodejs/abi.js.map +1 -1
  4. package/dist/nodejs/errorABIs.js +150 -0
  5. package/dist/nodejs/errorABIs.js.map +1 -1
  6. package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +9 -1
  7. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +90 -31
  8. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +49 -1
  9. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +61 -1
  10. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  11. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +49 -1
  12. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +61 -1
  13. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  14. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +48 -0
  15. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +60 -0
  16. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
  17. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +49 -1
  18. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +61 -1
  19. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  20. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +59 -1
  21. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +74 -1
  22. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
  23. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +49 -1
  24. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +61 -1
  25. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  26. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +146 -30
  27. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +183 -35
  28. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
  29. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +49 -1
  30. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +61 -1
  31. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
  32. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +49 -1
  33. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +61 -1
  34. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
  35. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +49 -1
  36. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +61 -1
  37. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
  38. package/package.json +1 -1
@@ -608,6 +608,11 @@ exports.abi = {
608
608
  "name": "MintPaused",
609
609
  "type": "error"
610
610
  },
611
+ {
612
+ "inputs": [],
613
+ "name": "MintTokensCantBeZero",
614
+ "type": "error"
615
+ },
611
616
  {
612
617
  "inputs": [],
613
618
  "name": "NoRedemptionProvider",
@@ -623,6 +628,16 @@ exports.abi = {
623
628
  "name": "NotEnoughForSeize",
624
629
  "type": "error"
625
630
  },
631
+ {
632
+ "inputs": [],
633
+ "name": "NotEnoughUnderlyingAfterRedeem",
634
+ "type": "error"
635
+ },
636
+ {
637
+ "inputs": [],
638
+ "name": "NotEnoughUnderlyingForMint",
639
+ "type": "error"
640
+ },
626
641
  {
627
642
  "inputs": [],
628
643
  "name": "NotLiquidatableYet",
@@ -2053,6 +2068,11 @@ exports.abi = {
2053
2068
  "name": "MintPaused",
2054
2069
  "type": "error"
2055
2070
  },
2071
+ {
2072
+ "inputs": [],
2073
+ "name": "MintTokensCantBeZero",
2074
+ "type": "error"
2075
+ },
2056
2076
  {
2057
2077
  "inputs": [],
2058
2078
  "name": "NoRedemptionProvider",
@@ -2068,6 +2088,16 @@ exports.abi = {
2068
2088
  "name": "NotEnoughForSeize",
2069
2089
  "type": "error"
2070
2090
  },
2091
+ {
2092
+ "inputs": [],
2093
+ "name": "NotEnoughUnderlyingAfterRedeem",
2094
+ "type": "error"
2095
+ },
2096
+ {
2097
+ "inputs": [],
2098
+ "name": "NotEnoughUnderlyingForMint",
2099
+ "type": "error"
2100
+ },
2071
2101
  {
2072
2102
  "inputs": [],
2073
2103
  "name": "NotLiquidatableYet",
@@ -3659,6 +3689,11 @@ exports.abi = {
3659
3689
  "name": "MintPaused",
3660
3690
  "type": "error"
3661
3691
  },
3692
+ {
3693
+ "inputs": [],
3694
+ "name": "MintTokensCantBeZero",
3695
+ "type": "error"
3696
+ },
3662
3697
  {
3663
3698
  "inputs": [],
3664
3699
  "name": "NoRedemptionProvider",
@@ -3674,6 +3709,16 @@ exports.abi = {
3674
3709
  "name": "NotEnoughForSeize",
3675
3710
  "type": "error"
3676
3711
  },
3712
+ {
3713
+ "inputs": [],
3714
+ "name": "NotEnoughUnderlyingAfterRedeem",
3715
+ "type": "error"
3716
+ },
3717
+ {
3718
+ "inputs": [],
3719
+ "name": "NotEnoughUnderlyingForMint",
3720
+ "type": "error"
3721
+ },
3677
3722
  {
3678
3723
  "inputs": [],
3679
3724
  "name": "NotLiquidatableYet",
@@ -5778,6 +5823,11 @@ exports.abi = {
5778
5823
  "name": "MintPaused",
5779
5824
  "type": "error"
5780
5825
  },
5826
+ {
5827
+ "inputs": [],
5828
+ "name": "MintTokensCantBeZero",
5829
+ "type": "error"
5830
+ },
5781
5831
  {
5782
5832
  "inputs": [],
5783
5833
  "name": "NoRedemptionProvider",
@@ -5793,6 +5843,16 @@ exports.abi = {
5793
5843
  "name": "NotEnoughForSeize",
5794
5844
  "type": "error"
5795
5845
  },
5846
+ {
5847
+ "inputs": [],
5848
+ "name": "NotEnoughUnderlyingAfterRedeem",
5849
+ "type": "error"
5850
+ },
5851
+ {
5852
+ "inputs": [],
5853
+ "name": "NotEnoughUnderlyingForMint",
5854
+ "type": "error"
5855
+ },
5796
5856
  {
5797
5857
  "inputs": [],
5798
5858
  "name": "NotLiquidatableYet",
@@ -7768,6 +7828,11 @@ exports.abi = {
7768
7828
  "name": "MintPaused",
7769
7829
  "type": "error"
7770
7830
  },
7831
+ {
7832
+ "inputs": [],
7833
+ "name": "MintTokensCantBeZero",
7834
+ "type": "error"
7835
+ },
7771
7836
  {
7772
7837
  "inputs": [],
7773
7838
  "name": "NoRedemptionProvider",
@@ -7783,6 +7848,16 @@ exports.abi = {
7783
7848
  "name": "NotEnoughForSeize",
7784
7849
  "type": "error"
7785
7850
  },
7851
+ {
7852
+ "inputs": [],
7853
+ "name": "NotEnoughUnderlyingAfterRedeem",
7854
+ "type": "error"
7855
+ },
7856
+ {
7857
+ "inputs": [],
7858
+ "name": "NotEnoughUnderlyingForMint",
7859
+ "type": "error"
7860
+ },
7786
7861
  {
7787
7862
  "inputs": [],
7788
7863
  "name": "NotLiquidatableYet",
@@ -10311,6 +10386,11 @@ exports.abi = {
10311
10386
  "name": "MintPaused",
10312
10387
  "type": "error"
10313
10388
  },
10389
+ {
10390
+ "inputs": [],
10391
+ "name": "MintTokensCantBeZero",
10392
+ "type": "error"
10393
+ },
10314
10394
  {
10315
10395
  "inputs": [],
10316
10396
  "name": "NoRedemptionProvider",
@@ -10326,6 +10406,16 @@ exports.abi = {
10326
10406
  "name": "NotEnoughForSeize",
10327
10407
  "type": "error"
10328
10408
  },
10409
+ {
10410
+ "inputs": [],
10411
+ "name": "NotEnoughUnderlyingAfterRedeem",
10412
+ "type": "error"
10413
+ },
10414
+ {
10415
+ "inputs": [],
10416
+ "name": "NotEnoughUnderlyingForMint",
10417
+ "type": "error"
10418
+ },
10329
10419
  {
10330
10420
  "inputs": [],
10331
10421
  "name": "NotLiquidatableYet",
@@ -12503,6 +12593,11 @@ exports.abi = {
12503
12593
  "name": "MintPaused",
12504
12594
  "type": "error"
12505
12595
  },
12596
+ {
12597
+ "inputs": [],
12598
+ "name": "MintTokensCantBeZero",
12599
+ "type": "error"
12600
+ },
12506
12601
  {
12507
12602
  "inputs": [],
12508
12603
  "name": "NoRedemptionProvider",
@@ -12518,6 +12613,16 @@ exports.abi = {
12518
12613
  "name": "NotEnoughForSeize",
12519
12614
  "type": "error"
12520
12615
  },
12616
+ {
12617
+ "inputs": [],
12618
+ "name": "NotEnoughUnderlyingAfterRedeem",
12619
+ "type": "error"
12620
+ },
12621
+ {
12622
+ "inputs": [],
12623
+ "name": "NotEnoughUnderlyingForMint",
12624
+ "type": "error"
12625
+ },
12521
12626
  {
12522
12627
  "inputs": [],
12523
12628
  "name": "NotLiquidatableYet",
@@ -13996,6 +14101,11 @@ exports.abi = {
13996
14101
  "name": "MintPaused",
13997
14102
  "type": "error"
13998
14103
  },
14104
+ {
14105
+ "inputs": [],
14106
+ "name": "MintTokensCantBeZero",
14107
+ "type": "error"
14108
+ },
13999
14109
  {
14000
14110
  "inputs": [],
14001
14111
  "name": "NoRedemptionProvider",
@@ -14011,6 +14121,16 @@ exports.abi = {
14011
14121
  "name": "NotEnoughForSeize",
14012
14122
  "type": "error"
14013
14123
  },
14124
+ {
14125
+ "inputs": [],
14126
+ "name": "NotEnoughUnderlyingAfterRedeem",
14127
+ "type": "error"
14128
+ },
14129
+ {
14130
+ "inputs": [],
14131
+ "name": "NotEnoughUnderlyingForMint",
14132
+ "type": "error"
14133
+ },
14014
14134
  {
14015
14135
  "inputs": [],
14016
14136
  "name": "NotLiquidatableYet",
@@ -15538,6 +15658,11 @@ exports.abi = {
15538
15658
  "name": "MintPaused",
15539
15659
  "type": "error"
15540
15660
  },
15661
+ {
15662
+ "inputs": [],
15663
+ "name": "MintTokensCantBeZero",
15664
+ "type": "error"
15665
+ },
15541
15666
  {
15542
15667
  "inputs": [],
15543
15668
  "name": "NoRedemptionProvider",
@@ -15553,6 +15678,16 @@ exports.abi = {
15553
15678
  "name": "NotEnoughForSeize",
15554
15679
  "type": "error"
15555
15680
  },
15681
+ {
15682
+ "inputs": [],
15683
+ "name": "NotEnoughUnderlyingAfterRedeem",
15684
+ "type": "error"
15685
+ },
15686
+ {
15687
+ "inputs": [],
15688
+ "name": "NotEnoughUnderlyingForMint",
15689
+ "type": "error"
15690
+ },
15556
15691
  {
15557
15692
  "inputs": [],
15558
15693
  "name": "NotLiquidatableYet",
@@ -18073,6 +18208,11 @@ exports.abi = {
18073
18208
  "name": "MintPaused",
18074
18209
  "type": "error"
18075
18210
  },
18211
+ {
18212
+ "inputs": [],
18213
+ "name": "MintTokensCantBeZero",
18214
+ "type": "error"
18215
+ },
18076
18216
  {
18077
18217
  "inputs": [],
18078
18218
  "name": "NoRedemptionProvider",
@@ -18088,6 +18228,16 @@ exports.abi = {
18088
18228
  "name": "NotEnoughForSeize",
18089
18229
  "type": "error"
18090
18230
  },
18231
+ {
18232
+ "inputs": [],
18233
+ "name": "NotEnoughUnderlyingAfterRedeem",
18234
+ "type": "error"
18235
+ },
18236
+ {
18237
+ "inputs": [],
18238
+ "name": "NotEnoughUnderlyingForMint",
18239
+ "type": "error"
18240
+ },
18091
18241
  {
18092
18242
  "inputs": [],
18093
18243
  "name": "NotLiquidatableYet",