@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.
- package/lib/utils.js +0 -1
- 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);
|