@meterio/sumer-js 0.2.42 → 0.2.43
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.d.ts +8 -18
- package/dist/nodejs/abi.js +0 -101
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/metertest.js +1 -1
- package/dist/nodejs/index.d.ts +8 -18
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +1 -57
- 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 +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +1 -80
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +1 -102
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__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/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/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.d.ts
CHANGED
|
@@ -492,34 +492,22 @@ export declare const abi: {
|
|
|
492
492
|
stateMutability?: undefined;
|
|
493
493
|
outputs?: undefined;
|
|
494
494
|
} | {
|
|
495
|
-
inputs:
|
|
495
|
+
inputs: {
|
|
496
496
|
internalType: string;
|
|
497
497
|
name: string;
|
|
498
498
|
type: string;
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
internalType: string;
|
|
503
|
-
name: string;
|
|
504
|
-
type: string;
|
|
505
|
-
}[];
|
|
499
|
+
}[];
|
|
500
|
+
name: string;
|
|
501
|
+
outputs: {
|
|
506
502
|
internalType: string;
|
|
507
503
|
name: string;
|
|
508
504
|
type: string;
|
|
509
|
-
}
|
|
510
|
-
name: string;
|
|
511
|
-
outputs: any[];
|
|
505
|
+
}[];
|
|
512
506
|
stateMutability: string;
|
|
513
507
|
type: string;
|
|
514
508
|
anonymous?: undefined;
|
|
515
509
|
} | {
|
|
516
|
-
inputs: {
|
|
517
|
-
internalType: string;
|
|
518
|
-
name: string;
|
|
519
|
-
type: string;
|
|
520
|
-
}[];
|
|
521
|
-
name: string;
|
|
522
|
-
outputs: ({
|
|
510
|
+
inputs: ({
|
|
523
511
|
internalType: string;
|
|
524
512
|
name: string;
|
|
525
513
|
type: string;
|
|
@@ -534,6 +522,8 @@ export declare const abi: {
|
|
|
534
522
|
name: string;
|
|
535
523
|
type: string;
|
|
536
524
|
})[];
|
|
525
|
+
name: string;
|
|
526
|
+
outputs: any[];
|
|
537
527
|
stateMutability: string;
|
|
538
528
|
type: string;
|
|
539
529
|
anonymous?: undefined;
|
package/dist/nodejs/abi.js
CHANGED
|
@@ -12940,107 +12940,6 @@ exports.abi = {
|
|
|
12940
12940
|
"stateMutability": "nonpayable",
|
|
12941
12941
|
"type": "function"
|
|
12942
12942
|
},
|
|
12943
|
-
{
|
|
12944
|
-
"inputs": [
|
|
12945
|
-
{
|
|
12946
|
-
"internalType": "address",
|
|
12947
|
-
"name": "account",
|
|
12948
|
-
"type": "address"
|
|
12949
|
-
},
|
|
12950
|
-
{
|
|
12951
|
-
"internalType": "address",
|
|
12952
|
-
"name": "cTokenModify",
|
|
12953
|
-
"type": "address"
|
|
12954
|
-
},
|
|
12955
|
-
{
|
|
12956
|
-
"internalType": "uint256",
|
|
12957
|
-
"name": "redeemTokens",
|
|
12958
|
-
"type": "uint256"
|
|
12959
|
-
},
|
|
12960
|
-
{
|
|
12961
|
-
"internalType": "uint256",
|
|
12962
|
-
"name": "borrowAmount",
|
|
12963
|
-
"type": "uint256"
|
|
12964
|
-
}
|
|
12965
|
-
],
|
|
12966
|
-
"name": "getGroupSummary",
|
|
12967
|
-
"outputs": [
|
|
12968
|
-
{
|
|
12969
|
-
"internalType": "uint256",
|
|
12970
|
-
"name": "",
|
|
12971
|
-
"type": "uint256"
|
|
12972
|
-
},
|
|
12973
|
-
{
|
|
12974
|
-
"internalType": "uint256",
|
|
12975
|
-
"name": "",
|
|
12976
|
-
"type": "uint256"
|
|
12977
|
-
},
|
|
12978
|
-
{
|
|
12979
|
-
"components": [
|
|
12980
|
-
{
|
|
12981
|
-
"internalType": "uint8",
|
|
12982
|
-
"name": "groupId",
|
|
12983
|
-
"type": "uint8"
|
|
12984
|
-
},
|
|
12985
|
-
{
|
|
12986
|
-
"internalType": "uint256",
|
|
12987
|
-
"name": "cDepositVal",
|
|
12988
|
-
"type": "uint256"
|
|
12989
|
-
},
|
|
12990
|
-
{
|
|
12991
|
-
"internalType": "uint256",
|
|
12992
|
-
"name": "cBorrowVal",
|
|
12993
|
-
"type": "uint256"
|
|
12994
|
-
},
|
|
12995
|
-
{
|
|
12996
|
-
"internalType": "uint256",
|
|
12997
|
-
"name": "suDepositVal",
|
|
12998
|
-
"type": "uint256"
|
|
12999
|
-
},
|
|
13000
|
-
{
|
|
13001
|
-
"internalType": "uint256",
|
|
13002
|
-
"name": "suBorrowVal",
|
|
13003
|
-
"type": "uint256"
|
|
13004
|
-
},
|
|
13005
|
-
{
|
|
13006
|
-
"internalType": "uint256",
|
|
13007
|
-
"name": "intraCRateMantissa",
|
|
13008
|
-
"type": "uint256"
|
|
13009
|
-
},
|
|
13010
|
-
{
|
|
13011
|
-
"internalType": "uint256",
|
|
13012
|
-
"name": "intraMintRateMantissa",
|
|
13013
|
-
"type": "uint256"
|
|
13014
|
-
},
|
|
13015
|
-
{
|
|
13016
|
-
"internalType": "uint256",
|
|
13017
|
-
"name": "intraSuRateMantissa",
|
|
13018
|
-
"type": "uint256"
|
|
13019
|
-
},
|
|
13020
|
-
{
|
|
13021
|
-
"internalType": "uint256",
|
|
13022
|
-
"name": "interCRateMantissa",
|
|
13023
|
-
"type": "uint256"
|
|
13024
|
-
},
|
|
13025
|
-
{
|
|
13026
|
-
"internalType": "uint256",
|
|
13027
|
-
"name": "interSuRateMantissa",
|
|
13028
|
-
"type": "uint256"
|
|
13029
|
-
},
|
|
13030
|
-
{
|
|
13031
|
-
"internalType": "uint256",
|
|
13032
|
-
"name": "interMintRateMantissa",
|
|
13033
|
-
"type": "uint256"
|
|
13034
|
-
}
|
|
13035
|
-
],
|
|
13036
|
-
"internalType": "struct GroupVar",
|
|
13037
|
-
"name": "",
|
|
13038
|
-
"type": "tuple"
|
|
13039
|
-
}
|
|
13040
|
-
],
|
|
13041
|
-
"stateMutability": "view",
|
|
13042
|
-
"type": "function"
|
|
13043
|
-
},
|
|
13044
12943
|
{
|
|
13045
12944
|
"inputs": [
|
|
13046
12945
|
{
|