Skip to content

Commit 4245c4b

Browse files
committed
Update README.md file
1 parent 5f35ff2 commit 4245c4b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,27 @@ timeout = "10s" # check for new epochs every ...
9090
first = 12345 # first epoch to vote for
9191
delay = "10s" # min delay in seconds to send the vote after the epoch ends
9292

93+
[voting_cronjob.gas]
94+
gas_limit = 120000 # Gas limit to set for the transaction execution (empty = estimate)
95+
96+
# type 0 transaction options
97+
gas_price = ... # Create type 0 transaction: gas price to use for the transaction execution (empty = gas price oracle)
98+
99+
# type 2 transaction (EIP-1559) options
100+
gas_fee_cap = ... # Gas fee cap to use for the 1559 transaction (type 2) execution (empty = gas price oracle)
101+
gas_tip_cap = ... # Gas priority fee cap to use for the 1559 transaction (type 2) execution (empty = gas price oracle)
102+
103+
93104
[mirroring_cronjob]
94105
enabled = false # enable mirroring client
95106
timeout = "10s" # check for new epochs every ... seconds
96107
first = 12345 # first epoch to mirror
97108
delay = "10s" # min delay in seconds to send the vote after the epoch ends
98109

110+
[mirroring_cronjob.gas]
111+
gas_limit = 1000000
112+
# see voting_cronjob.gas for other gas options
113+
99114
[contract_addresses]
100115
voting = "0xf956df3800379fdFA31D0A45FDD5001D02F4109c" # voting contract address
101116
mirroring = "0xE64Df6a7e4f4c277C5299f0FE12D7BbB8A207175" # mirror contract address

0 commit comments

Comments
 (0)