@meterio/sumer-js 0.2.131 → 0.2.132
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 +0 -180
- package/dist/nodejs/abi.js +50 -3155
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/arbitrum.js +11 -0
- package/dist/nodejs/constants/arbitrum.js.map +1 -1
- package/dist/nodejs/constants/b2main.js +11 -0
- package/dist/nodejs/constants/b2main.js.map +1 -1
- package/dist/nodejs/constants/basemain.js +11 -0
- package/dist/nodejs/constants/basemain.js.map +1 -1
- package/dist/nodejs/constants/basetest.js +11 -0
- package/dist/nodejs/constants/basetest.js.map +1 -1
- package/dist/nodejs/constants/berabartio.js +11 -0
- package/dist/nodejs/constants/berabartio.js.map +1 -1
- package/dist/nodejs/constants/beramain.js +11 -0
- package/dist/nodejs/constants/beramain.js.map +1 -1
- package/dist/nodejs/constants/bsc.js +11 -0
- package/dist/nodejs/constants/bsc.js.map +1 -1
- package/dist/nodejs/constants/core.js +11 -0
- package/dist/nodejs/constants/core.js.map +1 -1
- package/dist/nodejs/constants/ethereum.js +11 -0
- package/dist/nodejs/constants/ethereum.js.map +1 -1
- package/dist/nodejs/constants/hemi.js +11 -0
- package/dist/nodejs/constants/hemi.js.map +1 -1
- package/dist/nodejs/constants/metertest.js +11 -0
- package/dist/nodejs/constants/metertest.js.map +1 -1
- package/dist/nodejs/constants/monadtest.js +11 -0
- package/dist/nodejs/constants/monadtest.js.map +1 -1
- package/dist/nodejs/constants/sepolia.d.ts +2 -15
- package/dist/nodejs/constants/sepolia.js +29 -31
- package/dist/nodejs/constants/sepolia.js.map +1 -1
- package/dist/nodejs/constants/zklink.js +11 -0
- package/dist/nodejs/constants/zklink.js.map +1 -1
- package/dist/nodejs/errorABIs.js +0 -522
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +0 -180
- package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/CToken/CEther.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/CToken/CToken.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.d.ts +1 -5
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/CToken/index.d.ts +0 -2
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/InterestRateModel/index.d.ts +0 -2
- package/dist/nodejs/typechain/contracts/Oracle/{aprMONAdapter.sol/AprMONAdapter.d.ts → dualCoreAdapter.sol/ICoreVault.d.ts} +10 -10
- package/dist/nodejs/typechain/contracts/Oracle/{aprMONAdapter.sol/index.js → dualCoreAdapter.sol/ICoreVault.js} +1 -1
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/ICoreVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -35
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -35
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.d.ts +0 -14
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js +0 -19
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +0 -34
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +0 -45
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -35
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/index.js +1 -25
- package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +1 -35
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js +1 -25
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/{aprMONAdapter.sol/IAprMon__factory.js → dualCoreAdapter.sol/ICoreVault__factory.js} +6 -25
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js +3 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +1 -2
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +16 -124
- package/dist/nodejs/typechain/index.d.ts +2 -12
- package/dist/nodejs/typechain/index.js +4 -14
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.d.ts +0 -37
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.js +0 -3
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.js.map +0 -1
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.d.ts +0 -133
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.js +0 -3
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.js.map +0 -1
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.d.ts +0 -3
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.js +0 -3
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.js +0 -3
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.d.ts +0 -37
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.js +0 -3
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.d.ts +0 -2
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.d.ts +0 -55
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js +0 -84
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.d.ts +0 -145
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js +0 -199
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.d.ts +0 -3
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.js +0 -13
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.d.ts +0 -44
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.js +0 -69
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.d.ts +0 -35
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.js +0 -11
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.js.map +0 -1
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
-
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedListener, TypedContractMethod } from "../../../common";
|
|
3
|
-
export interface IAprMonInterface extends Interface {
|
|
4
|
-
getFunction(nameOrSignature: "convertToAssets" | "convertToShares"): FunctionFragment;
|
|
5
|
-
encodeFunctionData(functionFragment: "convertToAssets", values: [BigNumberish]): string;
|
|
6
|
-
encodeFunctionData(functionFragment: "convertToShares", values: [BigNumberish]): string;
|
|
7
|
-
decodeFunctionResult(functionFragment: "convertToAssets", data: BytesLike): Result;
|
|
8
|
-
decodeFunctionResult(functionFragment: "convertToShares", data: BytesLike): Result;
|
|
9
|
-
}
|
|
10
|
-
export interface IAprMon extends BaseContract {
|
|
11
|
-
connect(runner?: ContractRunner | null): IAprMon;
|
|
12
|
-
waitForDeployment(): Promise<this>;
|
|
13
|
-
interface: IAprMonInterface;
|
|
14
|
-
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
15
|
-
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
16
|
-
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
17
|
-
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
18
|
-
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
19
|
-
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
20
|
-
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
21
|
-
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
22
|
-
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
23
|
-
convertToAssets: TypedContractMethod<[
|
|
24
|
-
shares: BigNumberish
|
|
25
|
-
], [
|
|
26
|
-
bigint
|
|
27
|
-
], "view">;
|
|
28
|
-
convertToShares: TypedContractMethod<[
|
|
29
|
-
amount: BigNumberish
|
|
30
|
-
], [
|
|
31
|
-
bigint
|
|
32
|
-
], "view">;
|
|
33
|
-
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
34
|
-
getFunction(nameOrSignature: "convertToAssets"): TypedContractMethod<[shares: BigNumberish], [bigint], "view">;
|
|
35
|
-
getFunction(nameOrSignature: "convertToShares"): TypedContractMethod<[amount: BigNumberish], [bigint], "view">;
|
|
36
|
-
filters: {};
|
|
37
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAprMon.js","sourceRoot":"","sources":["../../../../../../src/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/typechain/contracts/Oracle/aprMONAdapter.sol/index.ts"],"names":[],"mappings":""}
|
package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.d.ts
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { type ContractRunner } from "ethers";
|
|
2
|
-
import type { IAToken, IATokenInterface } from "../../../../contracts/CToken/CAavePool.sol/IAToken";
|
|
3
|
-
export declare class IAToken__factory {
|
|
4
|
-
static readonly abi: readonly [{
|
|
5
|
-
readonly inputs: readonly [{
|
|
6
|
-
readonly internalType: "address";
|
|
7
|
-
readonly name: "user";
|
|
8
|
-
readonly type: "address";
|
|
9
|
-
}];
|
|
10
|
-
readonly name: "balanceOf";
|
|
11
|
-
readonly outputs: readonly [{
|
|
12
|
-
readonly internalType: "uint256";
|
|
13
|
-
readonly name: "";
|
|
14
|
-
readonly type: "uint256";
|
|
15
|
-
}];
|
|
16
|
-
readonly stateMutability: "view";
|
|
17
|
-
readonly type: "function";
|
|
18
|
-
}, {
|
|
19
|
-
readonly inputs: readonly [{
|
|
20
|
-
readonly internalType: "address";
|
|
21
|
-
readonly name: "user";
|
|
22
|
-
readonly type: "address";
|
|
23
|
-
}];
|
|
24
|
-
readonly name: "scaledBalanceOf";
|
|
25
|
-
readonly outputs: readonly [{
|
|
26
|
-
readonly internalType: "uint256";
|
|
27
|
-
readonly name: "";
|
|
28
|
-
readonly type: "uint256";
|
|
29
|
-
}];
|
|
30
|
-
readonly stateMutability: "view";
|
|
31
|
-
readonly type: "function";
|
|
32
|
-
}, {
|
|
33
|
-
readonly inputs: readonly [];
|
|
34
|
-
readonly name: "scaledTotalSupply";
|
|
35
|
-
readonly outputs: readonly [{
|
|
36
|
-
readonly internalType: "uint256";
|
|
37
|
-
readonly name: "";
|
|
38
|
-
readonly type: "uint256";
|
|
39
|
-
}];
|
|
40
|
-
readonly stateMutability: "view";
|
|
41
|
-
readonly type: "function";
|
|
42
|
-
}, {
|
|
43
|
-
readonly inputs: readonly [];
|
|
44
|
-
readonly name: "totalSupply";
|
|
45
|
-
readonly outputs: readonly [{
|
|
46
|
-
readonly internalType: "uint256";
|
|
47
|
-
readonly name: "";
|
|
48
|
-
readonly type: "uint256";
|
|
49
|
-
}];
|
|
50
|
-
readonly stateMutability: "view";
|
|
51
|
-
readonly type: "function";
|
|
52
|
-
}];
|
|
53
|
-
static createInterface(): IATokenInterface;
|
|
54
|
-
static connect(address: string, runner?: ContractRunner | null): IAToken;
|
|
55
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* Autogenerated file. Do not edit manually. */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.IAToken__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
8
|
-
const _abi = [
|
|
9
|
-
{
|
|
10
|
-
inputs: [
|
|
11
|
-
{
|
|
12
|
-
internalType: "address",
|
|
13
|
-
name: "user",
|
|
14
|
-
type: "address",
|
|
15
|
-
},
|
|
16
|
-
],
|
|
17
|
-
name: "balanceOf",
|
|
18
|
-
outputs: [
|
|
19
|
-
{
|
|
20
|
-
internalType: "uint256",
|
|
21
|
-
name: "",
|
|
22
|
-
type: "uint256",
|
|
23
|
-
},
|
|
24
|
-
],
|
|
25
|
-
stateMutability: "view",
|
|
26
|
-
type: "function",
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
inputs: [
|
|
30
|
-
{
|
|
31
|
-
internalType: "address",
|
|
32
|
-
name: "user",
|
|
33
|
-
type: "address",
|
|
34
|
-
},
|
|
35
|
-
],
|
|
36
|
-
name: "scaledBalanceOf",
|
|
37
|
-
outputs: [
|
|
38
|
-
{
|
|
39
|
-
internalType: "uint256",
|
|
40
|
-
name: "",
|
|
41
|
-
type: "uint256",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
stateMutability: "view",
|
|
45
|
-
type: "function",
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
inputs: [],
|
|
49
|
-
name: "scaledTotalSupply",
|
|
50
|
-
outputs: [
|
|
51
|
-
{
|
|
52
|
-
internalType: "uint256",
|
|
53
|
-
name: "",
|
|
54
|
-
type: "uint256",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
stateMutability: "view",
|
|
58
|
-
type: "function",
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
inputs: [],
|
|
62
|
-
name: "totalSupply",
|
|
63
|
-
outputs: [
|
|
64
|
-
{
|
|
65
|
-
internalType: "uint256",
|
|
66
|
-
name: "",
|
|
67
|
-
type: "uint256",
|
|
68
|
-
},
|
|
69
|
-
],
|
|
70
|
-
stateMutability: "view",
|
|
71
|
-
type: "function",
|
|
72
|
-
},
|
|
73
|
-
];
|
|
74
|
-
class IAToken__factory {
|
|
75
|
-
static createInterface() {
|
|
76
|
-
return new ethers_1.Interface(_abi);
|
|
77
|
-
}
|
|
78
|
-
static connect(address, runner) {
|
|
79
|
-
return new ethers_1.Contract(address, _abi, runner);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
exports.IAToken__factory = IAToken__factory;
|
|
83
|
-
IAToken__factory.abi = _abi;
|
|
84
|
-
//# sourceMappingURL=IAToken__factory.js.map
|
package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAToken__factory.js","sourceRoot":"","sources":["../../../../../../../src/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAkE;AAMlE,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;CACO,CAAC;AAEX,MAAa,gBAAgB;IAE3B,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,kBAAS,CAAC,IAAI,CAAqB,CAAC;IACjD,CAAC;IACD,MAAM,CAAC,OAAO,CAAC,OAAe,EAAE,MAA8B;QAC5D,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,CAAuB,CAAC;IACnE,CAAC;;AAPH,4CAQC;AAPiB,oBAAG,GAAG,IAAI,CAAC"}
|
package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.d.ts
DELETED
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import { type ContractRunner } from "ethers";
|
|
2
|
-
import type { IAaveV3Pool, IAaveV3PoolInterface } from "../../../../contracts/CToken/CAavePool.sol/IAaveV3Pool";
|
|
3
|
-
export declare class IAaveV3Pool__factory {
|
|
4
|
-
static readonly abi: readonly [{
|
|
5
|
-
readonly inputs: readonly [{
|
|
6
|
-
readonly internalType: "address";
|
|
7
|
-
readonly name: "asset";
|
|
8
|
-
readonly type: "address";
|
|
9
|
-
}];
|
|
10
|
-
readonly name: "getReserveData";
|
|
11
|
-
readonly outputs: readonly [{
|
|
12
|
-
readonly components: readonly [{
|
|
13
|
-
readonly components: readonly [{
|
|
14
|
-
readonly internalType: "uint256";
|
|
15
|
-
readonly name: "data";
|
|
16
|
-
readonly type: "uint256";
|
|
17
|
-
}];
|
|
18
|
-
readonly internalType: "struct IAaveV3Pool.ReserveConfigurationMap";
|
|
19
|
-
readonly name: "configuration";
|
|
20
|
-
readonly type: "tuple";
|
|
21
|
-
}, {
|
|
22
|
-
readonly internalType: "uint128";
|
|
23
|
-
readonly name: "liquidityIndex";
|
|
24
|
-
readonly type: "uint128";
|
|
25
|
-
}, {
|
|
26
|
-
readonly internalType: "uint128";
|
|
27
|
-
readonly name: "currentLiquidityRate";
|
|
28
|
-
readonly type: "uint128";
|
|
29
|
-
}, {
|
|
30
|
-
readonly internalType: "uint128";
|
|
31
|
-
readonly name: "variableBorrowIndex";
|
|
32
|
-
readonly type: "uint128";
|
|
33
|
-
}, {
|
|
34
|
-
readonly internalType: "uint128";
|
|
35
|
-
readonly name: "currentVariableBorrowRate";
|
|
36
|
-
readonly type: "uint128";
|
|
37
|
-
}, {
|
|
38
|
-
readonly internalType: "uint128";
|
|
39
|
-
readonly name: "currentStableBorrowRate";
|
|
40
|
-
readonly type: "uint128";
|
|
41
|
-
}, {
|
|
42
|
-
readonly internalType: "uint40";
|
|
43
|
-
readonly name: "lastUpdateTimestamp";
|
|
44
|
-
readonly type: "uint40";
|
|
45
|
-
}, {
|
|
46
|
-
readonly internalType: "uint16";
|
|
47
|
-
readonly name: "id";
|
|
48
|
-
readonly type: "uint16";
|
|
49
|
-
}, {
|
|
50
|
-
readonly internalType: "address";
|
|
51
|
-
readonly name: "aTokenAddress";
|
|
52
|
-
readonly type: "address";
|
|
53
|
-
}, {
|
|
54
|
-
readonly internalType: "address";
|
|
55
|
-
readonly name: "stableDebtTokenAddress";
|
|
56
|
-
readonly type: "address";
|
|
57
|
-
}, {
|
|
58
|
-
readonly internalType: "address";
|
|
59
|
-
readonly name: "variableDebtTokenAddress";
|
|
60
|
-
readonly type: "address";
|
|
61
|
-
}, {
|
|
62
|
-
readonly internalType: "address";
|
|
63
|
-
readonly name: "interestRateStrategyAddress";
|
|
64
|
-
readonly type: "address";
|
|
65
|
-
}, {
|
|
66
|
-
readonly internalType: "uint128";
|
|
67
|
-
readonly name: "accruedToTreasury";
|
|
68
|
-
readonly type: "uint128";
|
|
69
|
-
}, {
|
|
70
|
-
readonly internalType: "uint128";
|
|
71
|
-
readonly name: "unbacked";
|
|
72
|
-
readonly type: "uint128";
|
|
73
|
-
}, {
|
|
74
|
-
readonly internalType: "uint128";
|
|
75
|
-
readonly name: "isolationModeTotalDebt";
|
|
76
|
-
readonly type: "uint128";
|
|
77
|
-
}];
|
|
78
|
-
readonly internalType: "struct IAaveV3Pool.ReserveData";
|
|
79
|
-
readonly name: "";
|
|
80
|
-
readonly type: "tuple";
|
|
81
|
-
}];
|
|
82
|
-
readonly stateMutability: "view";
|
|
83
|
-
readonly type: "function";
|
|
84
|
-
}, {
|
|
85
|
-
readonly inputs: readonly [{
|
|
86
|
-
readonly internalType: "address";
|
|
87
|
-
readonly name: "underlyingAsset";
|
|
88
|
-
readonly type: "address";
|
|
89
|
-
}];
|
|
90
|
-
readonly name: "getReserveNormalizedIncome";
|
|
91
|
-
readonly outputs: readonly [{
|
|
92
|
-
readonly internalType: "uint256";
|
|
93
|
-
readonly name: "";
|
|
94
|
-
readonly type: "uint256";
|
|
95
|
-
}];
|
|
96
|
-
readonly stateMutability: "view";
|
|
97
|
-
readonly type: "function";
|
|
98
|
-
}, {
|
|
99
|
-
readonly inputs: readonly [{
|
|
100
|
-
readonly internalType: "address";
|
|
101
|
-
readonly name: "asset";
|
|
102
|
-
readonly type: "address";
|
|
103
|
-
}, {
|
|
104
|
-
readonly internalType: "uint256";
|
|
105
|
-
readonly name: "amount";
|
|
106
|
-
readonly type: "uint256";
|
|
107
|
-
}, {
|
|
108
|
-
readonly internalType: "address";
|
|
109
|
-
readonly name: "onBehalfOf";
|
|
110
|
-
readonly type: "address";
|
|
111
|
-
}, {
|
|
112
|
-
readonly internalType: "uint16";
|
|
113
|
-
readonly name: "referralCode";
|
|
114
|
-
readonly type: "uint16";
|
|
115
|
-
}];
|
|
116
|
-
readonly name: "supply";
|
|
117
|
-
readonly outputs: readonly [];
|
|
118
|
-
readonly stateMutability: "nonpayable";
|
|
119
|
-
readonly type: "function";
|
|
120
|
-
}, {
|
|
121
|
-
readonly inputs: readonly [{
|
|
122
|
-
readonly internalType: "address";
|
|
123
|
-
readonly name: "asset";
|
|
124
|
-
readonly type: "address";
|
|
125
|
-
}, {
|
|
126
|
-
readonly internalType: "uint256";
|
|
127
|
-
readonly name: "amount";
|
|
128
|
-
readonly type: "uint256";
|
|
129
|
-
}, {
|
|
130
|
-
readonly internalType: "address";
|
|
131
|
-
readonly name: "to";
|
|
132
|
-
readonly type: "address";
|
|
133
|
-
}];
|
|
134
|
-
readonly name: "withdraw";
|
|
135
|
-
readonly outputs: readonly [{
|
|
136
|
-
readonly internalType: "uint256";
|
|
137
|
-
readonly name: "";
|
|
138
|
-
readonly type: "uint256";
|
|
139
|
-
}];
|
|
140
|
-
readonly stateMutability: "nonpayable";
|
|
141
|
-
readonly type: "function";
|
|
142
|
-
}];
|
|
143
|
-
static createInterface(): IAaveV3PoolInterface;
|
|
144
|
-
static connect(address: string, runner?: ContractRunner | null): IAaveV3Pool;
|
|
145
|
-
}
|
package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js
DELETED
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* Autogenerated file. Do not edit manually. */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.IAaveV3Pool__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
8
|
-
const _abi = [
|
|
9
|
-
{
|
|
10
|
-
inputs: [
|
|
11
|
-
{
|
|
12
|
-
internalType: "address",
|
|
13
|
-
name: "asset",
|
|
14
|
-
type: "address",
|
|
15
|
-
},
|
|
16
|
-
],
|
|
17
|
-
name: "getReserveData",
|
|
18
|
-
outputs: [
|
|
19
|
-
{
|
|
20
|
-
components: [
|
|
21
|
-
{
|
|
22
|
-
components: [
|
|
23
|
-
{
|
|
24
|
-
internalType: "uint256",
|
|
25
|
-
name: "data",
|
|
26
|
-
type: "uint256",
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
internalType: "struct IAaveV3Pool.ReserveConfigurationMap",
|
|
30
|
-
name: "configuration",
|
|
31
|
-
type: "tuple",
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
internalType: "uint128",
|
|
35
|
-
name: "liquidityIndex",
|
|
36
|
-
type: "uint128",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
internalType: "uint128",
|
|
40
|
-
name: "currentLiquidityRate",
|
|
41
|
-
type: "uint128",
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
internalType: "uint128",
|
|
45
|
-
name: "variableBorrowIndex",
|
|
46
|
-
type: "uint128",
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
internalType: "uint128",
|
|
50
|
-
name: "currentVariableBorrowRate",
|
|
51
|
-
type: "uint128",
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
internalType: "uint128",
|
|
55
|
-
name: "currentStableBorrowRate",
|
|
56
|
-
type: "uint128",
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
internalType: "uint40",
|
|
60
|
-
name: "lastUpdateTimestamp",
|
|
61
|
-
type: "uint40",
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
internalType: "uint16",
|
|
65
|
-
name: "id",
|
|
66
|
-
type: "uint16",
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
internalType: "address",
|
|
70
|
-
name: "aTokenAddress",
|
|
71
|
-
type: "address",
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
internalType: "address",
|
|
75
|
-
name: "stableDebtTokenAddress",
|
|
76
|
-
type: "address",
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
internalType: "address",
|
|
80
|
-
name: "variableDebtTokenAddress",
|
|
81
|
-
type: "address",
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
internalType: "address",
|
|
85
|
-
name: "interestRateStrategyAddress",
|
|
86
|
-
type: "address",
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
internalType: "uint128",
|
|
90
|
-
name: "accruedToTreasury",
|
|
91
|
-
type: "uint128",
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
internalType: "uint128",
|
|
95
|
-
name: "unbacked",
|
|
96
|
-
type: "uint128",
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
internalType: "uint128",
|
|
100
|
-
name: "isolationModeTotalDebt",
|
|
101
|
-
type: "uint128",
|
|
102
|
-
},
|
|
103
|
-
],
|
|
104
|
-
internalType: "struct IAaveV3Pool.ReserveData",
|
|
105
|
-
name: "",
|
|
106
|
-
type: "tuple",
|
|
107
|
-
},
|
|
108
|
-
],
|
|
109
|
-
stateMutability: "view",
|
|
110
|
-
type: "function",
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
inputs: [
|
|
114
|
-
{
|
|
115
|
-
internalType: "address",
|
|
116
|
-
name: "underlyingAsset",
|
|
117
|
-
type: "address",
|
|
118
|
-
},
|
|
119
|
-
],
|
|
120
|
-
name: "getReserveNormalizedIncome",
|
|
121
|
-
outputs: [
|
|
122
|
-
{
|
|
123
|
-
internalType: "uint256",
|
|
124
|
-
name: "",
|
|
125
|
-
type: "uint256",
|
|
126
|
-
},
|
|
127
|
-
],
|
|
128
|
-
stateMutability: "view",
|
|
129
|
-
type: "function",
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
inputs: [
|
|
133
|
-
{
|
|
134
|
-
internalType: "address",
|
|
135
|
-
name: "asset",
|
|
136
|
-
type: "address",
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
internalType: "uint256",
|
|
140
|
-
name: "amount",
|
|
141
|
-
type: "uint256",
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
internalType: "address",
|
|
145
|
-
name: "onBehalfOf",
|
|
146
|
-
type: "address",
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
internalType: "uint16",
|
|
150
|
-
name: "referralCode",
|
|
151
|
-
type: "uint16",
|
|
152
|
-
},
|
|
153
|
-
],
|
|
154
|
-
name: "supply",
|
|
155
|
-
outputs: [],
|
|
156
|
-
stateMutability: "nonpayable",
|
|
157
|
-
type: "function",
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
inputs: [
|
|
161
|
-
{
|
|
162
|
-
internalType: "address",
|
|
163
|
-
name: "asset",
|
|
164
|
-
type: "address",
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
internalType: "uint256",
|
|
168
|
-
name: "amount",
|
|
169
|
-
type: "uint256",
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
internalType: "address",
|
|
173
|
-
name: "to",
|
|
174
|
-
type: "address",
|
|
175
|
-
},
|
|
176
|
-
],
|
|
177
|
-
name: "withdraw",
|
|
178
|
-
outputs: [
|
|
179
|
-
{
|
|
180
|
-
internalType: "uint256",
|
|
181
|
-
name: "",
|
|
182
|
-
type: "uint256",
|
|
183
|
-
},
|
|
184
|
-
],
|
|
185
|
-
stateMutability: "nonpayable",
|
|
186
|
-
type: "function",
|
|
187
|
-
},
|
|
188
|
-
];
|
|
189
|
-
class IAaveV3Pool__factory {
|
|
190
|
-
static createInterface() {
|
|
191
|
-
return new ethers_1.Interface(_abi);
|
|
192
|
-
}
|
|
193
|
-
static connect(address, runner) {
|
|
194
|
-
return new ethers_1.Contract(address, _abi, runner);
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
exports.IAaveV3Pool__factory = IAaveV3Pool__factory;
|
|
198
|
-
IAaveV3Pool__factory.abi = _abi;
|
|
199
|
-
//# sourceMappingURL=IAaveV3Pool__factory.js.map
|
package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAaveV3Pool__factory.js","sourceRoot":"","sources":["../../../../../../../src/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IAaveV3Pool__factory = exports.IAToken__factory = exports.CAavePool__factory = void 0;
|
|
4
|
-
/* Autogenerated file. Do not edit manually. */
|
|
5
|
-
/* tslint:disable */
|
|
6
|
-
/* eslint-disable */
|
|
7
|
-
var CAavePool__factory_1 = require("./CAavePool__factory");
|
|
8
|
-
Object.defineProperty(exports, "CAavePool__factory", { enumerable: true, get: function () { return CAavePool__factory_1.CAavePool__factory; } });
|
|
9
|
-
var IAToken__factory_1 = require("./IAToken__factory");
|
|
10
|
-
Object.defineProperty(exports, "IAToken__factory", { enumerable: true, get: function () { return IAToken__factory_1.IAToken__factory; } });
|
|
11
|
-
var IAaveV3Pool__factory_1 = require("./IAaveV3Pool__factory");
|
|
12
|
-
Object.defineProperty(exports, "IAaveV3Pool__factory", { enumerable: true, get: function () { return IAaveV3Pool__factory_1.IAaveV3Pool__factory; } });
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/typechain/factories/contracts/CToken/CAavePool.sol/index.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA;AACzB,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, AddressLike, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../common";
|
|
4
|
-
import type { AprMONAdapter, AprMONAdapterInterface } from "../../../../contracts/Oracle/aprMONAdapter.sol/AprMONAdapter";
|
|
5
|
-
type AprMONAdapterConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class AprMONAdapter__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: AprMONAdapterConstructorParams);
|
|
8
|
-
getDeployTransaction(_correlatedToken: AddressLike, _underlyingToken: AddressLike, overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(_correlatedToken: AddressLike, _underlyingToken: AddressLike, overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<AprMONAdapter & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): AprMONAdapter__factory;
|
|
17
|
-
static readonly bytecode = "0x608034608657601f6101d538819003918201601f19168301916001600160401b03831184841017608b578084926040948552833981010312608657604b602060458360a1565b920160a1565b600180546001600160a01b039384166001600160a01b0319918216179091556000805492909316911617905560405161012090816100b58239f35b600080fd5b634e487b7160e01b600052604160045260246000fd5b51906001600160a01b038216820360865756fe6080806040526004361015601257600080fd5b60003560e01c633ba0b9a914602657600080fd5b3460e557600036600319011260e5576001546303d1689d60e11b8252670de0b6b3a76400006004830152602090829060249082906001600160a01b03165afa90811560d957600091607d575b602082604051908152f35b60203d60201160d3575b601f8101601f1916820167ffffffffffffffff81118382101760bf5760209183916040528101031260bb5751905060206072565b5080fd5b634e487b7160e01b84526041600452602484fd5b503d6087565b6040513d6000823e3d90fd5b600080fdfea264697066735822122054ea6b54a50a88d0b800b8088edd4cec201fc870fa34f9623f9df483dbe1a38364736f6c634300081a0033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [{
|
|
20
|
-
readonly internalType: "address";
|
|
21
|
-
readonly name: "_correlatedToken";
|
|
22
|
-
readonly type: "address";
|
|
23
|
-
}, {
|
|
24
|
-
readonly internalType: "address";
|
|
25
|
-
readonly name: "_underlyingToken";
|
|
26
|
-
readonly type: "address";
|
|
27
|
-
}];
|
|
28
|
-
readonly stateMutability: "nonpayable";
|
|
29
|
-
readonly type: "constructor";
|
|
30
|
-
}, {
|
|
31
|
-
readonly inputs: readonly [];
|
|
32
|
-
readonly name: "exchangeRate";
|
|
33
|
-
readonly outputs: readonly [{
|
|
34
|
-
readonly internalType: "uint256";
|
|
35
|
-
readonly name: "";
|
|
36
|
-
readonly type: "uint256";
|
|
37
|
-
}];
|
|
38
|
-
readonly stateMutability: "view";
|
|
39
|
-
readonly type: "function";
|
|
40
|
-
}];
|
|
41
|
-
static createInterface(): AprMONAdapterInterface;
|
|
42
|
-
static connect(address: string, runner?: ContractRunner | null): AprMONAdapter;
|
|
43
|
-
}
|
|
44
|
-
export {};
|