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 4af5ca6 commit 00368fcCopy full SHA for 00368fc
seth/client.go
@@ -851,8 +851,6 @@ This issue is caused by one of two things:
851
return &bind.TransactOpts{Context: ctx}, NonceStatus{}, GasEstimations{}
852
}
853
854
- fmt.Println("sender", opts.From.Hex())
855
-
856
if ctx != nil {
857
opts.Context = ctx
858
seth/seth.toml
@@ -105,7 +105,7 @@ gas_limit = 8_000_000
105
# legacy transactions
106
gas_price = 1_000_000_000
107
# EIP-1559 transactions
108
-eip_1559_dynamic_fees = true
+eip_1559_dynamic_fees = false
109
gas_fee_cap = 10_000_000_000
110
gas_tip_cap = 3_000_000_000
111
0 commit comments