From 504bf34fd37631fd2a9289e36e43f348fc5e054e Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Tue, 7 Jan 2025 08:37:43 +0000 Subject: [PATCH 1/4] Use only required fields in playground config --- config-playground.toml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/config-playground.toml b/config-playground.toml index 6d53e0a6..1b7a5b90 100644 --- a/config-playground.toml +++ b/config-playground.toml @@ -1,30 +1,5 @@ -log_json = false -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 = "$HOME/.playground/devnet/genesis.json" reth_datadir = "$HOME/.playground/devnet/data_reth" -relay_secret_key = "5eae315483f028b5cdd5d1090ff0c7618b18737ea9bf3c35047189db22835c48" coinbase_secret_key = "ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" - -cl_node_url = ["http://localhost:3500"] -jsonrpc_server_port = 8645 -jsonrpc_server_ip = "0.0.0.0" -el_node_ipc_path = "$HOME/.playground/devnet/reth.ipc" -extra_data = "⚡🤖" - -dry_run = false -dry_run_validation_url = "http://localhost:8545" - -# blocks_processor_url can be an API service to record bids and transactions. It is not required. -# blocks_processor_url = "http://block_processor.internal" - -ignore_cancellable_orders = true - -sbundle_mergeable_signers = [] -live_builders = ["mp-ordering", "mgp-ordering", "parallel"] - enabled_relays = ["playground"] From 583a225ab6483fa14b5fbc13a05575d82d139b6e Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Tue, 7 Jan 2025 08:38:32 +0000 Subject: [PATCH 2/4] Use only required fields in playground config --- config-playground.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config-playground.toml b/config-playground.toml index 1b7a5b90..70381cab 100644 --- a/config-playground.toml +++ b/config-playground.toml @@ -1,5 +1,6 @@ chain = "$HOME/.playground/devnet/genesis.json" reth_datadir = "$HOME/.playground/devnet/data_reth" +el_node_ipc_path = "$HOME/.playground/devnet/reth.ipc" coinbase_secret_key = "ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" enabled_relays = ["playground"] From e479322fe2c6b947511db0df92506aac65eccd02 Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Tue, 7 Jan 2025 09:04:24 +0000 Subject: [PATCH 3/4] Fix --- config-playground.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-playground.toml b/config-playground.toml index 70381cab..000c05bf 100644 --- a/config-playground.toml +++ b/config-playground.toml @@ -1,6 +1,6 @@ chain = "$HOME/.playground/devnet/genesis.json" reth_datadir = "$HOME/.playground/devnet/data_reth" -el_node_ipc_path = "$HOME/.playground/devnet/reth.ipc" -coinbase_secret_key = "ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" +relay_secret_key = "5eae315483f028b5cdd5d1090ff0c7618b18737ea9bf3c35047189db22835c48" +live_builders = ["mp-ordering", "mgp-ordering", "parallel"] enabled_relays = ["playground"] From 2d5fbea4a6313b79b69ae0605b70bc325bfafc19 Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Tue, 7 Jan 2025 09:05:33 +0000 Subject: [PATCH 4/4] Add one more --- config-playground.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config-playground.toml b/config-playground.toml index 000c05bf..0e33a12b 100644 --- a/config-playground.toml +++ b/config-playground.toml @@ -2,5 +2,6 @@ chain = "$HOME/.playground/devnet/genesis.json" reth_datadir = "$HOME/.playground/devnet/data_reth" relay_secret_key = "5eae315483f028b5cdd5d1090ff0c7618b18737ea9bf3c35047189db22835c48" +el_node_ipc_path = "$HOME/.playground/devnet/reth.ipc" live_builders = ["mp-ordering", "mgp-ordering", "parallel"] enabled_relays = ["playground"]