Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Node is working
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 28, 2024
1 parent e9beee2 commit 00a57d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
- agglayer-localnet

zkevm-node:
image: 0xpolygon/cdk-validium-node:0.5.13-cdk.1
image: 0xpolygon/cdk-validium-node:0.5.13-cdk.3
command:
- "/bin/sh"
- "-c"
Expand All @@ -137,8 +137,10 @@ services:
condition: service_started
volumes:
- ./data/zkevm/sequencer.keystore:/pk/sequencer.keystore
- ./data/zkevm/aggregator.keystore:/pk/aggregator.keystore
- ./data/zkevm/node.toml:/app/config.toml
- ./data/zkevm/genesis.json:/app/genesis.json
- ./data:/datastreamer
networks:
- agglayer-localnet

Expand Down

0 comments on commit 00a57d0

Please sign in to comment.