@meterio/sumer-js 0.2.10 → 0.2.12

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 (111) hide show
  1. package/dist/browser/sumer.min.js +8 -8
  2. package/dist/nodejs/abi.d.ts +99 -19
  3. package/dist/nodejs/abi.js +305 -22
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/comptroller.d.ts +0 -1
  6. package/dist/nodejs/comptroller.js +1 -104
  7. package/dist/nodejs/comptroller.js.map +1 -1
  8. package/dist/nodejs/constants/basemain.d.ts +1 -0
  9. package/dist/nodejs/constants/basemain.js +1 -0
  10. package/dist/nodejs/constants/basemain.js.map +1 -1
  11. package/dist/nodejs/constants/basetest.d.ts +1 -0
  12. package/dist/nodejs/constants/basetest.js +1 -0
  13. package/dist/nodejs/constants/basetest.js.map +1 -1
  14. package/dist/nodejs/constants/metermain.d.ts +2 -0
  15. package/dist/nodejs/constants/metermain.js +2 -0
  16. package/dist/nodejs/constants/metermain.js.map +1 -1
  17. package/dist/nodejs/constants/metertest.d.ts +1 -0
  18. package/dist/nodejs/constants/metertest.js +2 -1
  19. package/dist/nodejs/constants/metertest.js.map +1 -1
  20. package/dist/nodejs/constants/sepolia.d.ts +3 -56
  21. package/dist/nodejs/constants/sepolia.js +5 -99
  22. package/dist/nodejs/constants/sepolia.js.map +1 -1
  23. package/dist/nodejs/errorABIs.js +50 -0
  24. package/dist/nodejs/errorABIs.js.map +1 -1
  25. package/dist/nodejs/errors.d.ts +4 -0
  26. package/dist/nodejs/errors.js +4 -0
  27. package/dist/nodejs/errors.js.map +1 -1
  28. package/dist/nodejs/index.d.ts +99 -19
  29. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/index.d.ts +2 -0
  30. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.d.ts +36 -0
  31. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.js +3 -0
  32. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.js.map +1 -0
  33. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
  34. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.js +3 -0
  35. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -0
  36. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +51 -2
  37. package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +15 -1
  38. package/dist/nodejs/typechain/contracts/Library/CreateCall.d.ts +67 -0
  39. package/dist/nodejs/typechain/contracts/Library/CreateCall.js +3 -0
  40. package/dist/nodejs/typechain/contracts/Library/CreateCall.js.map +1 -0
  41. package/dist/nodejs/typechain/contracts/Library/index.d.ts +1 -0
  42. package/dist/nodejs/typechain/contracts/Timelock.d.ts +36 -2
  43. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/index.d.ts +1 -0
  44. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/index.js +2 -1
  45. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/index.js.map +1 -1
  46. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable__factory.d.ts +17 -0
  47. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable__factory.js +33 -0
  48. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable__factory.js.map +1 -0
  49. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
  50. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +9 -0
  51. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -0
  52. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +9 -1
  53. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +11 -1
  54. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  55. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +9 -1
  56. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +11 -1
  57. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  58. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +4 -0
  59. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +5 -0
  60. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
  61. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +9 -1
  62. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +11 -1
  63. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  64. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.d.ts +9 -1
  65. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js +11 -1
  66. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js.map +1 -1
  67. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +5 -1
  68. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +6 -1
  69. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
  70. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +5 -1
  71. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +6 -1
  72. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  73. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
  74. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
  75. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +72 -1
  76. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +93 -1
  77. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
  78. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +9 -1
  79. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +11 -1
  80. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
  81. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +5 -1
  82. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +6 -1
  83. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js.map +1 -1
  84. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.d.ts +1 -1
  85. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js +1 -1
  86. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js.map +1 -1
  87. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +14 -0
  88. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +18 -0
  89. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
  90. package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.d.ts +72 -0
  91. package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.js +106 -0
  92. package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.js.map +1 -0
  93. package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.d.ts +1 -1
  94. package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.js +1 -1
  95. package/dist/nodejs/typechain/factories/contracts/Library/index.d.ts +1 -0
  96. package/dist/nodejs/typechain/factories/contracts/Library/index.js +3 -1
  97. package/dist/nodejs/typechain/factories/contracts/Library/index.js.map +1 -1
  98. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +5 -1
  99. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +6 -1
  100. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
  101. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +45 -21
  102. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +57 -27
  103. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
  104. package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.d.ts +1 -1
  105. package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js +1 -1
  106. package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js.map +1 -1
  107. package/dist/nodejs/typechain/hardhat.d.ts +36 -0
  108. package/dist/nodejs/typechain/index.d.ts +4 -0
  109. package/dist/nodejs/typechain/index.js +6 -2
  110. package/dist/nodejs/typechain/index.js.map +1 -1
  111. package/package.json +1 -1
@@ -547,6 +547,11 @@ exports.abi = {
547
547
  "name": "NotEnoughForSeize",
548
548
  "type": "error"
549
549
  },
550
+ {
551
+ "inputs": [],
552
+ "name": "NotLiquidatableYet",
553
+ "type": "error"
554
+ },
550
555
  {
551
556
  "inputs": [],
552
557
  "name": "NotSuToken",
@@ -1587,28 +1592,7 @@ exports.abi = {
1587
1592
  ],
1588
1593
  "Timelock": [
1589
1594
  {
1590
- "inputs": [
1591
- {
1592
- "internalType": "contract IComptroller",
1593
- "name": "_comptroller",
1594
- "type": "address"
1595
- },
1596
- {
1597
- "internalType": "uint256",
1598
- "name": "rate",
1599
- "type": "uint256"
1600
- },
1601
- {
1602
- "internalType": "uint256",
1603
- "name": "capacity",
1604
- "type": "uint256"
1605
- },
1606
- {
1607
- "internalType": "uint256",
1608
- "name": "_threshold",
1609
- "type": "uint256"
1610
- }
1611
- ],
1595
+ "inputs": [],
1612
1596
  "stateMutability": "nonpayable",
1613
1597
  "type": "constructor"
1614
1598
  },
@@ -1859,6 +1843,11 @@ exports.abi = {
1859
1843
  "name": "NotEnoughForSeize",
1860
1844
  "type": "error"
1861
1845
  },
1846
+ {
1847
+ "inputs": [],
1848
+ "name": "NotLiquidatableYet",
1849
+ "type": "error"
1850
+ },
1862
1851
  {
1863
1852
  "inputs": [],
1864
1853
  "name": "NotSuToken",
@@ -2149,6 +2138,19 @@ exports.abi = {
2149
2138
  "name": "AgreementFrozen",
2150
2139
  "type": "event"
2151
2140
  },
2141
+ {
2142
+ "anonymous": false,
2143
+ "inputs": [
2144
+ {
2145
+ "indexed": false,
2146
+ "internalType": "uint8",
2147
+ "name": "version",
2148
+ "type": "uint8"
2149
+ }
2150
+ ],
2151
+ "name": "Initialized",
2152
+ "type": "event"
2153
+ },
2152
2154
  {
2153
2155
  "anonymous": false,
2154
2156
  "inputs": [
@@ -2738,6 +2740,39 @@ exports.abi = {
2738
2740
  "stateMutability": "view",
2739
2741
  "type": "function"
2740
2742
  },
2743
+ {
2744
+ "inputs": [
2745
+ {
2746
+ "internalType": "address",
2747
+ "name": "_admin",
2748
+ "type": "address"
2749
+ },
2750
+ {
2751
+ "internalType": "contract IComptroller",
2752
+ "name": "_comptroller",
2753
+ "type": "address"
2754
+ },
2755
+ {
2756
+ "internalType": "uint256",
2757
+ "name": "rate",
2758
+ "type": "uint256"
2759
+ },
2760
+ {
2761
+ "internalType": "uint256",
2762
+ "name": "capacity",
2763
+ "type": "uint256"
2764
+ },
2765
+ {
2766
+ "internalType": "uint256",
2767
+ "name": "_threshold",
2768
+ "type": "uint256"
2769
+ }
2770
+ ],
2771
+ "name": "initialize",
2772
+ "outputs": [],
2773
+ "stateMutability": "nonpayable",
2774
+ "type": "function"
2775
+ },
2741
2776
  {
2742
2777
  "inputs": [
2743
2778
  {
@@ -3038,6 +3073,11 @@ exports.abi = {
3038
3073
  }
3039
3074
  ],
3040
3075
  "CErc20": [
3076
+ {
3077
+ "inputs": [],
3078
+ "stateMutability": "nonpayable",
3079
+ "type": "constructor"
3080
+ },
3041
3081
  {
3042
3082
  "inputs": [],
3043
3083
  "name": "AddReservesMarketNotFresh",
@@ -3269,6 +3309,11 @@ exports.abi = {
3269
3309
  "name": "NotEnoughForSeize",
3270
3310
  "type": "error"
3271
3311
  },
3312
+ {
3313
+ "inputs": [],
3314
+ "name": "NotLiquidatableYet",
3315
+ "type": "error"
3316
+ },
3272
3317
  {
3273
3318
  "inputs": [],
3274
3319
  "name": "NotSuToken",
@@ -5022,6 +5067,11 @@ exports.abi = {
5022
5067
  }
5023
5068
  ],
5024
5069
  "CEther": [
5070
+ {
5071
+ "inputs": [],
5072
+ "stateMutability": "nonpayable",
5073
+ "type": "constructor"
5074
+ },
5025
5075
  {
5026
5076
  "inputs": [],
5027
5077
  "name": "AddReservesMarketNotFresh",
@@ -5253,6 +5303,11 @@ exports.abi = {
5253
5303
  "name": "NotEnoughForSeize",
5254
5304
  "type": "error"
5255
5305
  },
5306
+ {
5307
+ "inputs": [],
5308
+ "name": "NotLiquidatableYet",
5309
+ "type": "error"
5310
+ },
5256
5311
  {
5257
5312
  "inputs": [],
5258
5313
  "name": "NotSuToken",
@@ -7113,6 +7168,11 @@ exports.abi = {
7113
7168
  "name": "NotEnoughForSeize",
7114
7169
  "type": "error"
7115
7170
  },
7171
+ {
7172
+ "inputs": [],
7173
+ "name": "NotLiquidatableYet",
7174
+ "type": "error"
7175
+ },
7116
7176
  {
7117
7177
  "inputs": [],
7118
7178
  "name": "NotSuToken",
@@ -9722,6 +9782,11 @@ exports.abi = {
9722
9782
  }
9723
9783
  ],
9724
9784
  "suErc20": [
9785
+ {
9786
+ "inputs": [],
9787
+ "stateMutability": "nonpayable",
9788
+ "type": "constructor"
9789
+ },
9725
9790
  {
9726
9791
  "inputs": [],
9727
9792
  "name": "AddReservesMarketNotFresh",
@@ -9953,6 +10018,11 @@ exports.abi = {
9953
10018
  "name": "NotEnoughForSeize",
9954
10019
  "type": "error"
9955
10020
  },
10021
+ {
10022
+ "inputs": [],
10023
+ "name": "NotLiquidatableYet",
10024
+ "type": "error"
10025
+ },
9956
10026
  {
9957
10027
  "inputs": [],
9958
10028
  "name": "NotSuToken",
@@ -11779,6 +11849,11 @@ exports.abi = {
11779
11849
  }
11780
11850
  ],
11781
11851
  "AccountLiquidity": [
11852
+ {
11853
+ "inputs": [],
11854
+ "stateMutability": "nonpayable",
11855
+ "type": "constructor"
11856
+ },
11782
11857
  {
11783
11858
  "inputs": [],
11784
11859
  "name": "AddReservesMarketNotFresh",
@@ -12010,6 +12085,11 @@ exports.abi = {
12010
12085
  "name": "NotEnoughForSeize",
12011
12086
  "type": "error"
12012
12087
  },
12088
+ {
12089
+ "inputs": [],
12090
+ "name": "NotLiquidatableYet",
12091
+ "type": "error"
12092
+ },
12013
12093
  {
12014
12094
  "inputs": [],
12015
12095
  "name": "NotSuToken",
@@ -12554,6 +12634,11 @@ exports.abi = {
12554
12634
  }
12555
12635
  ],
12556
12636
  "CompLogic": [
12637
+ {
12638
+ "inputs": [],
12639
+ "stateMutability": "nonpayable",
12640
+ "type": "constructor"
12641
+ },
12557
12642
  {
12558
12643
  "anonymous": false,
12559
12644
  "inputs": [
@@ -13736,6 +13821,11 @@ exports.abi = {
13736
13821
  "name": "NotEnoughForSeize",
13737
13822
  "type": "error"
13738
13823
  },
13824
+ {
13825
+ "inputs": [],
13826
+ "name": "NotLiquidatableYet",
13827
+ "type": "error"
13828
+ },
13739
13829
  {
13740
13830
  "inputs": [],
13741
13831
  "name": "NotSuToken",
@@ -14896,6 +14986,11 @@ exports.abi = {
14896
14986
  }
14897
14987
  ],
14898
14988
  "Comptroller": [
14989
+ {
14990
+ "inputs": [],
14991
+ "stateMutability": "nonpayable",
14992
+ "type": "constructor"
14993
+ },
14899
14994
  {
14900
14995
  "inputs": [],
14901
14996
  "name": "AddReservesMarketNotFresh",
@@ -15127,6 +15222,11 @@ exports.abi = {
15127
15222
  "name": "NotEnoughForSeize",
15128
15223
  "type": "error"
15129
15224
  },
15225
+ {
15226
+ "inputs": [],
15227
+ "name": "NotLiquidatableYet",
15228
+ "type": "error"
15229
+ },
15130
15230
  {
15131
15231
  "inputs": [],
15132
15232
  "name": "NotSuToken",
@@ -15617,6 +15717,25 @@ exports.abi = {
15617
15717
  "name": "NewMinSuBorrowValue",
15618
15718
  "type": "event"
15619
15719
  },
15720
+ {
15721
+ "anonymous": false,
15722
+ "inputs": [
15723
+ {
15724
+ "indexed": false,
15725
+ "internalType": "uint48",
15726
+ "name": "oldValue",
15727
+ "type": "uint48"
15728
+ },
15729
+ {
15730
+ "indexed": false,
15731
+ "internalType": "uint48",
15732
+ "name": "newValue",
15733
+ "type": "uint48"
15734
+ }
15735
+ ],
15736
+ "name": "NewMinWaitBeforeLiquidatable",
15737
+ "type": "event"
15738
+ },
15620
15739
  {
15621
15740
  "anonymous": false,
15622
15741
  "inputs": [
@@ -16320,6 +16439,24 @@ exports.abi = {
16320
16439
  "stateMutability": "view",
16321
16440
  "type": "function"
16322
16441
  },
16442
+ {
16443
+ "inputs": [
16444
+ {
16445
+ "internalType": "address",
16446
+ "name": "borrower",
16447
+ "type": "address"
16448
+ },
16449
+ {
16450
+ "internalType": "uint256",
16451
+ "name": "borrowAmount",
16452
+ "type": "uint256"
16453
+ }
16454
+ ],
16455
+ "name": "borrowVerify",
16456
+ "outputs": [],
16457
+ "stateMutability": "nonpayable",
16458
+ "type": "function"
16459
+ },
16323
16460
  {
16324
16461
  "inputs": [
16325
16462
  {
@@ -17041,6 +17178,25 @@ exports.abi = {
17041
17178
  "stateMutability": "view",
17042
17179
  "type": "function"
17043
17180
  },
17181
+ {
17182
+ "inputs": [
17183
+ {
17184
+ "internalType": "address",
17185
+ "name": "",
17186
+ "type": "address"
17187
+ }
17188
+ ],
17189
+ "name": "lastBorrowedAt",
17190
+ "outputs": [
17191
+ {
17192
+ "internalType": "uint48",
17193
+ "name": "",
17194
+ "type": "uint48"
17195
+ }
17196
+ ],
17197
+ "stateMutability": "view",
17198
+ "type": "function"
17199
+ },
17044
17200
  {
17045
17201
  "inputs": [
17046
17202
  {
@@ -17190,6 +17346,19 @@ exports.abi = {
17190
17346
  "stateMutability": "view",
17191
17347
  "type": "function"
17192
17348
  },
17349
+ {
17350
+ "inputs": [],
17351
+ "name": "minWaitBeforeLiquidatable",
17352
+ "outputs": [
17353
+ {
17354
+ "internalType": "uint48",
17355
+ "name": "",
17356
+ "type": "uint48"
17357
+ }
17358
+ ],
17359
+ "stateMutability": "view",
17360
+ "type": "function"
17361
+ },
17193
17362
  {
17194
17363
  "inputs": [
17195
17364
  {
@@ -17560,6 +17729,19 @@ exports.abi = {
17560
17729
  "stateMutability": "nonpayable",
17561
17730
  "type": "function"
17562
17731
  },
17732
+ {
17733
+ "inputs": [
17734
+ {
17735
+ "internalType": "uint48",
17736
+ "name": "_minWaitBeforeLiquidatable",
17737
+ "type": "uint48"
17738
+ }
17739
+ ],
17740
+ "name": "setMinWaitBeforeLiquidatable",
17741
+ "outputs": [],
17742
+ "stateMutability": "nonpayable",
17743
+ "type": "function"
17744
+ },
17563
17745
  {
17564
17746
  "inputs": [
17565
17747
  {
@@ -18177,6 +18359,11 @@ exports.abi = {
18177
18359
  ],
18178
18360
  "LiquityMath": [],
18179
18361
  "RedemptionManager": [
18362
+ {
18363
+ "inputs": [],
18364
+ "stateMutability": "nonpayable",
18365
+ "type": "constructor"
18366
+ },
18180
18367
  {
18181
18368
  "inputs": [],
18182
18369
  "name": "AddReservesMarketNotFresh",
@@ -18408,6 +18595,11 @@ exports.abi = {
18408
18595
  "name": "NotEnoughForSeize",
18409
18596
  "type": "error"
18410
18597
  },
18598
+ {
18599
+ "inputs": [],
18600
+ "name": "NotLiquidatableYet",
18601
+ "type": "error"
18602
+ },
18411
18603
  {
18412
18604
  "inputs": [],
18413
18605
  "name": "NotSuToken",
@@ -19388,6 +19580,11 @@ exports.abi = {
19388
19580
  }
19389
19581
  ],
19390
19582
  "SortedBorrows": [
19583
+ {
19584
+ "inputs": [],
19585
+ "stateMutability": "nonpayable",
19586
+ "type": "constructor"
19587
+ },
19391
19588
  {
19392
19589
  "anonymous": false,
19393
19590
  "inputs": [
@@ -23760,6 +23957,24 @@ exports.abi = {
23760
23957
  "stateMutability": "view",
23761
23958
  "type": "function"
23762
23959
  },
23960
+ {
23961
+ "inputs": [
23962
+ {
23963
+ "internalType": "address",
23964
+ "name": "borrower",
23965
+ "type": "address"
23966
+ },
23967
+ {
23968
+ "internalType": "uint256",
23969
+ "name": "borrowAmount",
23970
+ "type": "uint256"
23971
+ }
23972
+ ],
23973
+ "name": "borrowVerify",
23974
+ "outputs": [],
23975
+ "stateMutability": "nonpayable",
23976
+ "type": "function"
23977
+ },
23763
23978
  {
23764
23979
  "inputs": [
23765
23980
  {
@@ -26103,6 +26318,74 @@ exports.abi = {
26103
26318
  "type": "function"
26104
26319
  }
26105
26320
  ],
26321
+ "CreateCall": [
26322
+ {
26323
+ "anonymous": false,
26324
+ "inputs": [
26325
+ {
26326
+ "indexed": true,
26327
+ "internalType": "address",
26328
+ "name": "newContract",
26329
+ "type": "address"
26330
+ }
26331
+ ],
26332
+ "name": "ContractCreation",
26333
+ "type": "event"
26334
+ },
26335
+ {
26336
+ "inputs": [
26337
+ {
26338
+ "internalType": "uint256",
26339
+ "name": "value",
26340
+ "type": "uint256"
26341
+ },
26342
+ {
26343
+ "internalType": "bytes",
26344
+ "name": "deploymentData",
26345
+ "type": "bytes"
26346
+ }
26347
+ ],
26348
+ "name": "performCreate",
26349
+ "outputs": [
26350
+ {
26351
+ "internalType": "address",
26352
+ "name": "newContract",
26353
+ "type": "address"
26354
+ }
26355
+ ],
26356
+ "stateMutability": "nonpayable",
26357
+ "type": "function"
26358
+ },
26359
+ {
26360
+ "inputs": [
26361
+ {
26362
+ "internalType": "uint256",
26363
+ "name": "value",
26364
+ "type": "uint256"
26365
+ },
26366
+ {
26367
+ "internalType": "bytes",
26368
+ "name": "deploymentData",
26369
+ "type": "bytes"
26370
+ },
26371
+ {
26372
+ "internalType": "bytes32",
26373
+ "name": "salt",
26374
+ "type": "bytes32"
26375
+ }
26376
+ ],
26377
+ "name": "performCreate2",
26378
+ "outputs": [
26379
+ {
26380
+ "internalType": "address",
26381
+ "name": "newContract",
26382
+ "type": "address"
26383
+ }
26384
+ ],
26385
+ "stateMutability": "nonpayable",
26386
+ "type": "function"
26387
+ }
26388
+ ],
26106
26389
  "RateLimiter": [
26107
26390
  {
26108
26391
  "inputs": [