Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Update README.md #385

Open
wants to merge 1 commit into
base: main
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
2 changes: 1 addition & 1 deletion deploy-migrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ npm run truffle:migrate -- --reset -f 5 --to 5 --network <child_chain_network_na
npm run truffle:migrate -- -f 6 --to 6 --network <base_chain_network_name>
```

Post successfull deployment all contract addresses will be written to a `contractAddresses.json` file.
Post successful deployment all contract addresses will be written to a `contractAddresses.json` file.

> Check account that you are deploying from has ether for the network you are deploying on.

Expand Down