@curvefi/api 2.6.0 → 2.8.1

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/README.md CHANGED
@@ -324,8 +324,6 @@ import curve from "@curvefi/api";
324
324
  // [ 18, 18 ]
325
325
  pool.useLending;
326
326
  // [ false, false, false, false ]
327
- pool.rewardTokens;
328
- // []
329
327
  })()
330
328
  ````
331
329
 
@@ -378,32 +378,6 @@
378
378
  "type": "function",
379
379
  "gas": "2673791"
380
380
  },
381
- {
382
- "name": "get_dy_underlying",
383
- "outputs": [
384
- {
385
- "type": "uint256",
386
- "name": ""
387
- }
388
- ],
389
- "inputs": [
390
- {
391
- "type": "int128",
392
- "name": "i"
393
- },
394
- {
395
- "type": "int128",
396
- "name": "j"
397
- },
398
- {
399
- "type": "uint256",
400
- "name": "dx"
401
- }
402
- ],
403
- "stateMutability": "view",
404
- "type": "function",
405
- "gas": "2673474"
406
- },
407
381
  {
408
382
  "name": "exchange",
409
383
  "outputs": [],