Skip to content

Commit

Permalink
Merge pull request #10 from EspressoSystems/validator-rpc
Browse files Browse the repository at this point in the history
Add eth RPC to validation node
  • Loading branch information
nomaxg authored Dec 18, 2023
2 parents afbee7a + a51f0a9 commit 9331016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ services:
- "validator-data:/home/user/.arbitrum/local/nitro"
- "l1keystore:/home/user/l1keystore"
- "config:/config"
command: --conf.file /config/validator_config.json --http.port 8547 --http.api net,web3,arb,debug --ws.port 8548
command: --conf.file /config/validator_config.json --http.port 8547 --http.api net,web3,arb,debug,net,eth --ws.port 8548
depends_on:
- sequencer
- validation_node
Expand Down

0 comments on commit 9331016

Please sign in to comment.