@venusprotocol/isolated-pools 3.5.0-dev.3 → 3.5.0-dev.4

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.
@@ -3,7 +3,11 @@ 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: never[];
6
+ inputs: {
7
+ internalType: string;
8
+ name: string;
9
+ type: string;
10
+ }[];
7
11
  name: string;
8
12
  outputs: {
9
13
  internalType: string;
@@ -6,6 +6,206 @@ 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
+ },
9
209
  {
10
210
  inputs: [],
11
211
  name: "underlying",
@@ -16,7 +216,7 @@ const _abi = [
16
216
  type: "address",
17
217
  },
18
218
  ],
19
- stateMutability: "view",
219
+ stateMutability: "nonpayable",
20
220
  type: "function",
21
221
  },
22
222
  ];
@@ -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() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "3.5.0-dev.3",
3
+ "version": "3.5.0-dev.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",