We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827f326 commit 0e6a648Copy full SHA for 0e6a648
services/blockchain-service/blockchain-service-base.js
@@ -1451,6 +1451,7 @@ export default class BlockchainServiceBase {
1451
// Fallback to network gas price if feeHistory not supported or empty
1452
if (!feeHistory.supported) {
1453
return this.applyGasPriceBuffer(
1454
+ 0n,
1455
BigInt(await this.getNetworkGasPrice(blockchain)),
1456
gasPriceBufferPercent,
1457
);
@@ -1461,6 +1462,7 @@ export default class BlockchainServiceBase {
1461
1462
1463
if (baseFees.length === 0 || priorityFees.length === 0) {
1464
1465
1466
1467
1468
0 commit comments