Skip to content

Commit

Permalink
disable eip1559 for Geth
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jan 22, 2025
1 parent 4af5ca6 commit 00368fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions seth/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,6 @@ This issue is caused by one of two things:
return &bind.TransactOpts{Context: ctx}, NonceStatus{}, GasEstimations{}
}

fmt.Println("sender", opts.From.Hex())

if ctx != nil {
opts.Context = ctx
}
Expand Down
2 changes: 1 addition & 1 deletion seth/seth.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gas_limit = 8_000_000
# legacy transactions
gas_price = 1_000_000_000
# EIP-1559 transactions
eip_1559_dynamic_fees = true
eip_1559_dynamic_fees = false
gas_fee_cap = 10_000_000_000
gas_tip_cap = 3_000_000_000

Expand Down

0 comments on commit 00368fc

Please sign in to comment.