@curvefi/api 2.58.6 → 2.58.7

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.
Files changed (2) hide show
  1. package/lib/utils.js +0 -1
  2. package/package.json +1 -1
package/lib/utils.js CHANGED
@@ -758,7 +758,6 @@ export var getGasPriceByLastTransactions = function () { return __awaiter(void 0
758
758
  return [4 /*yield*/, provider.getTransaction(txHash)];
759
759
  case 5:
760
760
  tx = _b.sent();
761
- console.log(tx, tx === null || tx === void 0 ? void 0 : tx.gasPrice);
762
761
  if (!tx)
763
762
  return [3 /*break*/, 6];
764
763
  totalGasPrice = totalGasPrice + Number(tx.gasPrice);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.58.6",
3
+ "version": "2.58.7",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",