forked from flashbots/rbuilder
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e03125
commit 2c255ac
Showing
16 changed files
with
614 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
log_json = true | ||
log_level = "info,rbuilder=debug" | ||
redacted_telemetry_server_port = 6061 | ||
redacted_telemetry_server_ip = "0.0.0.0" | ||
full_telemetry_server_port = 6060 | ||
full_telemetry_server_ip = "0.0.0.0" | ||
|
||
chain = "../../genesis.json" | ||
reth_datadir = "/data/reth/execution-data" | ||
el_node_ipc_path = "/tmp/reth.ipc" | ||
gwyneth_chain_ids = [160010, 160011] | ||
l2_server_ports = [8646, 8647] | ||
|
||
coinbase_secret_key = "607a11b45a7219cc61a3d9c5fd08c7eebd602a6a19a977f8d3771d5711a550f2" | ||
relay_secret_key = "607a11b45a7219cc61a3d9c5fd08c7eebd602a6a19a977f8d3771d5711a550f2" | ||
optimistic_relay_secret_key = "607a11b45a7219cc61a3d9c5fd08c7eebd602a6a19a977f8d3771d5711a550f2" | ||
|
||
cl_node_url = ["http://cl-4-lighthouse-gwyneth:4000"] | ||
jsonrpc_server_port = 8645 | ||
jsonrpc_server_ip = "0.0.0.0" | ||
extra_data = "🌸🤖" | ||
genesis_fork_version = "0x10000038" | ||
|
||
dry_run = false | ||
dry_run_validation_url = "http://localhost:8545" | ||
|
||
ignore_cancellable_orders = true | ||
|
||
max_concurrent_seals = 4 | ||
|
||
sbundle_mergeabe_signers = [] | ||
# slot_delta_to_start_submits_ms is usually negative since we start bidding BEFORE the slot start | ||
# slot_delta_to_start_submits_ms = -5000 | ||
live_builders = ["mp-ordering"] | ||
watchdog_timeout_sec = 99999 | ||
|
||
[[relays]] | ||
name = "gwyneth" | ||
url = "http://0xa55c1285d84ba83a5ad26420cd5ad3091e49c55a813eee651cd467db38a8c8e63192f47955e9376f6b42f6d190571cb5@mev-relay-api:9062" | ||
priority = 0 | ||
use_ssz_for_submit = false | ||
use_gzip_for_submit = false | ||
l1_proposer_pk = "39725efee3fb28614de3bacaffe4cc4bd8c436257e2c8bb887c4b5c4be45e76d" | ||
l1_rollup_contract = "0x9fCF7D13d10dEdF17d0f24C62f0cf4ED462f65b7" | ||
|
||
[[builders]] | ||
name = "mgp-ordering" | ||
algo = "ordering-builder" | ||
discard_txs = true | ||
sorting = "mev-gas-price" | ||
failed_order_retries = 1 | ||
drop_failed_orders = true | ||
|
||
[[builders]] | ||
name = "mp-ordering" | ||
algo = "ordering-builder" | ||
discard_txs = true | ||
sorting = "max-profit" | ||
failed_order_retries = 1 | ||
drop_failed_orders = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.