Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2717

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/loopring_v2.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ The logs command is optional but will give you an easy to read output of the tes

## Deployment
* deploy on testnet(rinkeby or ropsten)
- fill the mnemonic phases of your account in truffle.js
- get some ethers from rinkeby/ropsten faucet.
- fill the mnemonic phrases of your account in truffle.js
- get some ether from rinkeby/ropsten faucet.
- run `npm run migrate -- --network rinkeby` or `npm run migrate -- --network ropsten`
* For deployment information, please see [deployment.md](deployment.md).
* For deployment information on kovan, please see [deployment-kovan.md](deployment-kovan.md).
Expand Down