@meterio/sumer-js 0.1.1 → 0.1.3
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 +10 -0
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/cToken.d.ts +2 -1
- package/dist/nodejs/cToken.js +34 -6
- package/dist/nodejs/cToken.js.map +1 -1
- package/dist/nodejs/comptroller.d.ts +12 -0
- package/dist/nodejs/comptroller.js +120 -1
- package/dist/nodejs/comptroller.js.map +1 -1
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +3 -1
- package/dist/nodejs/typechain/contracts/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +9 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +11 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/index.js +1 -3
- package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +0 -18
- package/package.json +1 -1
package/dist/nodejs/abi.js
CHANGED
|
@@ -7573,6 +7573,11 @@ exports.abi = {
|
|
|
7573
7573
|
"name": "BalanceCalcFailed",
|
|
7574
7574
|
"type": "error"
|
|
7575
7575
|
},
|
|
7576
|
+
{
|
|
7577
|
+
"inputs": [],
|
|
7578
|
+
"name": "BorrowAndDepositBackFailed",
|
|
7579
|
+
"type": "error"
|
|
7580
|
+
},
|
|
7576
7581
|
{
|
|
7577
7582
|
"inputs": [],
|
|
7578
7583
|
"name": "BorrowBalanceInternalFailed",
|
|
@@ -8627,6 +8632,11 @@ exports.abi = {
|
|
|
8627
8632
|
"name": "cTokenCollateral",
|
|
8628
8633
|
"type": "address"
|
|
8629
8634
|
},
|
|
8635
|
+
{
|
|
8636
|
+
"internalType": "uint256",
|
|
8637
|
+
"name": "cBorrowAmount",
|
|
8638
|
+
"type": "uint256"
|
|
8639
|
+
},
|
|
8630
8640
|
{
|
|
8631
8641
|
"internalType": "uint256",
|
|
8632
8642
|
"name": "suBorrowAmount",
|