@meterio/sumer-js 0.2.33 → 0.2.34
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 +1 -1
- package/dist/nodejs/abi.js +78 -0
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/metertest.js +1 -1
- package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +5 -1
- package/dist/nodejs/typechain/contracts/CToken/CEther.d.ts +5 -1
- package/dist/nodejs/typechain/contracts/CToken/CToken.d.ts +5 -1
- package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.d.ts +5 -1
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +5 -1
- package/dist/nodejs/typechain/contracts/Comptroller/CompoundLens.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +11 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +14 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +11 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +14 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.d.ts +10 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js +13 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +10 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +13 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +11 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +14 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +11 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +14 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +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/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.js
CHANGED
|
@@ -4800,6 +4800,19 @@ exports.abi = {
|
|
|
4800
4800
|
"stateMutability": "view",
|
|
4801
4801
|
"type": "function"
|
|
4802
4802
|
},
|
|
4803
|
+
{
|
|
4804
|
+
"inputs": [],
|
|
4805
|
+
"name": "percentScale",
|
|
4806
|
+
"outputs": [
|
|
4807
|
+
{
|
|
4808
|
+
"internalType": "uint256",
|
|
4809
|
+
"name": "",
|
|
4810
|
+
"type": "uint256"
|
|
4811
|
+
}
|
|
4812
|
+
],
|
|
4813
|
+
"stateMutability": "view",
|
|
4814
|
+
"type": "function"
|
|
4815
|
+
},
|
|
4803
4816
|
{
|
|
4804
4817
|
"inputs": [],
|
|
4805
4818
|
"name": "protocolSeizeShareMantissa",
|
|
@@ -6763,6 +6776,19 @@ exports.abi = {
|
|
|
6763
6776
|
"stateMutability": "view",
|
|
6764
6777
|
"type": "function"
|
|
6765
6778
|
},
|
|
6779
|
+
{
|
|
6780
|
+
"inputs": [],
|
|
6781
|
+
"name": "percentScale",
|
|
6782
|
+
"outputs": [
|
|
6783
|
+
{
|
|
6784
|
+
"internalType": "uint256",
|
|
6785
|
+
"name": "",
|
|
6786
|
+
"type": "uint256"
|
|
6787
|
+
}
|
|
6788
|
+
],
|
|
6789
|
+
"stateMutability": "view",
|
|
6790
|
+
"type": "function"
|
|
6791
|
+
},
|
|
6766
6792
|
{
|
|
6767
6793
|
"inputs": [],
|
|
6768
6794
|
"name": "protocolSeizeShareMantissa",
|
|
@@ -8547,6 +8573,19 @@ exports.abi = {
|
|
|
8547
8573
|
"stateMutability": "view",
|
|
8548
8574
|
"type": "function"
|
|
8549
8575
|
},
|
|
8576
|
+
{
|
|
8577
|
+
"inputs": [],
|
|
8578
|
+
"name": "percentScale",
|
|
8579
|
+
"outputs": [
|
|
8580
|
+
{
|
|
8581
|
+
"internalType": "uint256",
|
|
8582
|
+
"name": "",
|
|
8583
|
+
"type": "uint256"
|
|
8584
|
+
}
|
|
8585
|
+
],
|
|
8586
|
+
"stateMutability": "view",
|
|
8587
|
+
"type": "function"
|
|
8588
|
+
},
|
|
8550
8589
|
{
|
|
8551
8590
|
"inputs": [],
|
|
8552
8591
|
"name": "protocolSeizeShareMantissa",
|
|
@@ -9269,6 +9308,19 @@ exports.abi = {
|
|
|
9269
9308
|
"stateMutability": "view",
|
|
9270
9309
|
"type": "function"
|
|
9271
9310
|
},
|
|
9311
|
+
{
|
|
9312
|
+
"inputs": [],
|
|
9313
|
+
"name": "percentScale",
|
|
9314
|
+
"outputs": [
|
|
9315
|
+
{
|
|
9316
|
+
"internalType": "uint256",
|
|
9317
|
+
"name": "",
|
|
9318
|
+
"type": "uint256"
|
|
9319
|
+
}
|
|
9320
|
+
],
|
|
9321
|
+
"stateMutability": "view",
|
|
9322
|
+
"type": "function"
|
|
9323
|
+
},
|
|
9272
9324
|
{
|
|
9273
9325
|
"inputs": [],
|
|
9274
9326
|
"name": "protocolSeizeShareMantissa",
|
|
@@ -11211,6 +11263,19 @@ exports.abi = {
|
|
|
11211
11263
|
"stateMutability": "view",
|
|
11212
11264
|
"type": "function"
|
|
11213
11265
|
},
|
|
11266
|
+
{
|
|
11267
|
+
"inputs": [],
|
|
11268
|
+
"name": "percentScale",
|
|
11269
|
+
"outputs": [
|
|
11270
|
+
{
|
|
11271
|
+
"internalType": "uint256",
|
|
11272
|
+
"name": "",
|
|
11273
|
+
"type": "uint256"
|
|
11274
|
+
}
|
|
11275
|
+
],
|
|
11276
|
+
"stateMutability": "view",
|
|
11277
|
+
"type": "function"
|
|
11278
|
+
},
|
|
11214
11279
|
{
|
|
11215
11280
|
"inputs": [
|
|
11216
11281
|
{
|
|
@@ -14455,6 +14520,19 @@ exports.abi = {
|
|
|
14455
14520
|
],
|
|
14456
14521
|
"stateMutability": "view",
|
|
14457
14522
|
"type": "function"
|
|
14523
|
+
},
|
|
14524
|
+
{
|
|
14525
|
+
"inputs": [],
|
|
14526
|
+
"name": "percentScale",
|
|
14527
|
+
"outputs": [
|
|
14528
|
+
{
|
|
14529
|
+
"internalType": "uint256",
|
|
14530
|
+
"name": "",
|
|
14531
|
+
"type": "uint256"
|
|
14532
|
+
}
|
|
14533
|
+
],
|
|
14534
|
+
"stateMutability": "view",
|
|
14535
|
+
"type": "function"
|
|
14458
14536
|
}
|
|
14459
14537
|
],
|
|
14460
14538
|
"Comptroller": [
|