diff --git a/pages/devs/get-started/existing-topics.mdx b/pages/devs/get-started/existing-topics.mdx index 6e68a93..5883ffe 100644 --- a/pages/devs/get-started/existing-topics.mdx +++ b/pages/devs/get-started/existing-topics.mdx @@ -28,4 +28,4 @@ The Allora Appchain already contains the following topics on Testnet. Below, you You can query all of the relevant info for each topic on-chain using [`allorad` queries](/devs/consumers/onchain-query-existing-data). -[Install `allorad`](/devs/get-started/installation/cli#installing-allorad) and [create your first topic](/devs/topic-creators/how-to-create-topic) by following the instructions in the hyperlinks provided. +[Install `allorad`](/devs/get-started/cli#installing-allorad) and [create your first topic](/devs/topic-creators/how-to-create-topic) by following the instructions in the hyperlinks provided. diff --git a/pages/devs/get-started/setup-wallet.mdx b/pages/devs/get-started/setup-wallet.mdx index 75a2c1c..2760b45 100644 --- a/pages/devs/get-started/setup-wallet.mdx +++ b/pages/devs/get-started/setup-wallet.mdx @@ -48,4 +48,5 @@ Each network uses a different RPC URL and Chain ID which are needed to specify w - **Testnet** - `RPC_URL`: https://sentries-rpc.testnet-1.testnet.allora.network/ + - https://allora-rpc.testnet-1.testnet.allora.network/ - `CHAIN_ID`: `allora-testnet-1` \ No newline at end of file diff --git a/pages/devs/topic-creators/how-to-create-topic.mdx b/pages/devs/topic-creators/how-to-create-topic.mdx index 6a495d0..41848ba 100644 --- a/pages/devs/topic-creators/how-to-create-topic.mdx +++ b/pages/devs/topic-creators/how-to-create-topic.mdx @@ -41,7 +41,7 @@ type MsgCreateNewTopic struct { } ``` -Using the [`allorad` CLI](/devs/get-started/installation/cli#installing-allorad) to create a topic: +Using the [`allorad` CLI](/devs/get-started/cli#installing-allorad) to create a topic: ```shell bash allorad tx emissions create-topic \