We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519816a commit 82db9b9Copy full SHA for 82db9b9
1 file changed
packages/extension/src/providers/ethereum/libs/transaction/index.ts
@@ -198,7 +198,6 @@ class Transaction {
198
chainId: BigInt(this.tx.chainId),
199
defaultHardfork: Hardfork.London,
200
});
201
- console.log(feeMarketTx);
202
let finalizedTransaction = FeeMarketEIP1559Transaction.fromTxData(
203
feeMarketTx as FinalizedFeeMarketEthereumTransaction,
204
{
0 commit comments