Skip to content

Commit c1a0fbd

Browse files
authored
Merge pull request #68 from sei-protocol/devrel
Devrel-hotfix
2 parents 420fa3d + 1eaab9a commit c1a0fbd

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Diff for: pages/_meta.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"user-quickstart": "Quickstart",
1717
"user-guides": "User Guides",
1818
"user-FAQ": "FAQ",
19-
"user-ecosystem-apps": "Ecosystem Apps",
19+
"user-ecosystem-apps" : {
20+
"display": "hidden"
21+
},
2022
"-- For Developers": {
2123
"type": "separator",
2224
"title": "For Developers"

Diff for: pages/dev-validators/register.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Before you register a validator, ensure that you have completed the following steps:
66

7-
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.
8-
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).
7+
1. **Install the `seid` CLI**: Follow the [installation guide](../dev-node/intro.mdx) to set up the `seid` command-line interface.
8+
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).
99

1010
## Generate a Validator Key
1111

Diff for: pages/user-guides/block-explorers.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Most block explorers offer tools for viewing, and sometimes even interacting wit
2525

2626
## Sei Explorers
2727

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

3131
- [Seistream](https://seistream.app/)
3232
- [Seitrace](https://seitrace.com/)
33+
- [Seiscan](https://seiscan.app/)
3334

3435
</Tabs.Tab>
3536
</Tabs>

Diff for: pages/user-guides/wallet-setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import cosmSigningImage from "../../public/assets/cosm-signing.png";
1010

1111
**For complete functionality, it is recommended to navigate Sei with one of the following wallets:**
1212

13-
- [Compass](https://compasswallet.io/#faq)
13+
- [Compass](https://seistartguide.addpotion.com)
1414
- [MetaMask](https://metamask.io)
1515

1616
For more wallet options, please visit our [registry](https://github.com/sei-protocol/chain-registry/blob/main/wallets.json).

0 commit comments

Comments
 (0)