Skip to content

Commit 5b68999

Browse files
committed
Add gas options to README.md
1 parent ba7b148 commit 5b68999

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,6 @@ gas_limit = 120000 # Gas limit to set for the transaction execution (empty
100100
# gas_fee_cap = ... # Gas fee cap to use for the 1559 transaction (type 2) execution (empty = gas price oracle)
101101
# gas_tip_cap = ... # Gas priority fee cap to use for the 1559 transaction (type 2) execution (empty = gas price oracle)
102102

103-
104-
[voting_cronjob.gas]
105-
gas_limit = 120000 # Gas limit to set for the transaction execution (empty = estimate)
106-
107-
# type 0 transaction options
108-
gas_price = ... # Create type 0 transaction: gas price to use for the transaction execution (empty = gas price oracle)
109-
110-
# type 2 transaction (EIP-1559) options
111-
gas_fee_cap = ... # Gas fee cap to use for the 1559 transaction (type 2) execution (empty = gas price oracle)
112-
gas_tip_cap = ... # Gas priority fee cap to use for the 1559 transaction (type 2) execution (empty = gas price oracle)
113-
114-
115103
[mirroring_cronjob]
116104
enabled = false # enable mirroring client
117105
timeout = "10s" # check for new epochs every ... seconds
@@ -122,10 +110,6 @@ delay = "10s" # min delay in seconds to send the vote after the epoch
122110
gas_limit = 1000000
123111
# see voting_cronjob.gas for other gas options
124112

125-
[mirroring_cronjob.gas]
126-
gas_limit = 1000000
127-
# see voting_cronjob.gas for other gas options
128-
129113
[contract_addresses]
130114
voting = "0xf956df3800379fdFA31D0A45FDD5001D02F4109c" # voting contract address
131115
mirroring = "0xE64Df6a7e4f4c277C5299f0FE12D7BbB8A207175" # mirror contract address

0 commit comments

Comments
 (0)