@venusprotocol/isolated-pools 3.8.0-dev.4 → 3.8.0
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/zksyncmainnet/JumpRateModelV2_base0bps_slope687bps_jump25000bps_kink8000bps.json +668 -0
- package/deployments/zksyncmainnet/VToken_vwUSDM_Core.json +317 -0
- package/deployments/zksyncmainnet/solcInputs/c84b0f085ad65b3aa38a5f0d3790c387.json +448 -0
- package/deployments/zksyncmainnet.json +434 -0
- package/deployments/zksyncmainnet_addresses.json +3 -1
- package/deployments/zksyncsepolia/JumpRateModelV2_base0bps_slope687bps_jump25000bps_kink8000bps.json +668 -0
- package/deployments/zksyncsepolia/MockUSDM.json +519 -0
- package/deployments/zksyncsepolia/MockwUSDM.json +576 -0
- package/deployments/zksyncsepolia/VToken_vwUSDM_Core.json +317 -0
- package/deployments/zksyncsepolia/solcInputs/c84b0f085ad65b3aa38a5f0d3790c387.json +448 -0
- package/deployments/zksyncsepolia.json +1160 -89
- package/deployments/zksyncsepolia_addresses.json +5 -1
- package/dist/deploy/001-deploy-mock-tokens.js +3 -2
- package/dist/deploy/009-deploy-vtokens.js +10 -1
- package/dist/deployments/zksyncmainnet.json +434 -0
- package/dist/deployments/zksyncsepolia.json +1160 -89
- package/dist/hardhat.config.js +7 -0
- package/dist/helpers/deploymentConfig.d.ts +1 -0
- package/dist/helpers/deploymentConfig.js +71 -6
- package/dist/helpers/deploymentUtils.d.ts +2 -0
- package/dist/helpers/deploymentUtils.js +6 -1
- 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/PoolRegistryInterface.d.ts +0 -178
- package/typechain/factories/PoolRegistryInterface__factory.ts +0 -119
|
@@ -10,46 +10,6 @@ import type {
|
|
|
10
10
|
} from "../PoolRegistryInterface";
|
|
11
11
|
|
|
12
12
|
const _abi = [
|
|
13
|
-
{
|
|
14
|
-
inputs: [],
|
|
15
|
-
name: "getAllPools",
|
|
16
|
-
outputs: [
|
|
17
|
-
{
|
|
18
|
-
components: [
|
|
19
|
-
{
|
|
20
|
-
internalType: "string",
|
|
21
|
-
name: "name",
|
|
22
|
-
type: "string",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
internalType: "address",
|
|
26
|
-
name: "creator",
|
|
27
|
-
type: "address",
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
internalType: "address",
|
|
31
|
-
name: "comptroller",
|
|
32
|
-
type: "address",
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
internalType: "uint256",
|
|
36
|
-
name: "blockPosted",
|
|
37
|
-
type: "uint256",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
internalType: "uint256",
|
|
41
|
-
name: "timestampPosted",
|
|
42
|
-
type: "uint256",
|
|
43
|
-
},
|
|
44
|
-
],
|
|
45
|
-
internalType: "struct PoolRegistryInterface.VenusPool[]",
|
|
46
|
-
name: "",
|
|
47
|
-
type: "tuple[]",
|
|
48
|
-
},
|
|
49
|
-
],
|
|
50
|
-
stateMutability: "view",
|
|
51
|
-
type: "function",
|
|
52
|
-
},
|
|
53
13
|
{
|
|
54
14
|
inputs: [
|
|
55
15
|
{
|
|
@@ -96,85 +56,6 @@ const _abi = [
|
|
|
96
56
|
stateMutability: "view",
|
|
97
57
|
type: "function",
|
|
98
58
|
},
|
|
99
|
-
{
|
|
100
|
-
inputs: [
|
|
101
|
-
{
|
|
102
|
-
internalType: "address",
|
|
103
|
-
name: "asset",
|
|
104
|
-
type: "address",
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
|
-
name: "getPoolsSupportedByAsset",
|
|
108
|
-
outputs: [
|
|
109
|
-
{
|
|
110
|
-
internalType: "address[]",
|
|
111
|
-
name: "",
|
|
112
|
-
type: "address[]",
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
stateMutability: "view",
|
|
116
|
-
type: "function",
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
inputs: [
|
|
120
|
-
{
|
|
121
|
-
internalType: "address",
|
|
122
|
-
name: "comptroller",
|
|
123
|
-
type: "address",
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
internalType: "address",
|
|
127
|
-
name: "asset",
|
|
128
|
-
type: "address",
|
|
129
|
-
},
|
|
130
|
-
],
|
|
131
|
-
name: "getVTokenForAsset",
|
|
132
|
-
outputs: [
|
|
133
|
-
{
|
|
134
|
-
internalType: "address",
|
|
135
|
-
name: "",
|
|
136
|
-
type: "address",
|
|
137
|
-
},
|
|
138
|
-
],
|
|
139
|
-
stateMutability: "view",
|
|
140
|
-
type: "function",
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
inputs: [
|
|
144
|
-
{
|
|
145
|
-
internalType: "address",
|
|
146
|
-
name: "comptroller",
|
|
147
|
-
type: "address",
|
|
148
|
-
},
|
|
149
|
-
],
|
|
150
|
-
name: "getVenusPoolMetadata",
|
|
151
|
-
outputs: [
|
|
152
|
-
{
|
|
153
|
-
components: [
|
|
154
|
-
{
|
|
155
|
-
internalType: "string",
|
|
156
|
-
name: "category",
|
|
157
|
-
type: "string",
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
internalType: "string",
|
|
161
|
-
name: "logoURL",
|
|
162
|
-
type: "string",
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
internalType: "string",
|
|
166
|
-
name: "description",
|
|
167
|
-
type: "string",
|
|
168
|
-
},
|
|
169
|
-
],
|
|
170
|
-
internalType: "struct PoolRegistryInterface.VenusPoolMetaData",
|
|
171
|
-
name: "",
|
|
172
|
-
type: "tuple",
|
|
173
|
-
},
|
|
174
|
-
],
|
|
175
|
-
stateMutability: "view",
|
|
176
|
-
type: "function",
|
|
177
|
-
},
|
|
178
59
|
];
|
|
179
60
|
|
|
180
61
|
export class PoolRegistryInterface__factory {
|