Skip to content

Commit

Permalink
Update tool README.md (prysmaticlabs#4463)
Browse files Browse the repository at this point in the history
* Update README.md
* Merge refs/heads/master into prestonvanloon-patch-2
  • Loading branch information
prestonvanloon authored and cryptomental committed Feb 28, 2020
1 parent 514937b commit 44918da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sendDepositTx/README.md
Expand Up @@ -31,7 +31,7 @@ This is a utility to help users deploy deposit contract for running their own be
To use private key with default RPC:

```
bazel run //contracts/deposit-contract/sendDepositTx -- --httpPath=https://goerli.prylabs.net --keystoreUTCPath /path/to/keystore --passwordFile /path/to/password --depositDelay 2 --depositContract 0x767E9ef9610Abb992099b0994D5e0c164C0813Ab
bazel run //tools/sendDepositTx -- --httpPath=https://goerli.prylabs.net --keystoreUTCPath /path/to/keystore --passwordFile /path/to/password --depositDelay 2 --depositContract 0x767E9ef9610Abb992099b0994D5e0c164C0813Ab
```

Expand Down

0 comments on commit 44918da

Please sign in to comment.