@meterio/sumer-js 0.2.65 → 0.2.67
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 +4 -4
- package/dist/nodejs/abi.js +50 -0
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/ethereum.d.ts +2 -0
- package/dist/nodejs/constants/ethereum.js +47 -13
- package/dist/nodejs/constants/ethereum.js.map +1 -1
- package/dist/nodejs/errorABIs.js +50 -0
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +6 -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 +5 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +5 -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 +5 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +6 -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 +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +6 -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 +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +6 -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 +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.js
CHANGED
|
@@ -563,6 +563,11 @@ exports.abi = {
|
|
|
563
563
|
"name": "MarketNotListed",
|
|
564
564
|
"type": "error"
|
|
565
565
|
},
|
|
566
|
+
{
|
|
567
|
+
"inputs": [],
|
|
568
|
+
"name": "MarketPaused",
|
|
569
|
+
"type": "error"
|
|
570
|
+
},
|
|
566
571
|
{
|
|
567
572
|
"inputs": [],
|
|
568
573
|
"name": "MinDelayNotReached",
|
|
@@ -1963,6 +1968,11 @@ exports.abi = {
|
|
|
1963
1968
|
"name": "MarketNotListed",
|
|
1964
1969
|
"type": "error"
|
|
1965
1970
|
},
|
|
1971
|
+
{
|
|
1972
|
+
"inputs": [],
|
|
1973
|
+
"name": "MarketPaused",
|
|
1974
|
+
"type": "error"
|
|
1975
|
+
},
|
|
1966
1976
|
{
|
|
1967
1977
|
"inputs": [],
|
|
1968
1978
|
"name": "MinDelayNotReached",
|
|
@@ -3524,6 +3534,11 @@ exports.abi = {
|
|
|
3524
3534
|
"name": "MarketNotListed",
|
|
3525
3535
|
"type": "error"
|
|
3526
3536
|
},
|
|
3537
|
+
{
|
|
3538
|
+
"inputs": [],
|
|
3539
|
+
"name": "MarketPaused",
|
|
3540
|
+
"type": "error"
|
|
3541
|
+
},
|
|
3527
3542
|
{
|
|
3528
3543
|
"inputs": [],
|
|
3529
3544
|
"name": "MinDelayNotReached",
|
|
@@ -5598,6 +5613,11 @@ exports.abi = {
|
|
|
5598
5613
|
"name": "MarketNotListed",
|
|
5599
5614
|
"type": "error"
|
|
5600
5615
|
},
|
|
5616
|
+
{
|
|
5617
|
+
"inputs": [],
|
|
5618
|
+
"name": "MarketPaused",
|
|
5619
|
+
"type": "error"
|
|
5620
|
+
},
|
|
5601
5621
|
{
|
|
5602
5622
|
"inputs": [],
|
|
5603
5623
|
"name": "MinDelayNotReached",
|
|
@@ -7543,6 +7563,11 @@ exports.abi = {
|
|
|
7543
7563
|
"name": "MarketNotListed",
|
|
7544
7564
|
"type": "error"
|
|
7545
7565
|
},
|
|
7566
|
+
{
|
|
7567
|
+
"inputs": [],
|
|
7568
|
+
"name": "MarketPaused",
|
|
7569
|
+
"type": "error"
|
|
7570
|
+
},
|
|
7546
7571
|
{
|
|
7547
7572
|
"inputs": [],
|
|
7548
7573
|
"name": "MinDelayNotReached",
|
|
@@ -10041,6 +10066,11 @@ exports.abi = {
|
|
|
10041
10066
|
"name": "MarketNotListed",
|
|
10042
10067
|
"type": "error"
|
|
10043
10068
|
},
|
|
10069
|
+
{
|
|
10070
|
+
"inputs": [],
|
|
10071
|
+
"name": "MarketPaused",
|
|
10072
|
+
"type": "error"
|
|
10073
|
+
},
|
|
10044
10074
|
{
|
|
10045
10075
|
"inputs": [],
|
|
10046
10076
|
"name": "MinDelayNotReached",
|
|
@@ -12188,6 +12218,11 @@ exports.abi = {
|
|
|
12188
12218
|
"name": "MarketNotListed",
|
|
12189
12219
|
"type": "error"
|
|
12190
12220
|
},
|
|
12221
|
+
{
|
|
12222
|
+
"inputs": [],
|
|
12223
|
+
"name": "MarketPaused",
|
|
12224
|
+
"type": "error"
|
|
12225
|
+
},
|
|
12191
12226
|
{
|
|
12192
12227
|
"inputs": [],
|
|
12193
12228
|
"name": "MinDelayNotReached",
|
|
@@ -13623,6 +13658,11 @@ exports.abi = {
|
|
|
13623
13658
|
"name": "MarketNotListed",
|
|
13624
13659
|
"type": "error"
|
|
13625
13660
|
},
|
|
13661
|
+
{
|
|
13662
|
+
"inputs": [],
|
|
13663
|
+
"name": "MarketPaused",
|
|
13664
|
+
"type": "error"
|
|
13665
|
+
},
|
|
13626
13666
|
{
|
|
13627
13667
|
"inputs": [],
|
|
13628
13668
|
"name": "MinDelayNotReached",
|
|
@@ -15120,6 +15160,11 @@ exports.abi = {
|
|
|
15120
15160
|
"name": "MarketNotListed",
|
|
15121
15161
|
"type": "error"
|
|
15122
15162
|
},
|
|
15163
|
+
{
|
|
15164
|
+
"inputs": [],
|
|
15165
|
+
"name": "MarketPaused",
|
|
15166
|
+
"type": "error"
|
|
15167
|
+
},
|
|
15123
15168
|
{
|
|
15124
15169
|
"inputs": [],
|
|
15125
15170
|
"name": "MinDelayNotReached",
|
|
@@ -17522,6 +17567,11 @@ exports.abi = {
|
|
|
17522
17567
|
"name": "MarketNotListed",
|
|
17523
17568
|
"type": "error"
|
|
17524
17569
|
},
|
|
17570
|
+
{
|
|
17571
|
+
"inputs": [],
|
|
17572
|
+
"name": "MarketPaused",
|
|
17573
|
+
"type": "error"
|
|
17574
|
+
},
|
|
17525
17575
|
{
|
|
17526
17576
|
"inputs": [],
|
|
17527
17577
|
"name": "MinDelayNotReached",
|