This commit is contained in:
Sebastian
2024-03-14 11:26:38 +01:00
parent 964c49d016
commit f3f93f6dda

View File

@@ -19,7 +19,7 @@ services:
- --execution.caching.archive=true - --execution.caching.archive=true
- --execution.forwarding-target=https://rpc.playblock.io - --execution.forwarding-target=https://rpc.playblock.io
- --node.feed.input.url=wss://feed.playblock.io - --node.feed.input.url=wss://feed.playblock.io
- --parent-chain.connection.url=${ARBITRUM_NOVA_RPC} - --parent-chain.connection.url=${PLAYBLOCK_PARENT_RPC}
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.port=8547 - --http.port=8547
- --http.vhosts=* - --http.vhosts=*
@@ -31,7 +31,7 @@ services:
- --ws.api=eth,net,web3,arb,txpool,debug - --ws.api=eth,net,web3,arb,txpool,debug
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.sequencer-inbox-address=0xe347C1223381b9Dcd6c0F61cf81c90175A7Bae77 - --node.data-availability.sequencer-inbox-address=0xe347C1223381b9Dcd6c0F61cf81c90175A7Bae77
- --node.data-availability.parent-chain-node-url=${ARBITRUM_NOVA_RPC} - --node.data-availability.parent-chain-node-url=${PLAYBLOCK_PARENT_RPC}
- --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.enable=true
- --node.data-availability.rest-aggregator.urls=https://das.playblock.io - --node.data-availability.rest-aggregator.urls=https://das.playblock.io
- --metrics - --metrics