fix
This commit is contained in:
@@ -6,20 +6,19 @@ services:
|
||||
stop_grace_period: 3m
|
||||
user: root
|
||||
volumes:
|
||||
- 'arbitrum-one-nitro-archive-leveldb-hash:/persistent'
|
||||
- 'arbitrum-one-nitro-archive-leveldb-hash:/root/.arbitrum'
|
||||
|
||||
- './tmp/arbitrum-one-archive:/tmp'
|
||||
expose:
|
||||
- 8545
|
||||
command:
|
||||
- --chain.id=42161
|
||||
- --persistent.ancient=/persistent/ancient
|
||||
- --persistent.chain=/persistent/chain
|
||||
- --persistent.global-config=/persistent/global-config
|
||||
- --execution.caching.state-scheme=hash
|
||||
- --execution.rpc.gas-cap=600000000
|
||||
- --execution.caching.archive=true
|
||||
- --execution.sequencer.enable=false
|
||||
- --persistent.db-engine=leveldb
|
||||
- --execution.forwarding-target=None
|
||||
- --node.feed.input.url=None
|
||||
- --persistent.chain=/root/.arbitrum/arbitrum-one-archive
|
||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||
- --http.addr=0.0.0.0
|
||||
@@ -31,17 +30,17 @@ services:
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.origins=*
|
||||
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||
- --execution.rpc.gas-cap=600000000
|
||||
- --metrics
|
||||
- --metrics-server.addr=0.0.0.0
|
||||
- --metrics-server.port=6070
|
||||
- --log-type=json
|
||||
- --node.sequencer=false
|
||||
- --node.staker.enable=false
|
||||
- --node.batch-poster.enable=false
|
||||
|
||||
- --execution.caching.archive=true
|
||||
|
||||
|
||||
- --init.latest=archive
|
||||
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
@@ -4,9 +4,9 @@ logLevel:
|
||||
/: warn
|
||||
dataDir: /datadir
|
||||
key:
|
||||
GenesisCommPath: /config/fastpath/pala/genesis_comm_info.json
|
||||
GenesisCommPath: /config/genesis_comm_info.json
|
||||
KeyStorePath: /keystore
|
||||
alterCommPath: /config/fastpath/pala/r2_comm_info.json
|
||||
alterCommPath: /config/r2_comm_info.json
|
||||
# masterCert: /keystore/master_cert.pem
|
||||
pala:
|
||||
fromGenesis: false
|
||||
@@ -26,7 +26,7 @@ rpc:
|
||||
ws:
|
||||
hostname: 0.0.0.0
|
||||
origins: '*'
|
||||
port: 8546
|
||||
port: 8545
|
||||
modules:
|
||||
- eth
|
||||
- thunder
|
||||
@@ -55,8 +55,6 @@ accel:
|
||||
TimePerBlock: 1s
|
||||
TxPerBlockLimit: -1
|
||||
eth:
|
||||
logFile: /logs/thunder.eth.log
|
||||
logFilter: "trie=4,state=4"
|
||||
txLookupLimit: 0
|
||||
metrics:
|
||||
address: 0.0.0.0:9201
|
||||
|
||||
@@ -55,8 +55,6 @@ accel:
|
||||
TimePerBlock: 1s
|
||||
TxPerBlockLimit: -1
|
||||
eth:
|
||||
logFile: /logs/thunder.eth.log
|
||||
logFilter: "trie=4,state=4"
|
||||
txLookupLimit: 0
|
||||
metrics:
|
||||
address: 0.0.0.0:9201
|
||||
|
||||
Reference in New Issue
Block a user