Skip to content

Commit 6468702

Browse files
Merge pull request #251 from sei-protocol/fix-links
Fixing broken links
2 parents 5226225 + 022ae48 commit 6468702

File tree

10 files changed

+17
-18
lines changed

10 files changed

+17
-18
lines changed

content/evm/precompiles/example-usage.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const signer = await provider.getSigner();
4040
const contract = new ethers.Contract(WASM_PRECOMPILE_ADDRESS, WASM_PRECOMPILE_ABI, signer);
4141
```
4242

43-
<Callout type="info">If using MetaMask, the wallet must be switched to the Sei EVM Devnet chain. Information to import the Sei EVM Devnet chain can be found [here](/learn/wallet).</Callout>
43+
<Callout type="info">If using MetaMask, the wallet must be switched to the Sei EVM Devnet chain. Information to import the Sei EVM Devnet chain can be found [here](/learn/wallets).</Callout>
4444

4545
#### Querying & Executing a CosmWasm Contract
4646

content/evm/reference.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,7 @@ are returned, it's recommended to split and re-run the query in smaller chunks
521521
to ensure all logs are captured. There are no warnings when these limits are
522522
exceeded.
523523

524-
To address these issues, consider using the wrapper function described in
525-
[our Developer Hub](https://seideveloperhub.com/eth-get-logs-wrapper).
524+
To address these issues, consider using the wrapper function in [sei-logs-wrapper](https://www.npmjs.com/package/sei-logs-wrapper).
526525

527526
### eth_uninstallFilter
528527

content/evm/tokens.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
To view ERC20 tokens in MetaMask, the process mirrors that on other EVM chains.
66
For tokens not automatically listed, you'll need to manually import them into
77
your wallet. Detailed instructions can be found
8-
[here](https://support.metamask.io/hc/en-us/articles/360015489031-How-to-display-tokens-in-MetaMask#h_01FWH492CHY60HWPC28RW0872H).
8+
[here](https://support.metamask.io/manage-crypto/tokens/how-to-display-tokens-in-metamask/).
99

1010
#### ERC721 NFTs
1111

1212
Viewing NFTs in MetaMask requires manual addition. Follow the steps provided
13-
[here](https://support.metamask.io/hc/en-us/articles/360058238591-NFT-tokens-in-your-MetaMask-wallet)
13+
[here](https://support.metamask.io/manage-crypto/nfts/nft-tokens-in-your-metamask-wallet/)
1414
to add and view your NFTs in the wallet.
1515

1616
#### TokenFactory & CW20 Tokens

content/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import Image from 'next/image';
4444
## Cosmos
4545

4646
- **Chain ID**: pacific-1
47-
- **RPC URL**: [https://wallet.rpc.pacific-1.seinetwork.io](https://wallet.rpc.pacific-1.seinetwork.io)
47+
- **RPC URL**: [https://rpc.sei-apis.com](https://rpc.sei-apis.com)
4848
- **Explorer**: [SeiTrace](https://seitrace.com/?chain=pacific-1), [SeiScan](https://www.seiscan.app/?chain=pacific-1)
4949
- **Testnet & Devnet**: [Chain Information](/cosmwasm/networks)
5050

content/learn/explorers.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ with the network including:
4141
<Tabs items={[`devnet (${CHAIN_IDS.devnet})`, `testnet (${CHAIN_IDS.testnet})`, `mainnet (${CHAIN_IDS.mainnet})`]}>
4242
<Tabs.Tab>
4343
- [Seistream](https://devnet.seistream.app/)
44-
- [Seitrace](`https://seitrace.com/?chain=arctic-1`)
44+
- [Seitrace](https://seitrace.com/?chain=arctic-1)
4545

4646
</Tabs.Tab>
4747
<Tabs.Tab>

content/learn/pointers.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ a reference point for verifying the authenticity of the paired contract itself.
4141
View each pointer contract's documentation for more details on how to deploy by choosing a pointer type you want to use.
4242

4343
<Cards>
44-
<Cards.Card icon={<IconCoin />} title="Standard" href="/cosmwasm/pointers/standard" />
45-
<Cards.Card icon={<IconCode />} title="IBC" href="/cosmwasm/pointers/ibc" />
46-
<Cards.Card icon={<IconCoin />} title="Token Factory" href="/cosmwasm/pointers/tokenfactory" />
44+
<Cards.Card icon={<IconCoin />} title="Standard" href="/evm/pointers/standard" />
45+
<Cards.Card icon={<IconCode />} title="IBC" href="/evm/pointers/ibc" />
46+
<Cards.Card icon={<IconCoin />} title="Token Factory" href="/evm/pointers/tokenfactory" />
4747
</Cards>

content/learn/user-FAQ.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ same account.
66

77
### How can I link my EVM / 0x and Sei addresses?
88

9-
You can use the Sei App to link your addresses. More information and a step by
9+
You can use the [Sei App]() to link your addresses. More information and a step by
1010
step guide is available in the
11-
[Linking Addresses](/user-guides/linking-addresses) user guide.
11+
[Linking Addresses](./accounts) user guide.

content/node/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ make install
178178
```
179179

180180
To determine the correct version for any given network (mainnet/testnet/devnet)
181-
please refer to [this table](./reference)
181+
please refer to [this table](#current-binary-versions--genesis-files)
182182

183183
---
184184

content/node/validators.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A validator in the Sei network serves several critical functions. As a validator
88

99
- Participating in consensus by proposing and validating blocks
1010
- Maintaining high uptime and performance to avoid slashing
11-
- Running a price feeder to provide oracle data (refer to the [Oracle Price Feeder Guide](node/oracle-pricefeeder) for complete setup instructions)
11+
- Running a price feeder to provide oracle data (refer to the [Oracle Price Feeder Guide](./oracle-pricefeeder) for complete setup instructions)
1212
- Managing delegator relationships and maintaining transparent operations
1313
- Participating in governance and network upgrades
1414

@@ -87,7 +87,7 @@ The commission parameters require strategic consideration:
8787

8888
## Monitoring and Alerting
8989

90-
**Please refer to the [Advanced Operations](node/advanced-config-monitoring) section for details around monitoring + alerting for your validator, price feeder and other nodes.**
90+
**Please refer to the [Advanced Operations](./advanced-config-monitoring) section for details around monitoring + alerting for your validator, price feeder and other nodes.**
9191

9292
## Security Practices
9393

src/components/ChainInformation/config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const networks: NetworkEntry[] = [
3535
type: 'Cosmos',
3636
name: 'Mainnet',
3737
chainId: 'pacific-1',
38-
rpcUrl: 'https://wallet.rpc.pacific-1.seinetwork.io',
38+
rpcUrl: 'https://rpc.sei-apis.com',
3939
explorerLinks: [
4040
{ name: 'SeiTrace', url: 'https://seitrace.com/?chain=pacific-1' },
4141
{ name: 'SeiScan', url: 'https://www.seiscan.app/?chain=pacific-1' }
@@ -45,7 +45,7 @@ export const networks: NetworkEntry[] = [
4545
type: 'Cosmos',
4646
name: 'Testnet',
4747
chainId: 'atlantic-2',
48-
rpcUrl: 'https://wallet.rpc.atlantic-2.seinetwork.io',
48+
rpcUrl: 'https://rpc-testnet.sei-apis.com',
4949
explorerLinks: [
5050
{ name: 'SeiTrace', url: 'https://seitrace.com/?chain=atlantic-2' },
5151
{ name: 'SeiScan', url: 'https://www.seiscan.app/?chain=atlantic-2' }
@@ -55,7 +55,7 @@ export const networks: NetworkEntry[] = [
5555
type: 'Cosmos',
5656
name: 'Devnet',
5757
chainId: 'arctic-1',
58-
rpcUrl: 'https://wallet.rpc.arctic-1.seinetwork.io',
58+
rpcUrl: 'https://rpc-arctic-1.sei-apis.com',
5959
explorerLinks: [{ name: 'SeiTrace', url: 'https://seitrace.com/?chain=arctic-1' }]
6060
}
6161
];

0 commit comments

Comments
 (0)