@meterio/sumer-js 0.1.24 → 0.1.26
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 +6 -6
- package/dist/nodejs/abi.d.ts +35 -7
- package/dist/nodejs/abi.js +398 -77
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/metertest.js +14 -14
- package/dist/nodejs/errors.d.ts +35 -7
- package/dist/nodejs/errors.js +41 -13
- package/dist/nodejs/errors.js.map +1 -1
- package/dist/nodejs/index.d.ts +70 -14
- package/dist/nodejs/typechain/contracts/Comptroller/CompoundLens.d.ts +2 -2
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +17 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +43 -11
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +53 -12
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +43 -11
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +53 -12
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +42 -10
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +52 -11
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +43 -11
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +53 -12
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +47 -11
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +58 -12
- 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 +65 -11
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +82 -12
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +43 -11
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +53 -12
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.d.ts
CHANGED
|
@@ -35,7 +35,11 @@ export declare const abi: {
|
|
|
35
35
|
type: string;
|
|
36
36
|
}[];
|
|
37
37
|
SumerErrors: {
|
|
38
|
-
inputs:
|
|
38
|
+
inputs: {
|
|
39
|
+
internalType: string;
|
|
40
|
+
name: string;
|
|
41
|
+
type: string;
|
|
42
|
+
}[];
|
|
39
43
|
name: string;
|
|
40
44
|
type: string;
|
|
41
45
|
}[];
|
|
@@ -167,7 +171,11 @@ export declare const abi: {
|
|
|
167
171
|
outputs?: undefined;
|
|
168
172
|
})[];
|
|
169
173
|
CErc20: ({
|
|
170
|
-
inputs:
|
|
174
|
+
inputs: {
|
|
175
|
+
internalType: string;
|
|
176
|
+
name: string;
|
|
177
|
+
type: string;
|
|
178
|
+
}[];
|
|
171
179
|
name: string;
|
|
172
180
|
type: string;
|
|
173
181
|
anonymous?: undefined;
|
|
@@ -202,7 +210,11 @@ export declare const abi: {
|
|
|
202
210
|
anonymous?: undefined;
|
|
203
211
|
})[];
|
|
204
212
|
CEther: ({
|
|
205
|
-
inputs:
|
|
213
|
+
inputs: {
|
|
214
|
+
internalType: string;
|
|
215
|
+
name: string;
|
|
216
|
+
type: string;
|
|
217
|
+
}[];
|
|
206
218
|
name: string;
|
|
207
219
|
type: string;
|
|
208
220
|
anonymous?: undefined;
|
|
@@ -244,7 +256,11 @@ export declare const abi: {
|
|
|
244
256
|
outputs?: undefined;
|
|
245
257
|
})[];
|
|
246
258
|
CToken: ({
|
|
247
|
-
inputs:
|
|
259
|
+
inputs: {
|
|
260
|
+
internalType: string;
|
|
261
|
+
name: string;
|
|
262
|
+
type: string;
|
|
263
|
+
}[];
|
|
248
264
|
name: string;
|
|
249
265
|
type: string;
|
|
250
266
|
anonymous?: undefined;
|
|
@@ -307,7 +323,11 @@ export declare const abi: {
|
|
|
307
323
|
anonymous?: undefined;
|
|
308
324
|
})[];
|
|
309
325
|
suErc20: ({
|
|
310
|
-
inputs:
|
|
326
|
+
inputs: {
|
|
327
|
+
internalType: string;
|
|
328
|
+
name: string;
|
|
329
|
+
type: string;
|
|
330
|
+
}[];
|
|
311
331
|
name: string;
|
|
312
332
|
type: string;
|
|
313
333
|
anonymous?: undefined;
|
|
@@ -419,7 +439,11 @@ export declare const abi: {
|
|
|
419
439
|
anonymous?: undefined;
|
|
420
440
|
})[];
|
|
421
441
|
CompoundLens: ({
|
|
422
|
-
inputs:
|
|
442
|
+
inputs: {
|
|
443
|
+
internalType: string;
|
|
444
|
+
name: string;
|
|
445
|
+
type: string;
|
|
446
|
+
}[];
|
|
423
447
|
name: string;
|
|
424
448
|
type: string;
|
|
425
449
|
outputs?: undefined;
|
|
@@ -459,7 +483,11 @@ export declare const abi: {
|
|
|
459
483
|
type: string;
|
|
460
484
|
})[];
|
|
461
485
|
Comptroller: ({
|
|
462
|
-
inputs:
|
|
486
|
+
inputs: {
|
|
487
|
+
internalType: string;
|
|
488
|
+
name: string;
|
|
489
|
+
type: string;
|
|
490
|
+
}[];
|
|
463
491
|
name: string;
|
|
464
492
|
type: string;
|
|
465
493
|
anonymous?: undefined;
|