Skip to content

Commit

Permalink
Merge pull request #5 from energywebfoundation/fix/EWX-186/Fix-parach…
Browse files Browse the repository at this point in the history
…ain-link

fix(parachainREADME): fixing the link to the Avn dev node parachain i…
  • Loading branch information
knzeng-e authored Oct 13, 2023
2 parents 65a42d6 + 200b5a3 commit 3980439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain-launch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docker compose up -d --build

The parachain is automatically onboarded to the relay chain and you can interact with both chains using the following URLs:
- [ws://localhost:9944](https://polkadot.js.org/apps/?rpc=ws%3A%2F%2Flocalhost%3A9944#/parachains) to interact with the relay chain
- [ws://localhost:9947](https://polkadot.js.org/apps/?rpc=ws%3A%2F%2Flocalhost%3A9944#/accounts) to interact with the parachain
- [ws://localhost:9947](https://polkadot.js.org/apps/?rpc=ws%3A%2F%2Flocalhost%3A9947#/accounts) to interact with the parachain


## Additional Docker Commands
Expand Down

0 comments on commit 3980439

Please sign in to comment.