homecoming

This commit is contained in:
root
2025-03-18 07:18:19 +02:00
parent 33975e7a6e
commit 2eaa8f99e4
41 changed files with 988 additions and 474 deletions

View File

@@ -4,19 +4,18 @@ services:
stop_grace_period: 3m
user: root
volumes:
- '${ARBITRUM_ONE_NITRO_ARCHIVE_DATA:-arbitrum-one-nitro-archive:/arbitrum-node'
- '${ARBITRUM_ONE_NITRO_ARCHIVE_DATA:-arbitrum-one-nitro-archive}:/arbitrum-node'
- './tmp/arbitrum-archive:/tmp' # only used to initialize from scratch and the download is HUGE
expose:
- 8547
command: >
--init.latest=archive
--execution.caching.archive
--chain.name=arb1
#--execution.caching.state-scheme=hash
#--persistent.db-engine=pebble
--persistent.chain=/arbitrum-node/datadir/
--persistent.chain=/arbitrum-node/datadir
--persistent.global-config=/arbitrum-node/
--parent-chain.connection.url=${ARBITRUM_L1_ETHEREUM_ONE_EXECUTION_RPC}
--parent-chain.blob-client.beacon-url=${ARBITRUM_L1_ETHEREUM_ONE_BEACON_REST}
--parent-chain.connection.url=${ARBITRUM_L1_ETHEREUM_MAINNET_EXECUTION_RPC}
--parent-chain.blob-client.beacon-url=${ARBITRUM_L1_ETHEREUM_MAINNET_BEACON_REST}
--chain.id=42161
--http.api=net,web3,eth,debug,arb
--http.corsdomain=*
@@ -32,8 +31,7 @@ services:
--http.server-timeouts.write-timeout=60s
--rpc.batch-request-limit=0
--rpc.max-batch-response-size=0
--execution.rpc.classic-redirect=${ARBITRUM_CLASSIC_RPC_URL}
#--validation.wasm.allowed-wasm-module-roots=0x260f5fa5c3176a856893642e149cf128b5a8de9f828afec8d11184415dd8dc69
--execution.rpc.classic-redirect=${ARBITRUM_ONE_CLASSIC_RPC}
restart: unless-stopped
labels:
- "traefik.enable=true"