Skip to content

Commit

Permalink
feat(testnets): add helder network-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bostoen committed Jul 5, 2024
1 parent b85180a commit 4265a14
Show file tree
Hide file tree
Showing 14 changed files with 3,996 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnets/helder/docker-compose.pbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
volumes:
- 'chaindata:/var/lib/chaindata'
- './shared:/var/lib/shared'
- './helder-devnets/network-configs/devnet-0/metadata:/var/lib/network-configs'
- './network-configs:/var/lib/network-configs'
- './scripts/run-builder.sh:/scripts/run-builder.sh'
ports:
# - '8545:8545'
Expand All @@ -61,7 +61,7 @@ services:
volumes:
- 'chaindata:/var/lib/chaindata'
- './shared:/var/lib/shared'
- './helder-devnets/network-configs/devnet-0/metadata:/var/lib/network-configs'
- './network-configs:/var/lib/network-configs'
- './scripts/run-bn.sh:/scripts/run-bn.sh'
ports:
- '50050:50050/tcp'
Expand Down
Loading

0 comments on commit 4265a14

Please sign in to comment.