@meterio/sumer-js 0.1.45 → 0.1.47

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 (53) hide show
  1. package/dist/browser/sumer.min.js +10 -10
  2. package/dist/nodejs/abi.js +335 -20
  3. package/dist/nodejs/abi.js.map +1 -1
  4. package/dist/nodejs/constants/arbitrum.d.ts +2 -10
  5. package/dist/nodejs/constants/arbitrum.js +8 -24
  6. package/dist/nodejs/constants/arbitrum.js.map +1 -1
  7. package/dist/nodejs/constants/basemain.d.ts +3 -10
  8. package/dist/nodejs/constants/basemain.js +5 -22
  9. package/dist/nodejs/constants/basemain.js.map +1 -1
  10. package/dist/nodejs/constants/metertest.js +2 -2
  11. package/dist/nodejs/errors.d.ts +12 -0
  12. package/dist/nodejs/errors.js +12 -0
  13. package/dist/nodejs/errors.js.map +1 -1
  14. package/dist/nodejs/index.d.ts +12 -0
  15. package/dist/nodejs/typechain/contracts/Interfaces/ITimelock.d.ts +4 -12
  16. package/dist/nodejs/typechain/contracts/Timelock.d.ts +140 -14
  17. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +13 -1
  18. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +16 -1
  19. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  20. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +13 -1
  21. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +16 -1
  22. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  23. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +12 -0
  24. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +15 -0
  25. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
  26. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +13 -1
  27. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +16 -1
  28. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  29. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.d.ts +13 -1
  30. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js +16 -1
  31. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js.map +1 -1
  32. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +13 -1
  33. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +16 -1
  34. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  35. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +13 -1
  36. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +16 -1
  37. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
  38. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +13 -1
  39. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +16 -1
  40. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
  41. package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.d.ts +0 -8
  42. package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.js +0 -10
  43. package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.js.map +1 -1
  44. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +13 -1
  45. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +16 -1
  46. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
  47. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +157 -9
  48. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +201 -11
  49. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
  50. package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.d.ts +1 -1
  51. package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js +1 -1
  52. package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js.map +1 -1
  53. package/package.json +1 -1
@@ -377,6 +377,11 @@ exports.abi = {
377
377
  "name": "ComptrollerMismatch",
378
378
  "type": "error"
379
379
  },
