Skip to content

Commit

Permalink
--network Columbus -> --network columbus
Browse files Browse the repository at this point in the history
  • Loading branch information
VjeraTurk committed Jan 8, 2025
1 parent c1561a0 commit 9e29426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ yarn hardhat account role:grant --role WITHDRAWER_ROLE --cm-account <0xCMAccount
```
4. To **register a service** supported by your CM Account run e.g.
```
yarn hardhat account service:add --cm-account <0xCMAccount-address> --private-key <0xstatic-private-key-of-the-cm-account-wallet> --service-name cmp.services.ping.v1.PingService --fee 1 --network Columbus
yarn hardhat account service:add --cm-account <0xCMAccount-address> --private-key <0xstatic-private-key-of-the-cm-account-wallet> --service-name cmp.services.ping.v1.PingService --fee 1 --network columbus
```
To see all the services you can support, run:
```
Expand Down

0 comments on commit 9e29426

Please sign in to comment.