fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# use at your own risk
|
||||
# True
|
||||
#
|
||||
# arb
|
||||
# True
|
||||
|
||||
services:
|
||||
everclear-mainnet:
|
||||
@@ -25,10 +25,9 @@ services:
|
||||
- 8545
|
||||
- 8551
|
||||
command:
|
||||
- --conf.file=/config/baseConfig.json
|
||||
- --chain.id=25327
|
||||
- --execution.caching.archive=false
|
||||
- --execution.caching.state-scheme=path
|
||||
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
|
||||
- --execution.rpc.gas-cap=600000000
|
||||
- --execution.sequencer.enable=false
|
||||
- --http.addr=0.0.0.0
|
||||
@@ -36,12 +35,6 @@ services:
|
||||
- --http.corsdomain=*
|
||||
- --http.vhosts=*
|
||||
- --node.batch-poster.enable=false
|
||||
- --node.data-availability.enable=true
|
||||
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- --node.data-availability.rest-aggregator.enable=true
|
||||
- --node.data-availability.rest-aggregator.urls=https://das.everclear.raas.gelato.cloud
|
||||
- --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676
|
||||
- --node.feed.input.url=wss://feed.everclear.raas.gelato.cloud
|
||||
- --node.sequencer=false
|
||||
- --node.staker.enable=false
|
||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||
@@ -57,7 +50,7 @@ services:
|
||||
- chains
|
||||
volumes:
|
||||
- ${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-everclear-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||
- ./arb/mainnet:/config
|
||||
- ./arb/everclear/-mainnet:/config
|
||||
- /slowdisk:/slowdisk
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
|
||||
Reference in New Issue
Block a user