Skip to content

Commit

Permalink
Merge pull request #68 from sei-protocol/devrel
Browse files Browse the repository at this point in the history
Devrel-hotfix
  • Loading branch information
codebycarson authored May 27, 2024
2 parents 420fa3d + 1eaab9a commit c1a0fbd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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

0 comments on commit c1a0fbd

Please sign in to comment.