Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devrel-hotfix #68

Merged
merged 12 commits into from
May 27, 2024
4 changes: 3 additions & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pages/dev-validators/register.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion pages/user-guides/block-explorers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ Most block explorers offer tools for viewing, and sometimes even interacting wit

## Sei Explorers

<Tabs items={["arctic-1 (EVM devnet)"]}>
<Tabs items={["pacific-1 (mainnet)"]}>
<Tabs.Tab>

- [Seistream](https://seistream.app/)
- [Seitrace](https://seitrace.com/)
- [Seiscan](https://seiscan.app/)

</Tabs.Tab>
</Tabs>
2 changes: 1 addition & 1 deletion pages/user-guides/wallet-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading