@meterio/sumer-js 0.2.121 → 0.2.123
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/browser/sumer.min.js +9 -9
- package/dist/nodejs/abi.js +7 -10
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/beramain.d.ts +2 -0
- package/dist/nodejs/constants/beramain.js +15 -1
- package/dist/nodejs/constants/beramain.js.map +1 -1
- package/dist/nodejs/constants/hemi.d.ts +4 -0
- package/dist/nodejs/constants/hemi.js +30 -2
- package/dist/nodejs/constants/hemi.js.map +1 -1
- package/dist/nodejs/constants/index.js +2 -0
- package/dist/nodejs/constants/index.js.map +1 -1
- package/dist/nodejs/errorABIs.js +0 -10
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +3 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +18 -0
- package/dist/nodejs/typechain/index.d.ts +2 -0
- package/dist/nodejs/typechain/index.js +5 -3
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.js
CHANGED
|
@@ -23604,11 +23604,6 @@ exports.abi = {
|
|
|
23604
23604
|
"name": "InvalidTimestamp",
|
|
23605
23605
|
"type": "error"
|
|
23606
23606
|
},
|
|
23607
|
-
{
|
|
23608
|
-
"inputs": [],
|
|
23609
|
-
"name": "LastUpdateTimeMismatch",
|
|
23610
|
-
"type": "error"
|
|
23611
|
-
},
|
|
23612
23607
|
{
|
|
23613
23608
|
"inputs": [],
|
|
23614
23609
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -23819,11 +23814,6 @@ exports.abi = {
|
|
|
23819
23814
|
"name": "Reentered",
|
|
23820
23815
|
"type": "error"
|
|
23821
23816
|
},
|
|
23822
|
-
{
|
|
23823
|
-
"inputs": [],
|
|
23824
|
-
"name": "Reentry",
|
|
23825
|
-
"type": "error"
|
|
23826
|
-
},
|
|
23827
23817
|
{
|
|
23828
23818
|
"inputs": [],
|
|
23829
23819
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -25301,6 +25291,13 @@ exports.abi = {
|
|
|
25301
25291
|
"stateMutability": "nonpayable",
|
|
25302
25292
|
"type": "function"
|
|
25303
25293
|
},
|
|
25294
|
+
{
|
|
25295
|
+
"inputs": [],
|
|
25296
|
+
"name": "reinitialize",
|
|
25297
|
+
"outputs": [],
|
|
25298
|
+
"stateMutability": "nonpayable",
|
|
25299
|
+
"type": "function"
|
|
25300
|
+
},
|
|
25304
25301
|
{
|
|
25305
25302
|
"inputs": [
|
|
25306
25303
|
{
|