diff --git a/pages/_meta.json b/pages/_meta.json index d8098c8..7abfca4 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -16,7 +16,9 @@ "user-quickstart": "Quickstart", "user-guides": "User Guides", "user-FAQ": "FAQ", - "user-ecosystem-apps": "Ecosystem Apps", + "user-ecosystem-apps" : { + "display": "hidden" + }, "-- For Developers": { "type": "separator", "title": "For Developers" diff --git a/pages/dev-validators/register.mdx b/pages/dev-validators/register.mdx index fc7bd00..d3d5e2b 100644 --- a/pages/dev-validators/register.mdx +++ b/pages/dev-validators/register.mdx @@ -4,8 +4,8 @@ Before you register a validator, ensure that you have completed the following steps: -1. **Install the `seid` CLI**: Follow the [installation guide](https://docs.sei.io/running-validator/install-sei) to set up the `seid` command-line interface. -2. **Set Up a Full Node**: Ensure your full node is fully synced with the network. Refer to the [full node setup guide](https://docs.sei.io/running-validator/setup-full-node). +1. **Install the `seid` CLI**: Follow the [installation guide](../dev-node/intro.mdx) to set up the `seid` command-line interface. +2. **Set Up a Full Node**: Ensure your full node is fully synced with the network. Refer to the [full node setup guide](../dev-node/node-operators.mdx). ## Generate a Validator Key diff --git a/pages/user-guides/block-explorers.mdx b/pages/user-guides/block-explorers.mdx index 2fa76a9..49b8c3b 100644 --- a/pages/user-guides/block-explorers.mdx +++ b/pages/user-guides/block-explorers.mdx @@ -25,11 +25,12 @@ Most block explorers offer tools for viewing, and sometimes even interacting wit ## Sei Explorers - + - [Seistream](https://seistream.app/) - [Seitrace](https://seitrace.com/) + - [Seiscan](https://seiscan.app/) diff --git a/pages/user-guides/wallet-setup.mdx b/pages/user-guides/wallet-setup.mdx index d4efbf9..1d28c45 100644 --- a/pages/user-guides/wallet-setup.mdx +++ b/pages/user-guides/wallet-setup.mdx @@ -10,7 +10,7 @@ import cosmSigningImage from "../../public/assets/cosm-signing.png"; **For complete functionality, it is recommended to navigate Sei with one of the following wallets:** -- [Compass](https://compasswallet.io/#faq) +- [Compass](https://seistartguide.addpotion.com) - [MetaMask](https://metamask.io) For more wallet options, please visit our [registry](https://github.com/sei-protocol/chain-registry/blob/main/wallets.json).