Skip to content

Commit

Permalink
Merge pull request #522 from iotaledger/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jorgemmsilva authored Oct 21, 2021
2 parents f4d6808 + 706486f commit 3f93629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/docs/guide/chains_and_nodes/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ We need to let _wasp-cli_ know how to reach _Wasp_ by configuring the API addres
wasp-cli set wasp.0.api https://api.wasp.sc.iota.org
```

Now you need to set the chain ID in _wasp-cli_ so that the correct chain can be found. Yo can find the ChainID by navigating to the (chains)[https://wasp.sc.iota.org/chains] page of the wasp dashboard. Click on the ChainID of the chain you will be able to copy the ChainID from the next page. It will be formatted like `jU5omBdJwyCVgMHZt2KfzKLMMGLJg26f1gqPsuFmYa7o`.
Now you need to set the chain ID in _wasp-cli_ so that the correct chain can be found. Yo can find the ChainID by navigating to the (chains)[https://wasp.sc.iota.org/chains] page of the wasp dashboard. Click on the ChainID of the chain you will be able to copy the ChainID from the next page. It will be formatted like `jaSDxeZNtum7kLuRg8oWQ6nXKgYjb3XVq7yiwnvtUG3C`.

Use the ChainID to tell _wasp-cli_ which chain you want to interact with.

```
wasp-cli set chains.testchain jU5omBdJwyCVgMHZt2KfzKLMMGLJg26f1gqPsuFmYa7o
wasp-cli set chains.testchain jaSDxeZNtum7kLuRg8oWQ6nXKgYjb3XVq7yiwnvtUG3C
wasp-cli set chain testchain
```

Expand All @@ -96,7 +96,7 @@ wasp-cli init
wasp-cli set goshimmer.api https://api.goshimmer.sc.iota.org
wasp-cli request-funds
wasp-cli set wasp.0.api https://api.wasp.sc.iota.org
wasp-cli set chains.testchain jU5omBdJwyCVgMHZt2KfzKLMMGLJg26f1gqPsuFmYa7o
wasp-cli set chains.testchain jaSDxeZNtum7kLuRg8oWQ6nXKgYjb3XVq7yiwnvtUG3C
wasp-cli set chain testchain
```

Expand Down

0 comments on commit 3f93629

Please sign in to comment.