Skip to content

Commit

Permalink
Update 03-interact-with-the-registry.mdx (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
amochuko authored Sep 7, 2024
1 parent f4d0413 commit 877141c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: Terminal
import { Step, Steps } from 'fumadocs-ui/components/steps';


Let's start by interacting the registry. Registry is deployed on specific addresses depending the chain you're operating and the status of the network at the deployment time. For your local network you can find it out with the following command:
Let's start by interacting with the registry. Registry is deployed on specific addresses depending the chain you're operating and the status of the network at the deployment time. For your local network you can find it out with the following command:

<Steps>
<Step>
Expand Down Expand Up @@ -56,8 +56,8 @@ export MYBLOCKCHAIN_REGISTRY_ADDRESS=0x5678...
Let's interact with the Registry by getting the latest version of the Interchain Messaging Messenger deployed on C-Chain:

```bash
cast call --rpc-url local-c --private-key $PK $C_CHAIN_REGISTRY_ADDRESS "latestVersion()(uint256)"
cast call --rpc-url local-c $C_CHAIN_REGISTRY_ADDRESS "latestVersion()(uint256)"
```

</Step>
</Steps>
</Steps>

0 comments on commit 877141c

Please sign in to comment.