@@ -60,6 +60,9 @@ check_rpc_health_on_start = false
6060# only for tracing, when you want to make sure that no transactions are sent to the network.
6161read_only = false
6262
63+ # when enabled SETH will initialize using HTTP instead of WS
64+ force_http = false
65+
6366[gas_bumps ]
6467# when > 0 then we will bump gas price for transactions that are stuck in the mempool
6568# by default the bump step is controlled by gas_price_estimation_tx_priority (check readme.md for more details)
@@ -77,7 +80,7 @@ key_sync_retries = 10
7780
7881[[networks ]]
7982name = " Anvil"
80- dial_timeout = " 1m"
83+ dial_timeout = " 1m"
8184transaction_timeout = " 30s"
8285urls_secret = [" ws://localhost:8545" ]
8386transfer_gas_fee = 21_000
@@ -91,7 +94,7 @@ gas_tip_cap = 1_000_000_000
9194
9295[[networks ]]
9396name = " Geth"
94- dial_timeout = " 1m"
97+ dial_timeout = " 1m"
9598transaction_timeout = " 30s"
9699urls_secret = [" ws://localhost:8546" ]
97100transfer_gas_fee = 21_000
@@ -105,7 +108,7 @@ gas_tip_cap = 3_000_000_000
105108
106109[[networks ]]
107110name = " Default"
108- dial_timeout = " 1m"
111+ dial_timeout = " 1m"
109112transaction_timeout = " 30s"
110113# enable EIP-1559 transactions, because Seth will disable them if they are not supported
111114eip_1559_dynamic_fees = true
@@ -122,7 +125,7 @@ gas_tip_cap = 50_000_000_000 #50 gwei
122125
123126[[networks ]]
124127name = " Fuji"
125- dial_timeout = " 1m"
128+ dial_timeout = " 1m"
126129transaction_timeout = " 30s"
127130eip_1559_dynamic_fees = true
128131
@@ -145,7 +148,7 @@ eip_1559_dynamic_fees = true
145148
146149[[networks ]]
147150name = " Sepolia"
148- dial_timeout = " 1m"
151+ dial_timeout = " 1m"
149152transaction_timeout = " 30s"
150153eip_1559_dynamic_fees = true
151154
@@ -169,7 +172,7 @@ gas_tip_cap = 5_000_000_000
169172
170173[[networks ]]
171174name = " Mumbai"
172- dial_timeout = " 1m"
175+ dial_timeout = " 1m"
173176transaction_timeout = " 30s"
174177eip_1559_dynamic_fees = true
175178
@@ -196,7 +199,7 @@ gas_tip_cap = 30460480806
196199
197200[[networks ]]
198201name = " zkEVM"
199- dial_timeout = " 1m"
202+ dial_timeout = " 1m"
200203transaction_timeout = " 30s"
201204eip_1559_dynamic_fees = false
202205
@@ -220,7 +223,7 @@ gas_tip_cap = 1_800_000_000
220223
221224[[networks ]]
222225name = " ARBITRUM_SEPOLIA"
223- dial_timeout = " 1m"
226+ dial_timeout = " 1m"
224227transaction_timeout = " 10m"
225228transfer_gas_fee = 50_000
226229# gas_limit = 15_000_000
0 commit comments