update next basefeepergas

pull/5370/head
yann300 2 years ago committed by GitHub
parent f8f3861024
commit 3b558c0a39
  1. 2
      libs/remix-lib/src/execution/txRunnerWeb3.ts

@ -113,7 +113,7 @@ export class TxRunnerWeb3 {
// the sending stack (web3.js / metamask need to have the type defined)
// this is to avoid the following issue: https://github.com/MetaMask/metamask-extension/issues/11824
txCopy.type = '0x2'
txCopy.maxFeePerGas = Math.ceil(network.lastBlock.baseFeePerGas + network.lastBlock.baseFeePerGas / 3)
txCopy.maxFeePerGas = Math.ceil(network.lastBlock.baseFeePerGas + network.lastBlock.baseFeePerGas / 2)
} else {
txCopy.type = '0x1'
txCopy.gasPrice = network.lastBlock.baseFeePerGas

Loading…
Cancel
Save