mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Update README Instructions to Resolve Deposit Contract Address (#4302)
* dep addr resolver * Merge refs/heads/master into update-read
This commit is contained in:
committed by
prylabs-bulldozer[bot]
parent
c41140e15a
commit
642254daa6
@@ -47,7 +47,7 @@ Open up two terminal windows, run:
|
|||||||
bazel run //beacon-chain -- \
|
bazel run //beacon-chain -- \
|
||||||
--no-genesis-delay \
|
--no-genesis-delay \
|
||||||
--bootstrap-node= \
|
--bootstrap-node= \
|
||||||
--deposit-contract 0xD775140349E6A5D12524C6ccc3d6A1d4519D4029 \
|
--deposit-contract $(curl https://prylabs.net/contract) \
|
||||||
--clear-db \
|
--clear-db \
|
||||||
--interop-num-validators 64 \
|
--interop-num-validators 64 \
|
||||||
--interop-eth1data-votes
|
--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 -- \
|
bazel run //beacon-chain -- \
|
||||||
--no-genesis-delay \
|
--no-genesis-delay \
|
||||||
--bootstrap-node= \
|
--bootstrap-node= \
|
||||||
--deposit-contract 0xD775140349E6A5D12524C6ccc3d6A1d4519D4029 \
|
--deposit-contract $(curl https://prylabs.net/contract) \
|
||||||
--clear-db \
|
--clear-db \
|
||||||
--interop-genesis-state /path/to/genesis.ssz \
|
--interop-genesis-state /path/to/genesis.ssz \
|
||||||
--interop-eth1data-votes
|
--interop-eth1data-votes
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ The example below will deterministically generate a beacon genesis state, initia
|
|||||||
bazel run //beacon-chain -- \
|
bazel run //beacon-chain -- \
|
||||||
--no-genesis-delay \
|
--no-genesis-delay \
|
||||||
--bootstrap-node= \
|
--bootstrap-node= \
|
||||||
--deposit-contract 0xD775140349E6A5D12524C6ccc3d6A1d4519D4029 \
|
--deposit-contract $(curl https://prylabs.net/contract) \
|
||||||
--clear-db \
|
--clear-db \
|
||||||
--interop-num-validators 64 \
|
--interop-num-validators 64 \
|
||||||
--interop-eth1data-votes
|
--interop-eth1data-votes
|
||||||
|
|||||||
Reference in New Issue
Block a user