This commit is contained in:
Para Dox
2025-04-13 20:42:08 +07:00
parent a919bcdbbc
commit 8ba07ac2cf
178 changed files with 282 additions and 228 deletions

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# arb
services:
everclear-mainnet:
@@ -25,9 +25,10 @@ services:
- 8545
- 8551
command:
- --chain.id=25327
- --conf.file=/config/baseConfig.json
- --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
@@ -35,6 +36,12 @@ 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}