@curvefi/api 2.24.2 → 2.24.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.
@@ -125,6 +125,10 @@
125
125
  {
126
126
  "name": "_min_dy",
127
127
  "type": "uint256"
128
+ },
129
+ {
130
+ "name": "_use_eth",
131
+ "type": "bool"
128
132
  }
129
133
  ],
130
134
  "outputs": [
@@ -179,6 +183,10 @@
179
183
  {
180
184
  "name": "_min_mint_amount",
181
185
  "type": "uint256"
186
+ },
187
+ {
188
+ "name": "_use_eth",
189
+ "type": "bool"
182
190
  }
183
191
  ],
184
192
  "outputs": [
@@ -225,6 +233,10 @@
225
233
  {
226
234
  "name": "_min_amounts",
227
235
  "type": "uint256[4]"
236
+ },
237
+ {
238
+ "name": "_use_eth",
239
+ "type": "bool"
228
240
  }
229
241
  ],
230
242
  "outputs": [
@@ -254,6 +266,10 @@
254
266
  {
255
267
  "name": "_min_amount",
256
268
  "type": "uint256"
269
+ },
270
+ {
271
+ "name": "_use_eth",
272
+ "type": "bool"
257
273
  }
258
274
  ],
259
275
  "outputs": [
@@ -117,6 +117,10 @@
117
117
  {
118
118
  "name": "_min_dy",
119
119
  "type": "uint256"
120
+ },
121
+ {
122
+ "name": "_use_eth",
123
+ "type": "bool"
120
124
  }
121
125
  ],
122
126
  "outputs": [
@@ -171,6 +175,10 @@
171
175
  {
172
176
  "name": "_min_mint_amount",
173
177
  "type": "uint256"
178
+ },
179
+ {
180
+ "name": "_use_eth",
181
+ "type": "bool"
174
182
  }
175
183
  ],
176
184
  "outputs": [
@@ -217,6 +225,10 @@
217
225
  {
218
226
  "name": "_min_amounts",
219
227
  "type": "uint256[3]"
228
+ },
229
+ {
230
+ "name": "_use_eth",
231
+ "type": "bool"
220
232
  }
221
233
  ],
222
234
  "outputs": [
@@ -246,6 +258,10 @@
246
258
  {
247
259
  "name": "_min_amount",
248
260
  "type": "uint256"
261
+ },
262
+ {
263
+ "name": "_use_eth",
264
+ "type": "bool"
249
265
  }
250
266
  ],
251
267
  "outputs": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.24.2",
3
+ "version": "2.24.3",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",