380
+ {
381
+ "inputs": [],
382
+ "name": "ExpiredSignature",
383
+ "type": "error"
384
+ },
380
385
  {
381
386
  "inputs": [],
382
387
  "name": "GroupIdMismatch",
@@ -512,6 +517,11 @@ exports.abi = {
512
517
  "name": "MarketNotListed",
513
518
  "type": "error"
514
519
  },
520
+ {
521
+ "inputs": [],
522
+ "name": "MinDelayNotReached",
523
+ "type": "error"
524
+ },
515
525
  {
516
526
  "inputs": [],
517
527
  "name": "MintMarketNotFresh",
@@ -617,6 +627,11 @@ exports.abi = {
617
627
  "name": "RedemptionSeizeTooMuch",
618
628
  "type": "error"
619
629
  },
630
+ {
631
+ "inputs": [],
632
+ "name": "RedemptionSignerNotInitialized",
633
+ "type": "error"
634
+ },
620
635
  {
621
636
  "inputs": [],
622
637
  "name": "ReduceReservesCashNotAvailable",
@@ -1674,6 +1689,11 @@ exports.abi = {
1674
1689
  "name": "ComptrollerMismatch",
1675
1690
  "type": "error"
1676
1691
  },
1692
+ {
1693
+ "inputs": [],
1694
+ "name": "ExpiredSignature",
1695
+ "type": "error"
1696
+ },
1677
1697
  {
1678
1698
  "inputs": [],
1679
1699
  "name": "GroupIdMismatch",
@@ -1809,6 +1829,11 @@ exports.abi = {
1809
1829
  "name": "MarketNotListed",
1810
1830
  "type": "error"
1811
1831
  },
1832
+ {
1833
+ "inputs": [],
1834
+ "name": "MinDelayNotReached",
1835
+ "type": "error"
1836
+ },
1812
1837
  {
1813
1838
  "inputs": [],
1814
1839
  "name": "MintMarketNotFresh",
@@ -1914,6 +1939,11 @@ exports.abi = {
1914
1939
  "name": "RedemptionSeizeTooMuch",
1915
1940
  "type": "error"
1916
1941
  },
1942
+ {
1943
+ "inputs": [],
1944
+ "name": "RedemptionSignerNotInitialized",
1945
+ "type": "error"
1946
+ },
1917
1947
  {
1918
1948
  "inputs": [],
1919
1949
  "name": "ReduceReservesCashNotAvailable",
@@ -2119,6 +2149,75 @@ exports.abi = {
2119
2149
  "name": "AgreementFrozen",
2120
2150
  "type": "event"
2121
2151
  },
2152
+ {
2153
+ "anonymous": false,
2154
+ "inputs": [
2155
+ {
2156
+ "indexed": false,
2157
+ "internalType": "uint256",
2158
+ "name": "oldRate",
2159
+ "type": "uint256"
2160
+ },
2161
+ {
2162
+ "indexed": false,
2163
+ "internalType": "uint256",
2164
+ "name": "newRate",
2165
+ "type": "uint256"
2166
+ },
2167
+ {
2168
+ "indexed": false,
2169
+ "internalType": "uint256",
2170
+ "name": "oldCapacity",
2171
+ "type": "uint256"
2172
+ },
2173
+ {
2174
+ "indexed": false,
2175
+ "internalType": "uint256",
2176
+ "name": "newCapacity",
2177
+ "type": "uint256"
2178
+ }
2179
+ ],
2180
+ "name": "NewLimiter",
2181
+ "type": "event"
2182
+ },
2183
+ {
2184
+ "anonymous": false,
2185
+ "inputs": [
2186
+ {
2187
+ "indexed": false,
2188
+ "internalType": "uint48",
2189
+ "name": "oldValue",
2190
+ "type": "uint48"
2191
+ },
2192
+ {
2193
+ "indexed": false,
2194
+ "internalType": "uint48",
2195
+ "name": "newValue",
2196
+ "type": "uint48"
2197
+ }
2198
+ ],
2199
+ "name": "NewMaxDelay",
2200
+ "type": "event"
2201
+ },
2202
+ {
2203
+ "anonymous": false,
2204
+ "inputs": [
2205
+ {
2206
+ "indexed": false,
2207
+ "internalType": "uint48",
2208
+ "name": "oldValue",
2209
+ "type": "uint48"
2210
+ },
2211
+ {
2212
+ "indexed": false,
2213
+ "internalType": "uint48",
2214
+ "name": "newValue",
2215
+ "type": "uint48"
2216
+ }
2217
+ ],
2218
+ "name": "NewMinDelay",
2219
+ "type": "event"
2220
+ },
2122
2221
  {
2123
2222
  "anonymous": false,
2124
2223
  "inputs": [
@@ -2377,11 +2476,6 @@ exports.abi = {
2377
2476
  "internalType": "uint256",
2378
2477
  "name": "underlyAmount",
2379
2478
  "type": "uint256"
2380
- },
2381
- {
2382
- "internalType": "address",
2383
- "name": "cToken",
2384
- "type": "address"
2385
2479
  }
2386
2480
  ],
2387
2481
  "name": "consumeValue",
@@ -2420,11 +2514,6 @@ exports.abi = {
2420
2514
  "name": "actionType",
2421
2515
  "type": "uint8"
2422
2516
  },
2423
- {
2424
- "internalType": "address",
2425
- "name": "cToken",
2426
- "type": "address"
2427
- },
2428
2517
  {
2429
2518
  "internalType": "uint256",
2430
2519
  "name": "underlyAmount",
@@ -2447,6 +2536,46 @@ exports.abi = {
2447
2536
  "stateMutability": "nonpayable",
2448
2537
  "type": "function"
2449
2538
  },
2539
+ {
2540
+ "inputs": [],
2541
+ "name": "currentState",
2542
+ "outputs": [
2543
+ {
2544
+ "components": [
2545
+ {
2546
+ "internalType": "uint256",
2547
+ "name": "tokens",
2548
+ "type": "uint256"
2549
+ },
2550
+ {
2551
+ "internalType": "uint32",
2552
+ "name": "lastUpdated",
2553
+ "type": "uint32"
2554
+ },
2555
+ {
2556
+ "internalType": "bool",
2557
+ "name": "isEnabled",
2558
+ "type": "bool"
2559
+ },
2560
+ {
2561
+ "internalType": "uint256",
2562
+ "name": "capacity",
2563
+ "type": "uint256"
2564
+ },
2565
+ {
2566
+ "internalType": "uint256",
2567
+ "name": "rate",
2568
+ "type": "uint256"
2569
+ }
2570
+ ],
2571
+ "internalType": "struct RateLimiter.TokenBucket",
2572
+ "name": "",
2573
+ "type": "tuple"
2574
+ }
2575
+ ],
2576
+ "stateMutability": "view",
2577
+ "type": "function"
2578
+ },
2450
2579
  {
2451
2580
  "inputs": [],
2452
2581
  "name": "freeze",
@@ -2584,6 +2713,25 @@ exports.abi = {
2584
2713
  "stateMutability": "view",
2585
2714
  "type": "function"
2586
2715
  },
2716
+ {
2717
+ "inputs": [
2718
+ {
2719
+ "internalType": "uint256",
2720
+ "name": "agreementId",
2721
+ "type": "uint256"
2722
+ }
2723
+ ],
2724
+ "name": "isAgreementMature",
2725
+ "outputs": [
2726
+ {
2727
+ "internalType": "bool",
2728
+ "name": "",
2729
+ "type": "bool"
2730
+ }
2731
+ ],
2732
+ "stateMutability": "view",
2733
+ "type": "function"
2734
+ },
2587
2735
  {
2588
2736
  "inputs": [],
2589
2737
  "name": "maxDelay",
@@ -2597,6 +2745,19 @@ exports.abi = {
2597
2745
  "stateMutability": "view",
2598
2746
  "type": "function"
2599
2747
  },
2748
+ {
2749
+ "inputs": [],
2750
+ "name": "minDelay",
2751
+ "outputs": [
2752
+ {
2753
+ "internalType": "uint48",
2754
+ "name": "",
2755
+ "type": "uint48"
2756
+ }
2757
+ ],
2758
+ "stateMutability": "view",
2759
+ "type": "function"
2760
+ },
2600
2761
  {
2601
2762
  "inputs": [
2602
2763
  {
@@ -2656,6 +2817,50 @@ exports.abi = {
2656
2817
  "stateMutability": "nonpayable",
2657
2818
  "type": "function"
2658
2819
  },
2820
+ {
2821
+ "inputs": [
2822
+ {
2823
+ "internalType": "uint256",
2824
+ "name": "newRate",
2825
+ "type": "uint256"
2826
+ },
2827
+ {
2828
+ "internalType": "uint256",
2829
+ "name": "newCapacity",
2830
+ "type": "uint256"
2831
+ }
2832
+ ],
2833
+ "name": "setLimiter",
2834
+ "outputs": [],
2835
+ "stateMutability": "nonpayable",
2836
+ "type": "function"
2837
+ },
2838
+ {
2839
+ "inputs": [
2840
+ {
2841
+ "internalType": "uint48",
2842
+ "name": "newMaxDelayInSeconds",
2843
+ "type": "uint48"
2844
+ }
2845
+ ],
2846
+ "name": "setMaxDelay",
2847
+ "outputs": [],
2848
+ "stateMutability": "nonpayable",
2849
+ "type": "function"
2850
+ },
2851
+ {
2852
+ "inputs": [
2853
+ {
2854
+ "internalType": "uint48",
2855
+ "name": "newMinDelayInSeconds",
2856
+ "type": "uint48"
2857
+ }
2858
+ ],
2859
+ "name": "setMinDelay",
2860
+ "outputs": [],
2861
+ "stateMutability": "nonpayable",
2862
+ "type": "function"
2863
+ },
2659
2864
  {
2660
2865
  "inputs": [
2661
2866
  {
@@ -2874,6 +3079,11 @@ exports.abi = {
2874
3079
  "name": "ComptrollerMismatch",
2875
3080
  "type": "error"
2876
3081
  },
3082
+ {
3083
+ "inputs": [],
3084
+ "name": "ExpiredSignature",
3085
+ "type": "error"
3086
+ },
2877
3087
  {
2878
3088
  "inputs": [],
2879
3089
  "name": "GroupIdMismatch",
@@ -3009,6 +3219,11 @@ exports.abi = {
3009
3219
  "name": "MarketNotListed",
3010
3220
  "type": "error"
3011
3221
  },
3222
+ {
3223
+ "inputs": [],
3224
+ "name": "MinDelayNotReached",
3225
+ "type": "error"
3226
+ },
3012
3227
  {
3013
3228
  "inputs": [],
3014
3229
  "name": "MintMarketNotFresh",
@@ -3114,6 +3329,11 @@ exports.abi = {
3114
3329
  "name": "RedemptionSeizeTooMuch",
3115
3330
  "type": "error"
3116
3331
  },
3332
+ {
3333
+ "inputs": [],
3334
+ "name": "RedemptionSignerNotInitialized",
3335
+ "type": "error"
3336
+ },
3117
3337
  {
3118
3338
  "inputs": [],
3119
3339
  "name": "ReduceReservesCashNotAvailable",
@@ -4812,6 +5032,11 @@ exports.abi = {
4812
5032
  "name": "ComptrollerMismatch",
4813
5033
  "type": "error"
4814
5034
  },
5035
+ {
5036
+ "inputs": [],
5037
+ "name": "ExpiredSignature",
5038
+ "type": "error"
5039
+ },
4815
5040
  {
4816
5041
  "inputs": [],
4817
5042
  "name": "GroupIdMismatch",
@@ -4947,6 +5172,11 @@ exports.abi = {
4947
5172
  "name": "MarketNotListed",
4948
5173
  "type": "error"
4949
5174
  },
5175
+ {
5176
+ "inputs": [],
5177
+ "name": "MinDelayNotReached",
5178
+ "type": "error"
5179
+ },
4950
5180
  {
4951
5181
  "inputs": [],
4952
5182
  "name": "MintMarketNotFresh",
@@ -5052,6 +5282,11 @@ exports.abi = {
5052
5282
  "name": "RedemptionSeizeTooMuch",
5053
5283
  "type": "error"
5054
5284
  },
5285
+ {
5286
+ "inputs": [],
5287
+ "name": "RedemptionSignerNotInitialized",
5288
+ "type": "error"
5289
+ },
5055
5290
  {
5056
5291
  "inputs": [],
5057
5292
  "name": "ReduceReservesCashNotAvailable",
@@ -6626,6 +6861,11 @@ exports.abi = {
6626
6861
  "name": "ComptrollerMismatch",
6627
6862
  "type": "error"
6628
6863
  },
6864
+ {
6865
+ "inputs": [],
6866
+ "name": "ExpiredSignature",
6867
+ "type": "error"
6868
+ },
6629
6869
  {
6630
6870
  "inputs": [],
6631
6871
  "name": "GroupIdMismatch",
@@ -6761,6 +7001,11 @@ exports.abi = {
6761
7001
  "name": "MarketNotListed",
6762
7002
  "type": "error"
6763
7003
  },
7004
+ {
7005
+ "inputs": [],
7006
+ "name": "MinDelayNotReached",
7007
+ "type": "error"
7008
+ },
6764
7009
  {
6765
7010
  "inputs": [],
6766
7011
  "name": "MintMarketNotFresh",
@@ -6866,6 +7111,11 @@ exports.abi = {
6866
7111
  "name": "RedemptionSeizeTooMuch",
6867
7112
  "type": "error"
6868
7113
  },
7114
+ {
7115
+ "inputs": [],
7116
+ "name": "RedemptionSignerNotInitialized",
7117
+ "type": "error"
7118
+ },
6869
7119
  {
6870
7120
  "inputs": [],
6871
7121
  "name": "ReduceReservesCashNotAvailable",
@@ -9420,6 +9670,11 @@ exports.abi = {
9420
9670
  "name": "ComptrollerMismatch",
9421
9671
  "type": "error"
9422
9672
  },
9673
+ {
9674
+ "inputs": [],
9675
+ "name": "ExpiredSignature",
9676
+ "type": "error"
9677
+ },
9423
9678
  {
9424
9679
  "inputs": [],
9425
9680
  "name": "GroupIdMismatch",
@@ -9555,6 +9810,11 @@ exports.abi = {
9555
9810
  "name": "MarketNotListed",
9556
9811
  "type": "error"
9557
9812
  },
9813
+ {
9814
+ "inputs": [],
9815
+ "name": "MinDelayNotReached",
9816
+ "type": "error"
9817
+ },
9558
9818
  {
9559
9819
  "inputs": [],
9560
9820
  "name": "MintMarketNotFresh",
@@ -9660,6 +9920,11 @@ exports.abi = {
9660
9920
  "name": "RedemptionSeizeTooMuch",
9661
9921
  "type": "error"
9662
9922
  },
9923
+ {
9924
+ "inputs": [],
9925
+ "name": "RedemptionSignerNotInitialized",
9926
+ "type": "error"
9927
+ },
9663
9928
  {
9664
9929
  "inputs": [],
9665
9930
  "name": "ReduceReservesCashNotAvailable",
@@ -11431,6 +11696,11 @@ exports.abi = {
11431
11696
  "name": "ComptrollerMismatch",
11432
11697
  "type": "error"
11433
11698
  },
11699
+ {
11700
+ "inputs": [],
11701
+ "name": "ExpiredSignature",
11702
+ "type": "error"
11703
+ },
11434
11704
  {
11435
11705
  "inputs": [],
11436
11706
  "name": "GroupIdMismatch",
@@ -11566,6 +11836,11 @@ exports.abi = {
11566
11836
  "name": "MarketNotListed",
11567
11837
  "type": "error"
11568
11838
  },
11839
+ {
11840
+ "inputs": [],
11841
+ "name": "MinDelayNotReached",
11842
+ "type": "error"
11843
+ },
11569
11844
  {
11570
11845
  "inputs": [],
11571
11846
  "name": "MintMarketNotFresh",
@@ -11671,6 +11946,11 @@ exports.abi = {
11671
11946
  "name": "RedemptionSeizeTooMuch",
11672
11947
  "type": "error"
11673
11948
  },
11949
+ {
11950
+ "inputs": [],
11951
+ "name": "RedemptionSignerNotInitialized",
11952
+ "type": "error"
11953
+ },
11674
11954
  {
11675
11955
  "inputs": [],
11676
11956
  "name": "ReduceReservesCashNotAvailable",
@@ -13142,6 +13422,11 @@ exports.abi = {
13142
13422
  "name": "ComptrollerMismatch",
13143
13423
  "type": "error"
13144
13424
  },
13425
+ {
13426
+ "inputs": [],
13427
+ "name": "ExpiredSignature",
13428
+ "type": "error"
13429
+ },
13145
13430
  {
13146
13431
  "inputs": [],
13147
13432
  "name": "GroupIdMismatch",
@@ -13277,6 +13562,11 @@ exports.abi = {
13277
13562
  "name": "MarketNotListed",
13278
13563
  "type": "error"
13279
13564
  },
13565
+ {
13566
+ "inputs": [],
13567
+ "name": "MinDelayNotReached",
13568
+ "type": "error"
13569
+ },
13280
13570
  {
13281
13571
  "inputs": [],
13282
13572
  "name": "MintMarketNotFresh",
@@ -13382,6 +13672,11 @@ exports.abi = {
13382
13672
  "name": "RedemptionSeizeTooMuch",
13383
13673
  "type": "error"
13384
13674
  },
13675
+ {
13676
+ "inputs": [],
13677
+ "name": "RedemptionSignerNotInitialized",
13678
+ "type": "error"
13679
+ },
13385
13680
  {
13386
13681
  "inputs": [],
13387
13682
  "name": "ReduceReservesCashNotAvailable",
@@ -14518,6 +14813,11 @@ exports.abi = {
14518
14813
  "name": "ComptrollerMismatch",
14519
14814
  "type": "error"
14520
14815
  },
14816
+ {
14817
+ "inputs": [],
14818
+ "name": "ExpiredSignature",
14819
+ "type": "error"
14820
+ },
14521
14821
  {
14522
14822
  "inputs": [],
14523
14823
  "name": "GroupIdMismatch",
@@ -14653,6 +14953,11 @@ exports.abi = {
14653
14953
  "name": "MarketNotListed",
14654
14954
  "type": "error"
14655
14955
  },
14956
+ {
14957
+ "inputs": [],
14958
+ "name": "MinDelayNotReached",
14959
+ "type": "error"
14960
+ },
14656
14961
  {
14657
14962
  "inputs": [],
14658
14963
  "name": "MintMarketNotFresh",
@@ -14758,6 +15063,11 @@ exports.abi = {
14758
15063
  "name": "RedemptionSeizeTooMuch",
14759
15064
  "type": "error"
14760
15065
  },
15066
+ {
15067
+ "inputs": [],
15068
+ "name": "RedemptionSignerNotInitialized",
15069
+ "type": "error"
15070
+ },
14761
15071
  {
14762
15072
  "inputs": [],
14763
15073
  "name": "ReduceReservesCashNotAvailable",
@@ -17784,6 +18094,11 @@ exports.abi = {
17784
18094
  "name": "ComptrollerMismatch",
17785
18095
  "type": "error"
17786
18096
  },
18097
+ {
18098
+ "inputs": [],
18099
+ "name": "ExpiredSignature",
18100
+ "type": "error"
18101
+ },
17787
18102
  {
17788
18103
  "inputs": [],
17789
18104
  "name": "GroupIdMismatch",
@@ -17919,6 +18234,11 @@ exports.abi = {
17919
18234
  "name": "MarketNotListed",
17920
18235
  "type": "error"
17921
18236
  },
18237
+ {
18238
+ "inputs": [],
18239
+ "name": "MinDelayNotReached",
18240
+ "type": "error"
18241
+ },
17922
18242
  {
17923
18243
  "inputs": [],
17924
18244
  "name": "MintMarketNotFresh",
@@ -18024,6 +18344,11 @@ exports.abi = {
18024
18344
  "name": "RedemptionSeizeTooMuch",
18025
18345
  "type": "error"
18026
18346
  },
18347
+ {
18348
+ "inputs": [],
18349
+ "name": "RedemptionSignerNotInitialized",
18350
+ "type": "error"
18351
+ },
18027
18352
  {
18028
18353
  "inputs": [],
18029
18354
  "name": "ReduceReservesCashNotAvailable",
@@ -25443,11 +25768,6 @@ exports.abi = {
25443
25768
  "internalType": "uint256",
25444
25769
  "name": "underlyAmount",
25445
25770
  "type": "uint256"
25446
- },
25447
- {
25448
- "internalType": "address",
25449
- "name": "cToken",
25450
- "type": "address"
25451
25771
  }
25452
25772
  ],
25453
25773
  "name": "consumeValue",
@@ -25486,11 +25806,6 @@ exports.abi = {
25486
25806
  "name": "actionType",
25487
25807
  "type": "uint8"
25488
25808
  },
25489
- {
25490
- "internalType": "address",
25491
- "name": "cToken",
25492
- "type": "address"
25493
- },
25494
25809
  {
25495
25810
  "internalType": "uint256",
25496
25811
  "name": "underlyAmount",