File tree 6 files changed +8
-8
lines changed
src/components/ChainInformation
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import Image from 'next/image';
44
44
## Cosmos
45
45
46
46
- ** 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 )
48
48
- ** Explorer** : [ SeiTrace] ( https://seitrace.com/?chain=pacific-1 ) , [ SeiScan] ( https://www.seiscan.app/?chain=pacific-1 )
49
49
- ** Testnet & Devnet** : [ Chain Information] ( /cosmwasm/networks )
50
50
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ with the network including:
41
41
<Tabs items = { [` devnet (${CHAIN_IDS .devnet }) ` , ` testnet (${CHAIN_IDS .testnet }) ` , ` mainnet (${CHAIN_IDS .mainnet }) ` ]} >
42
42
<Tabs.Tab >
43
43
- [ Seistream] ( https://devnet.seistream.app/ )
44
- - [ Seitrace] ( ` https://seitrace.com/?chain=arctic-1` )
44
+ - [ Seitrace] ( https://seitrace.com/?chain=arctic-1 )
45
45
46
46
</Tabs.Tab >
47
47
<Tabs.Tab >
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ View each pointer contract's documentation for more details on how to deploy by
43
43
<Cards >
44
44
<Cards.Card icon = { <IconCoin />} title = " Standard" href = " /cosmwasm/pointers/standard" />
45
45
<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 " />
47
47
</Cards >
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ make install
178
178
```
179
179
180
180
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 )
182
182
183
183
---
184
184
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A validator in the Sei network serves several critical functions. As a validator
8
8
9
9
- Participating in consensus by proposing and validating blocks
10
10
- 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)
12
12
- Managing delegator relationships and maintaining transparent operations
13
13
- Participating in governance and network upgrades
14
14
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export const networks: NetworkEntry[] = [
35
35
type : 'Cosmos' ,
36
36
name : 'Mainnet' ,
37
37
chainId : 'pacific-1' ,
38
- rpcUrl : 'https://wallet. rpc.pacific-1.seinetwork.io ' ,
38
+ rpcUrl : 'https://rpc.sei-apis.com ' ,
39
39
explorerLinks : [
40
40
{ name : 'SeiTrace' , url : 'https://seitrace.com/?chain=pacific-1' } ,
41
41
{ name : 'SeiScan' , url : 'https://www.seiscan.app/?chain=pacific-1' }
@@ -45,7 +45,7 @@ export const networks: NetworkEntry[] = [
45
45
type : 'Cosmos' ,
46
46
name : 'Testnet' ,
47
47
chainId : 'atlantic-2' ,
48
- rpcUrl : 'https://wallet. rpc.atlantic-2.seinetwork.io ' ,
48
+ rpcUrl : 'https://rpc-testnet.sei-apis.com ' ,
49
49
explorerLinks : [
50
50
{ name : 'SeiTrace' , url : 'https://seitrace.com/?chain=atlantic-2' } ,
51
51
{ name : 'SeiScan' , url : 'https://www.seiscan.app/?chain=atlantic-2' }
@@ -55,7 +55,7 @@ export const networks: NetworkEntry[] = [
55
55
type : 'Cosmos' ,
56
56
name : 'Devnet' ,
57
57
chainId : 'arctic-1' ,
58
- rpcUrl : 'https://wallet. rpc. arctic-1.seinetwork.io ' ,
58
+ rpcUrl : 'https://rpc- arctic-1.sei-apis.com ' ,
59
59
explorerLinks : [ { name : 'SeiTrace' , url : 'https://seitrace.com/?chain=arctic-1' } ]
60
60
}
61
61
] ;
You can’t perform that action at this time.
0 commit comments