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 a1c574d commit 6e393eaCopy full SHA for 6e393ea
libs/remix-lib/src/execution/txRunnerWeb3.ts
@@ -23,7 +23,7 @@ export class TxRunnerWeb3 {
23
// this is to avoid the following issue: https://github.com/MetaMask/metamask-extension/issues/11824
24
tx.type = '0x2'
25
} else {
26
- tx.type = '0x1'
+ // tx.type = '0x1'
27
}
28
if (txFee) {
29
if (txFee.baseFeePerGas) {
0 commit comments