@meterio/sumer-js 0.2.42 → 0.2.44
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 +10 -10
- package/dist/nodejs/abi.d.ts +70 -18
- package/dist/nodejs/abi.js +1971 -101
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/metertest.js +1 -1
- package/dist/nodejs/errorABIs.js +427 -0
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +70 -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;
|
|
@@ -2279,4 +2269,66 @@ export declare const abi: {
|
|
|
2279
2269
|
type: string;
|
|
2280
2270
|
anonymous?: undefined;
|
|
2281
2271
|
})[];
|
|
2272
|
+
ComptrollerV2: ({
|
|
2273
|
+
inputs: any[];
|
|
2274
|
+
stateMutability: string;
|
|
2275
|
+
type: string;
|
|
2276
|
+
name?: undefined;
|
|
2277
|
+
anonymous?: undefined;
|
|
2278
|
+
outputs?: undefined;
|
|
2279
|
+
} | {
|
|
2280
|
+
inputs: {
|
|
2281
|
+
internalType: string;
|
|
2282
|
+
name: string;
|
|
2283
|
+
type: string;
|
|
2284
|
+
}[];
|
|
2285
|
+
name: string;
|
|
2286
|
+
type: string;
|
|
2287
|
+
stateMutability?: undefined;
|
|
2288
|
+
anonymous?: undefined;
|
|
2289
|
+
outputs?: undefined;
|
|
2290
|
+
} | {
|
|
2291
|
+
anonymous: boolean;
|
|
2292
|
+
inputs: {
|
|
2293
|
+
indexed: boolean;
|
|
2294
|
+
internalType: string;
|
|
2295
|
+
name: string;
|
|
2296
|
+
type: string;
|
|
2297
|
+
}[];
|
|
2298
|
+
name: string;
|
|
2299
|
+
type: string;
|
|
2300
|
+
stateMutability?: undefined;
|
|
2301
|
+
outputs?: undefined;
|
|
2302
|
+
} | {
|
|
2303
|
+
inputs: {
|
|
2304
|
+
components: {
|
|
2305
|
+
internalType: string;
|
|
2306
|
+
name: string;
|
|
2307
|
+
type: string;
|
|
2308
|
+
}[];
|
|
2309
|
+
internalType: string;
|
|
2310
|
+
name: string;
|
|
2311
|
+
type: string;
|
|
2312
|
+
}[];
|
|
2313
|
+
name: string;
|
|
2314
|
+
outputs: any[];
|
|
2315
|
+
stateMutability: string;
|
|
2316
|
+
type: string;
|
|
2317
|
+
anonymous?: undefined;
|
|
2318
|
+
} | {
|
|
2319
|
+
inputs: {
|
|
2320
|
+
internalType: string;
|
|
2321
|
+
name: string;
|
|
2322
|
+
type: string;
|
|
2323
|
+
}[];
|
|
2324
|
+
name: string;
|
|
2325
|
+
outputs: {
|
|
2326
|
+
internalType: string;
|
|
2327
|
+
name: string;
|
|
2328
|
+
type: string;
|
|
2329
|
+
}[];
|
|
2330
|
+
stateMutability: string;
|
|
2331
|
+
type: string;
|
|
2332
|
+
anonymous?: undefined;
|
|
2333
|
+
})[];
|
|
2282
2334
|
};
|