@venusprotocol/isolated-pools 4.3.0-dev.2 → 4.3.0-dev.3
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/deployments/unichainmainnet/JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps_timeBased.json +608 -0
- package/deployments/unichainmainnet/TwoKinks_base0bps_slope1000bps_kink8000bps_slope27000bps_base20bps_kink29000bps_jump8000bps_timeBased.json +552 -0
- package/deployments/unichainmainnet/VToken_vUSD/342/202/2560_Core.json +257 -0
- package/deployments/unichainmainnet/VToken_vWBTC_Core.json +257 -0
- package/deployments/unichainmainnet/solcInputs/f28d03c2f8781c2e1894b10843f4ae81.json +490 -0
- package/deployments/unichainmainnet.json +1461 -601
- package/deployments/unichainmainnet_addresses.json +4 -0
- package/deployments/unichainsepolia/JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps_timeBased.json +608 -0
- package/deployments/unichainsepolia/MockUSD/342/202/2560.json +458 -0
- package/deployments/unichainsepolia/MockWBTC.json +458 -0
- package/deployments/unichainsepolia/TwoKinks_base0bps_slope1000bps_kink8000bps_slope27000bps_base20bps_kink29000bps_jump8000bps_timeBased.json +552 -0
- package/deployments/unichainsepolia/VToken_vUSD/342/202/2560_Core.json +257 -0
- package/deployments/unichainsepolia/VToken_vWBTC_Core.json +257 -0
- package/deployments/unichainsepolia/solcInputs/f28d03c2f8781c2e1894b10843f4ae81.json +490 -0
- package/deployments/unichainsepolia.json +2170 -692
- package/deployments/unichainsepolia_addresses.json +6 -0
- package/dist/deployments/unichainmainnet.json +1461 -601
- package/dist/deployments/unichainsepolia.json +2170 -692
- package/dist/helpers/deploymentConfig.js +106 -0
- package/dist/typechain/factories/IVToken__factory.d.ts +1 -5
- package/dist/typechain/factories/IVToken__factory.js +1 -201
- package/dist/typechain/factories/PoolRegistryInterface__factory.d.ts +2 -16
- package/dist/typechain/factories/PoolRegistryInterface__factory.js +0 -119
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +4 -341
- package/typechain/PoolRegistryInterface.d.ts +0 -178
- package/typechain/factories/IVToken__factory.ts +1 -201
- package/typechain/factories/PoolRegistryInterface__factory.ts +0 -119
|
@@ -7351,6 +7351,20 @@ exports.globalConfig = {
|
|
|
7351
7351
|
decimals: 18,
|
|
7352
7352
|
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
7353
7353
|
},
|
|
7354
|
+
{
|
|
7355
|
+
isMock: true,
|
|
7356
|
+
name: "Wrapped BTC",
|
|
7357
|
+
symbol: "WBTC",
|
|
7358
|
+
decimals: 8,
|
|
7359
|
+
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
isMock: true,
|
|
7363
|
+
name: "USD₮0",
|
|
7364
|
+
symbol: "USD₮0",
|
|
7365
|
+
decimals: 6,
|
|
7366
|
+
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
7367
|
+
},
|
|
7354
7368
|
],
|
|
7355
7369
|
poolConfig: [
|
|
7356
7370
|
{
|
|
@@ -7489,6 +7503,45 @@ exports.globalConfig = {
|
|
|
7489
7503
|
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_UNICHAIN_SEPOLIA,
|
|
7490
7504
|
vTokenReceiver: exports.preconfiguredAddresses.unichainsepolia.VTreasury,
|
|
7491
7505
|
},
|
|
7506
|
+
{
|
|
7507
|
+
name: "Venus WBTC (Core)",
|
|
7508
|
+
asset: "WBTC",
|
|
7509
|
+
symbol: "vWBTC_Core",
|
|
7510
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
7511
|
+
baseRatePerYear: "0",
|
|
7512
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
7513
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2", 18),
|
|
7514
|
+
kink_: (0, utils_1.convertToUnit)("0.45", 18),
|
|
7515
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.77", 18),
|
|
7516
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.8", 18),
|
|
7517
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
7518
|
+
initialSupply: (0, utils_1.convertToUnit)("0.00100364", 8),
|
|
7519
|
+
supplyCap: (0, utils_1.convertToUnit)("400", 8),
|
|
7520
|
+
borrowCap: (0, utils_1.convertToUnit)("40", 8),
|
|
7521
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_UNICHAIN_SEPOLIA,
|
|
7522
|
+
vTokenReceiver: exports.preconfiguredAddresses.unichainsepolia.VTreasury,
|
|
7523
|
+
},
|
|
7524
|
+
{
|
|
7525
|
+
name: "Venus USD₮0 (Core)",
|
|
7526
|
+
asset: "USD₮0",
|
|
7527
|
+
symbol: "vUSD₮0_Core",
|
|
7528
|
+
rateModel: InterestRateModels.TwoKinks.toString(),
|
|
7529
|
+
baseRatePerYear: "0",
|
|
7530
|
+
baseRatePerYear2: "0",
|
|
7531
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
|
|
7532
|
+
multiplierPerYear2: (0, utils_1.convertToUnit)("0.7", 18),
|
|
7533
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
7534
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
7535
|
+
kink2_: (0, utils_1.convertToUnit)("0.9", 18),
|
|
7536
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.77", 18),
|
|
7537
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.8", 18),
|
|
7538
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
7539
|
+
initialSupply: (0, utils_1.convertToUnit)("102.84258", 6),
|
|
7540
|
+
supplyCap: (0, utils_1.convertToUnit)(50000000, 6),
|
|
7541
|
+
borrowCap: (0, utils_1.convertToUnit)(45000000, 6),
|
|
7542
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_UNICHAIN_SEPOLIA,
|
|
7543
|
+
vTokenReceiver: exports.preconfiguredAddresses.unichainsepolia.VTreasury,
|
|
7544
|
+
},
|
|
7492
7545
|
],
|
|
7493
7546
|
rewards: [
|
|
7494
7547
|
// XVS Rewards Over 3600 days (311040000 seconds)
|
|
@@ -7561,6 +7614,20 @@ exports.globalConfig = {
|
|
|
7561
7614
|
decimals: 18,
|
|
7562
7615
|
tokenAddress: "0xc02fE7317D4eb8753a02c35fe019786854A92001",
|
|
7563
7616
|
},
|
|
7617
|
+
{
|
|
7618
|
+
isMock: false,
|
|
7619
|
+
name: "Wrapped BTC",
|
|
7620
|
+
symbol: "WBTC",
|
|
7621
|
+
decimals: 8,
|
|
7622
|
+
tokenAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
7623
|
+
},
|
|
7624
|
+
{
|
|
7625
|
+
isMock: false,
|
|
7626
|
+
name: "USD₮0",
|
|
7627
|
+
symbol: "USD₮0",
|
|
7628
|
+
decimals: 6,
|
|
7629
|
+
tokenAddress: "0x9151434b16b9763660705744891fA906F660EcC5",
|
|
7630
|
+
},
|
|
7564
7631
|
],
|
|
7565
7632
|
poolConfig: [
|
|
7566
7633
|
{
|
|
@@ -7663,6 +7730,45 @@ exports.globalConfig = {
|
|
|
7663
7730
|
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_UNICHAIN_MAINNET,
|
|
7664
7731
|
vTokenReceiver: exports.preconfiguredAddresses.unichainmainnet.VTreasury,
|
|
7665
7732
|
},
|
|
7733
|
+
{
|
|
7734
|
+
name: "Venus WBTC (Core)",
|
|
7735
|
+
asset: "WBTC",
|
|
7736
|
+
symbol: "vWBTC_Core",
|
|
7737
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
7738
|
+
baseRatePerYear: "0",
|
|
7739
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
7740
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2", 18),
|
|
7741
|
+
kink_: (0, utils_1.convertToUnit)("0.45", 18),
|
|
7742
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.77", 18),
|
|
7743
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.8", 18),
|
|
7744
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
7745
|
+
initialSupply: (0, utils_1.convertToUnit)("0.00100364", 8),
|
|
7746
|
+
supplyCap: (0, utils_1.convertToUnit)("400", 8),
|
|
7747
|
+
borrowCap: (0, utils_1.convertToUnit)("40", 8),
|
|
7748
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_UNICHAIN_MAINNET,
|
|
7749
|
+
vTokenReceiver: exports.preconfiguredAddresses.unichainmainnet.VTreasury,
|
|
7750
|
+
},
|
|
7751
|
+
{
|
|
7752
|
+
name: "Venus USD₮0 (Core)",
|
|
7753
|
+
asset: "USD₮0",
|
|
7754
|
+
symbol: "vUSD₮0_Core",
|
|
7755
|
+
rateModel: InterestRateModels.TwoKinks.toString(),
|
|
7756
|
+
baseRatePerYear: "0",
|
|
7757
|
+
baseRatePerYear2: "0",
|
|
7758
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
|
|
7759
|
+
multiplierPerYear2: (0, utils_1.convertToUnit)("0.7", 18),
|
|
7760
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
7761
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
7762
|
+
kink2_: (0, utils_1.convertToUnit)("0.9", 18),
|
|
7763
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.77", 18),
|
|
7764
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.8", 18),
|
|
7765
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
7766
|
+
initialSupply: (0, utils_1.convertToUnit)("102.84258", 6),
|
|
7767
|
+
supplyCap: (0, utils_1.convertToUnit)(50000000, 6),
|
|
7768
|
+
borrowCap: (0, utils_1.convertToUnit)(45000000, 6),
|
|
7769
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_UNICHAIN_MAINNET,
|
|
7770
|
+
vTokenReceiver: exports.preconfiguredAddresses.unichainmainnet.VTreasury,
|
|
7771
|
+
},
|
|
7666
7772
|
],
|
|
7667
7773
|
rewards: [
|
|
7668
7774
|
// XVS Rewards Over 30 days (2592000 seconds)
|
|
@@ -3,11 +3,7 @@ import { Provider } from "@ethersproject/providers";
|
|
|
3
3
|
import type { IVToken, IVTokenInterface } from "../IVToken";
|
|
4
4
|
export declare class IVToken__factory {
|
|
5
5
|
static readonly abi: {
|
|
6
|
-
inputs:
|
|
7
|
-
internalType: string;
|
|
8
|
-
name: string;
|
|
9
|
-
type: string;
|
|
10
|
-
}[];
|
|
6
|
+
inputs: never[];
|
|
11
7
|
name: string;
|
|
12
8
|
outputs: {
|
|
13
9
|
internalType: string;
|
|
@@ -6,206 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.IVToken__factory = void 0;
|
|
7
7
|
const ethers_1 = require("ethers");
|
|
8
8
|
const _abi = [
|
|
9
|
-
{
|
|
10
|
-
inputs: [
|
|
11
|
-
{
|
|
12
|
-
internalType: "address",
|
|
13
|
-
name: "account",
|
|
14
|
-
type: "address",
|
|
15
|
-
},
|
|
16
|
-
],
|
|
17
|
-
name: "borrowBalanceCurrent",
|
|
18
|
-
outputs: [
|
|
19
|
-
{
|
|
20
|
-
internalType: "uint256",
|
|
21
|
-
name: "",
|
|
22
|
-
type: "uint256",
|
|
23
|
-
},
|
|
24
|
-
],
|
|
25
|
-
stateMutability: "nonpayable",
|
|
26
|
-
type: "function",
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
inputs: [
|
|
30
|
-
{
|
|
31
|
-
internalType: "address",
|
|
32
|
-
name: "borrower",
|
|
33
|
-
type: "address",
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
internalType: "uint256",
|
|
37
|
-
name: "borrowAmount",
|
|
38
|
-
type: "uint256",
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
name: "borrowBehalf",
|
|
42
|
-
outputs: [
|
|
43
|
-
{
|
|
44
|
-
internalType: "uint256",
|
|
45
|
-
name: "",
|
|
46
|
-
type: "uint256",
|
|
47
|
-
},
|
|
48
|
-
],
|
|
49
|
-
stateMutability: "nonpayable",
|
|
50
|
-
type: "function",
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
inputs: [],
|
|
54
|
-
name: "exchangeRateCurrent",
|
|
55
|
-
outputs: [
|
|
56
|
-
{
|
|
57
|
-
internalType: "uint256",
|
|
58
|
-
name: "",
|
|
59
|
-
type: "uint256",
|
|
60
|
-
},
|
|
61
|
-
],
|
|
62
|
-
stateMutability: "nonpayable",
|
|
63
|
-
type: "function",
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
inputs: [
|
|
67
|
-
{
|
|
68
|
-
internalType: "address",
|
|
69
|
-
name: "receiver",
|
|
70
|
-
type: "address",
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
internalType: "uint256",
|
|
74
|
-
name: "mintAmount",
|
|
75
|
-
type: "uint256",
|
|
76
|
-
},
|
|
77
|
-
],
|
|
78
|
-
name: "mintBehalf",
|
|
79
|
-
outputs: [
|
|
80
|
-
{
|
|
81
|
-
internalType: "uint256",
|
|
82
|
-
name: "",
|
|
83
|
-
type: "uint256",
|
|
84
|
-
},
|
|
85
|
-
],
|
|
86
|
-
stateMutability: "nonpayable",
|
|
87
|
-
type: "function",
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
inputs: [
|
|
91
|
-
{
|
|
92
|
-
internalType: "uint256",
|
|
93
|
-
name: "redeemTokens",
|
|
94
|
-
type: "uint256",
|
|
95
|
-
},
|
|
96
|
-
],
|
|
97
|
-
name: "redeem",
|
|
98
|
-
outputs: [
|
|
99
|
-
{
|
|
100
|
-
internalType: "uint256",
|
|
101
|
-
name: "",
|
|
102
|
-
type: "uint256",
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
|
-
stateMutability: "nonpayable",
|
|
106
|
-
type: "function",
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
inputs: [
|
|
110
|
-
{
|
|
111
|
-
internalType: "address",
|
|
112
|
-
name: "redeemer",
|
|
113
|
-
type: "address",
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
internalType: "uint256",
|
|
117
|
-
name: "redeemTokens",
|
|
118
|
-
type: "uint256",
|
|
119
|
-
},
|
|
120
|
-
],
|
|
121
|
-
name: "redeemBehalf",
|
|
122
|
-
outputs: [
|
|
123
|
-
{
|
|
124
|
-
internalType: "uint256",
|
|
125
|
-
name: "",
|
|
126
|
-
type: "uint256",
|
|
127
|
-
},
|
|
128
|
-
],
|
|
129
|
-
stateMutability: "nonpayable",
|
|
130
|
-
type: "function",
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
inputs: [
|
|
134
|
-
{
|
|
135
|
-
internalType: "address",
|
|
136
|
-
name: "redeemer",
|
|
137
|
-
type: "address",
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
internalType: "uint256",
|
|
141
|
-
name: "redeemAmount",
|
|
142
|
-
type: "uint256",
|
|
143
|
-
},
|
|
144
|
-
],
|
|
145
|
-
name: "redeemUnderlyingBehalf",
|
|
146
|
-
outputs: [
|
|
147
|
-
{
|
|
148
|
-
internalType: "uint256",
|
|
149
|
-
name: "",
|
|
150
|
-
type: "uint256",
|
|
151
|
-
},
|
|
152
|
-
],
|
|
153
|
-
stateMutability: "nonpayable",
|
|
154
|
-
type: "function",
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
inputs: [
|
|
158
|
-
{
|
|
159
|
-
internalType: "address",
|
|
160
|
-
name: "borrower",
|
|
161
|
-
type: "address",
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
internalType: "uint256",
|
|
165
|
-
name: "repayAmount",
|
|
166
|
-
type: "uint256",
|
|
167
|
-
},
|
|
168
|
-
],
|
|
169
|
-
name: "repayBorrowBehalf",
|
|
170
|
-
outputs: [
|
|
171
|
-
{
|
|
172
|
-
internalType: "uint256",
|
|
173
|
-
name: "",
|
|
174
|
-
type: "uint256",
|
|
175
|
-
},
|
|
176
|
-
],
|
|
177
|
-
stateMutability: "nonpayable",
|
|
178
|
-
type: "function",
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
inputs: [
|
|
182
|
-
{
|
|
183
|
-
internalType: "address",
|
|
184
|
-
name: "from",
|
|
185
|
-
type: "address",
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
internalType: "address",
|
|
189
|
-
name: "to",
|
|
190
|
-
type: "address",
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
internalType: "uint256",
|
|
194
|
-
name: "amount",
|
|
195
|
-
type: "uint256",
|
|
196
|
-
},
|
|
197
|
-
],
|
|
198
|
-
name: "transferFrom",
|
|
199
|
-
outputs: [
|
|
200
|
-
{
|
|
201
|
-
internalType: "bool",
|
|
202
|
-
name: "",
|
|
203
|
-
type: "bool",
|
|
204
|
-
},
|
|
205
|
-
],
|
|
206
|
-
stateMutability: "nonpayable",
|
|
207
|
-
type: "function",
|
|
208
|
-
},
|
|
209
9
|
{
|
|
210
10
|
inputs: [],
|
|
211
11
|
name: "underlying",
|
|
@@ -216,7 +16,7 @@ const _abi = [
|
|
|
216
16
|
type: "address",
|
|
217
17
|
},
|
|
218
18
|
],
|
|
219
|
-
stateMutability: "
|
|
19
|
+
stateMutability: "view",
|
|
220
20
|
type: "function",
|
|
221
21
|
},
|
|
222
22
|
];
|
|
@@ -2,7 +2,7 @@ import { Signer } from "ethers";
|
|
|
2
2
|
import { Provider } from "@ethersproject/providers";
|
|
3
3
|
import type { PoolRegistryInterface, PoolRegistryInterfaceInterface } from "../PoolRegistryInterface";
|
|
4
4
|
export declare class PoolRegistryInterface__factory {
|
|
5
|
-
static readonly abi:
|
|
5
|
+
static readonly abi: {
|
|
6
6
|
inputs: {
|
|
7
7
|
internalType: string;
|
|
8
8
|
name: string;
|
|
@@ -21,21 +21,7 @@ export declare class PoolRegistryInterface__factory {
|
|
|
21
21
|
}[];
|
|
22
22
|
stateMutability: string;
|
|
23
23
|
type: string;
|
|
24
|
-
}
|
|
25
|
-
inputs: {
|
|
26
|
-
internalType: string;
|
|
27
|
-
name: string;
|
|
28
|
-
type: string;
|
|
29
|
-
}[];
|
|
30
|
-
name: string;
|
|
31
|
-
outputs: {
|
|
32
|
-
internalType: string;
|
|
33
|
-
name: string;
|
|
34
|
-
type: string;
|
|
35
|
-
}[];
|
|
36
|
-
stateMutability: string;
|
|
37
|
-
type: string;
|
|
38
|
-
})[];
|
|
24
|
+
}[];
|
|
39
25
|
static createInterface(): PoolRegistryInterfaceInterface;
|
|
40
26
|
static connect(address: string, signerOrProvider: Signer | Provider): PoolRegistryInterface;
|
|
41
27
|
}
|
|
@@ -6,46 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.PoolRegistryInterface__factory = void 0;
|
|
7
7
|
const ethers_1 = require("ethers");
|
|
8
8
|
const _abi = [
|
|
9
|
-
{
|
|
10
|
-
inputs: [],
|
|
11
|
-
name: "getAllPools",
|
|
12
|
-
outputs: [
|
|
13
|
-
{
|
|
14
|
-
components: [
|
|
15
|
-
{
|
|
16
|
-
internalType: "string",
|
|
17
|
-
name: "name",
|
|
18
|
-
type: "string",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
internalType: "address",
|
|
22
|
-
name: "creator",
|
|
23
|
-
type: "address",
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
internalType: "address",
|
|
27
|
-
name: "comptroller",
|
|
28
|
-
type: "address",
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
internalType: "uint256",
|
|
32
|
-
name: "blockPosted",
|
|
33
|
-
type: "uint256",
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
internalType: "uint256",
|
|
37
|
-
name: "timestampPosted",
|
|
38
|
-
type: "uint256",
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
internalType: "struct PoolRegistryInterface.VenusPool[]",
|
|
42
|
-
name: "",
|
|
43
|
-
type: "tuple[]",
|
|
44
|
-
},
|
|
45
|
-
],
|
|
46
|
-
stateMutability: "view",
|
|
47
|
-
type: "function",
|
|
48
|
-
},
|
|
49
9
|
{
|
|
50
10
|
inputs: [
|
|
51
11
|
{
|
|
@@ -92,85 +52,6 @@ const _abi = [
|
|
|
92
52
|
stateMutability: "view",
|
|
93
53
|
type: "function",
|
|
94
54
|
},
|
|
95
|
-
{
|
|
96
|
-
inputs: [
|
|
97
|
-
{
|
|
98
|
-
internalType: "address",
|
|
99
|
-
name: "asset",
|
|
100
|
-
type: "address",
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
|
-
name: "getPoolsSupportedByAsset",
|
|
104
|
-
outputs: [
|
|
105
|
-
{
|
|
106
|
-
internalType: "address[]",
|
|
107
|
-
name: "",
|
|
108
|
-
type: "address[]",
|
|
109
|
-
},
|
|
110
|
-
],
|
|
111
|
-
stateMutability: "view",
|
|
112
|
-
type: "function",
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
inputs: [
|
|
116
|
-
{
|
|
117
|
-
internalType: "address",
|
|
118
|
-
name: "comptroller",
|
|
119
|
-
type: "address",
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
internalType: "address",
|
|
123
|
-
name: "asset",
|
|
124
|
-
type: "address",
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
name: "getVTokenForAsset",
|
|
128
|
-
outputs: [
|
|
129
|
-
{
|
|
130
|
-
internalType: "address",
|
|
131
|
-
name: "",
|
|
132
|
-
type: "address",
|
|
133
|
-
},
|
|
134
|
-
],
|
|
135
|
-
stateMutability: "view",
|
|
136
|
-
type: "function",
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
inputs: [
|
|
140
|
-
{
|
|
141
|
-
internalType: "address",
|
|
142
|
-
name: "comptroller",
|
|
143
|
-
type: "address",
|
|
144
|
-
},
|
|
145
|
-
],
|
|
146
|
-
name: "getVenusPoolMetadata",
|
|
147
|
-
outputs: [
|
|
148
|
-
{
|
|
149
|
-
components: [
|
|
150
|
-
{
|
|
151
|
-
internalType: "string",
|
|
152
|
-
name: "category",
|
|
153
|
-
type: "string",
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
internalType: "string",
|
|
157
|
-
name: "logoURL",
|
|
158
|
-
type: "string",
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
internalType: "string",
|
|
162
|
-
name: "description",
|
|
163
|
-
type: "string",
|
|
164
|
-
},
|
|
165
|
-
],
|
|
166
|
-
internalType: "struct PoolRegistryInterface.VenusPoolMetaData",
|
|
167
|
-
name: "",
|
|
168
|
-
type: "tuple",
|
|
169
|
-
},
|
|
170
|
-
],
|
|
171
|
-
stateMutability: "view",
|
|
172
|
-
type: "function",
|
|
173
|
-
},
|
|
174
55
|
];
|
|
175
56
|
class PoolRegistryInterface__factory {
|
|
176
57
|
static createInterface() {
|