Skip to content

Commit 6e393ea

Browse files
committed
setting the type on network that doesn't support type create bugs.
1 parent a1c574d commit 6e393ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-lib/src/execution/txRunnerWeb3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class TxRunnerWeb3 {
2323
// this is to avoid the following issue: https://github.com/MetaMask/metamask-extension/issues/11824
2424
tx.type = '0x2'
2525
} else {
26-
tx.type = '0x1'
26+
// tx.type = '0x1'
2727
}
2828
if (txFee) {
2929
if (txFee.baseFeePerGas) {

0 commit comments

Comments
 (0)