Skip to content

Commit d99ab85

Browse files
committed
Fixing broken links I
1 parent 5226225 commit d99ab85

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ View each pointer contract's documentation for more details on how to deploy by
4343
<Cards>
4444
<Cards.Card icon={<IconCoin />} title="Standard" href="/cosmwasm/pointers/standard" />
4545
<Cards.Card icon={<IconCode />} title="IBC" href="/cosmwasm/pointers/ibc" />
46-
<Cards.Card icon={<IconCoin />} title="Token Factory" href="/cosmwasm/pointers/tokenfactory" />
46+
<Cards.Card icon={<IconCoin />} title="Token Factory" href="/cosmwasm/tokenfactory-tutorial" />
4747
</Cards>

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

+1-1
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

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)