Skip to content

Commit

Permalink
docs(ai): fix incorrect AIServiceRegistry reference (#614)
Browse files Browse the repository at this point in the history
This commit fixes a incorrect AIServiceRegistry reference which pointed
to an earlier deployed contract.
  • Loading branch information
rickstaa authored Aug 6, 2024
1 parent ee2fb93 commit 2e9282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/orchestrators/onchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ contract on the [Arbitrum Mainnet](https://arbitrum.io).
```
</Step>
<Step title="Verify your Service URI">
Verify your Service URI by invoking the `getServiceURI` function on the [AIServiceRegistry](https://arbiscan.io/address/0x5d31637eb0f442376053d5dea2347f663c4019dc) contract:
Verify your Service URI by invoking the `getServiceURI` function on the [AIServiceRegistry](https://arbiscan.io/address/0x04C0b249740175999E5BF5c9ac1dA92431EF34C5) contract:

```bash
cast call --rpc-url <ARBITRUM_RPC_URI> 0x04C0b249740175999E5BF5c9ac1dA92431EF34C5 "getServiceURI(address)" <PUBLIC_WALLET_KEY> | xxd -r -p
Expand Down

0 comments on commit 2e9282a

Please sign in to comment.