This commit is contained in:
squidbear
2025-03-28 14:16:14 +01:00
parent 67445fffe2
commit c44b27e4ea
19 changed files with 52 additions and 52 deletions

View File

@@ -18,8 +18,8 @@ services:
- --execution.caching.archive=false
- --execution.sequencer.enable=false
- --persistent.db-engine=pebble
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
- --parent-chain.connection.url=${NONE_SEPOLIA_EXECUTION_RPC}
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
- --http.addr=0.0.0.0
- --http.port=8545
- --http.vhosts=*