Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezdot committed Jul 6, 2024
1 parent 0e55c34 commit 0e2f2c5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ export const calculateGasFeeParams = async (web3: _EvmApi, networkKey: string, u
const averageFee = enforceMinOneTip(getEIP1559GasFee(baseGasFee, averagePriorityFee, 45000), web3.isTestnet);
const fastFee = enforceMinOneTip(getEIP1559GasFee(baseGasFee, fastPriorityFee, 60000), web3.isTestnet);

console.log('slowFee', web3.isTestnet, slowFee, averageFee, fastFee);

return {
type: 'evm',
gasPrice: undefined,
Expand Down

0 comments on commit 0e2f2c5

Please sign in to comment.