Skip to content

Commit

Permalink
Merge pull request OffchainLabs#11 from saolyn/master
Browse files Browse the repository at this point in the history
Correct flags
  • Loading branch information
rauljordan authored Mar 14, 2023
2 parents acc458c + 6ecbd2e commit f39400b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
- --nodiscover
- --syncmode=full
- --mine
- --miner.etherbase=0x123463a4b065722e99115d6c222f267d9cabb524
ports:
- 8551:8551
- 8545:8545
Expand Down Expand Up @@ -60,7 +61,7 @@ services:
- --datadir=/consensus/beacondata
# No peers to sync with in this testnet, so setting to 0
- --min-sync-peers=0
- --interop-genesis-state=/consensus/genesis.ssz
- --genesis-state=/consensus/genesis.ssz
- --interop-eth1data-votes
- --bootstrap-node=
# The chain configuration file used for setting up Prysm
Expand Down

0 comments on commit f39400b

Please sign in to comment.