Skip to content

Commit

Permalink
typo fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisNaum authored Jan 24, 2025
1 parent b95fe9b commit 0280641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You may want to check [matic-cli](https://github.com/maticnetwork/matic-cli).

### 1. With `matic-cli`

Assuming you've installed `matic-cli` & set up single node local network by following [this guide](https://github.com/maticnetwork/matic-cli#usage), it's good time to start all components seperately as mentioned in `matic-cli` README.
Assuming you've installed `matic-cli` & set up single node local network by following [this guide](https://github.com/maticnetwork/matic-cli#usage), it's good time to start all components separately as mentioned in `matic-cli` README.

This should give you RPC listen addresses for both RootChain ( read Ganache ) & ChildChain ( read Bor ), which need to updated in `pos-portal/truffle-config.js`. Also note Mnemonic you used when setting up local network, we'll make use of it for migrating pos-portal contracts.

Expand Down Expand Up @@ -271,4 +271,4 @@ npm run truffle exec scripts/update-implementation.js -- --network <network-name
Set list of contract addresses and new owner address in `6_change_owners.js` migration script
Set `MNEMONIC` and `API_KEY` as env variables
```bash
npm run change-owners -- --network <network-name>
npm run change-owners -- --network <network-name>

0 comments on commit 0280641

Please sign in to comment.