Skip to content

Commit

Permalink
fix: enlarge pay bid gas to adapt 7702
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed Jan 3, 2025
1 parent 1ca9394 commit f4fe405
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions configs/config-example.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
[Service]
HTTPListenAddr = "0.0.0.0:8555" # The address to listen on for HTTP requests.
HTTPListenAddr = "localhost:8555" # The address to listen on for HTTP requests.
RPCConcurrency = 100 # The maximum number of concurrent requests.
RPCTimeout = "10s" # The timeout for RPC requests.

[[Validators]]
PrivateURL = "http://127.0.0.1:8545"
PublicHostName = "127.0.0.1"
PrivateURL = "http://10.200.31.36:8545"
PublicHostName = "bsc-testnet-elbrus.bnbchain.org"
PayAccountMode = "privateKey"
PrivateKey = "b1fed931ad50...34796ddbee68a53cf"

[[Validators]]
PrivateURL = "http://10.200.33.92:8545"
PublicHostName = "bsc-testnet-ararat.bnbchain.org"
PayAccountMode = "privateKey"
PrivateKey = "ce3f1b757384...755f66f647503"

[[Builders]]
Address = "0x980A75eCd1309eA12fa2ED87A8744fBfc9b863D5" # The address of the builder.
URL = "http://bsc-builder-1" # The public URL of the builder.
Expand Down

0 comments on commit f4fe405

Please sign in to comment.