Update README Instructions to Resolve Deposit Contract Address (#4302)

* dep addr resolver
* Merge refs/heads/master into update-read
This commit is contained in:
Raul Jordan 2019-12-16 20:52:54 -06:00 committed by prylabs-bulldozer[bot]
parent c41140e15a
commit 642254daa6
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ Open up two terminal windows, run:
bazel run //beacon-chain -- \
--no-genesis-delay \
--bootstrap-node= \
--deposit-contract 0xD775140349E6A5D12524C6ccc3d6A1d4519D4029 \
--deposit-contract $(curl https://prylabs.net/contract) \
--clear-db \
--interop-num-validators 64 \
--interop-eth1data-votes
@ -72,7 +72,7 @@ Assuming you generated a `genesis.ssz` file with 64 validators, open up two term
bazel run //beacon-chain -- \
--no-genesis-delay \
--bootstrap-node= \
--deposit-contract 0xD775140349E6A5D12524C6ccc3d6A1d4519D4029 \
--deposit-contract $(curl https://prylabs.net/contract) \
--clear-db \
--interop-genesis-state /path/to/genesis.ssz \
--interop-eth1data-votes

View File

@ -212,7 +212,7 @@ The example below will deterministically generate a beacon genesis state, initia
bazel run //beacon-chain -- \
--no-genesis-delay \
--bootstrap-node= \
--deposit-contract 0xD775140349E6A5D12524C6ccc3d6A1d4519D4029 \
--deposit-contract $(curl https://prylabs.net/contract) \
--clear-db \
--interop-num-validators 64 \
--interop-eth1data-votes