From 1f45610cbbc4cf45ba5e94f5d46413bef855d3a5 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:38:38 +0100 Subject: [PATCH] fix --- arbitrum-sepolia-fullnode-pebble.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arbitrum-sepolia-fullnode-pebble.yml b/arbitrum-sepolia-fullnode-pebble.yml index a69ed1e6..0a95cbba 100644 --- a/arbitrum-sepolia-fullnode-pebble.yml +++ b/arbitrum-sepolia-fullnode-pebble.yml @@ -12,13 +12,13 @@ services: - 8547 # http + ws command: - --init.latest=pruned - - --chain.name=sepolia + - --chain.name=sepolia-rollup + - --chain.id=421614 - --node.staker.enable=false - --persistent.chain=/arbitrum-node/data/ - --persistent.global-config=/arbitrum-node/ - --parent-chain.connection.url=${ARBITRUM_SEPOLIA_URL} - --parent-chain.blob-client.beacon-url=${ARBITRUM_SEPOLIA_BEACON_URL} - - --chain.id=421614 - --http.api=net,web3,eth,debug - --http.corsdomain=* - --http.addr=0.0.0.0