diff --git a/content/evm/precompiles/example-usage.mdx b/content/evm/precompiles/example-usage.mdx index 35dcb132..f1a9c343 100644 --- a/content/evm/precompiles/example-usage.mdx +++ b/content/evm/precompiles/example-usage.mdx @@ -40,7 +40,7 @@ const signer = await provider.getSigner(); const contract = new ethers.Contract(WASM_PRECOMPILE_ADDRESS, WASM_PRECOMPILE_ABI, signer); ``` -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). +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). #### Querying & Executing a CosmWasm Contract diff --git a/content/evm/reference.mdx b/content/evm/reference.mdx index 4e21492c..d7e24c35 100644 --- a/content/evm/reference.mdx +++ b/content/evm/reference.mdx @@ -521,8 +521,7 @@ are returned, it's recommended to split and re-run the query in smaller chunks to ensure all logs are captured. There are no warnings when these limits are exceeded. -To address these issues, consider using the wrapper function described in -[our Developer Hub](https://seideveloperhub.com/eth-get-logs-wrapper). +To address these issues, consider using the wrapper function in [sei-logs-wrapper](https://www.npmjs.com/package/sei-logs-wrapper). ### eth_uninstallFilter diff --git a/content/evm/tokens.mdx b/content/evm/tokens.mdx index 67a15c22..00efce11 100644 --- a/content/evm/tokens.mdx +++ b/content/evm/tokens.mdx @@ -5,12 +5,12 @@ To view ERC20 tokens in MetaMask, the process mirrors that on other EVM chains. For tokens not automatically listed, you'll need to manually import them into your wallet. Detailed instructions can be found -[here](https://support.metamask.io/hc/en-us/articles/360015489031-How-to-display-tokens-in-MetaMask#h_01FWH492CHY60HWPC28RW0872H). +[here](https://support.metamask.io/manage-crypto/tokens/how-to-display-tokens-in-metamask/). #### ERC721 NFTs Viewing NFTs in MetaMask requires manual addition. Follow the steps provided -[here](https://support.metamask.io/hc/en-us/articles/360058238591-NFT-tokens-in-your-MetaMask-wallet) +[here](https://support.metamask.io/manage-crypto/nfts/nft-tokens-in-your-metamask-wallet/) to add and view your NFTs in the wallet. #### TokenFactory & CW20 Tokens diff --git a/content/index.mdx b/content/index.mdx index cd892e9d..82febc6f 100644 --- a/content/index.mdx +++ b/content/index.mdx @@ -44,7 +44,7 @@ import Image from 'next/image'; ## Cosmos - **Chain ID**: pacific-1 -- **RPC URL**: [https://wallet.rpc.pacific-1.seinetwork.io](https://wallet.rpc.pacific-1.seinetwork.io) +- **RPC URL**: [https://rpc.sei-apis.com](https://rpc.sei-apis.com) - **Explorer**: [SeiTrace](https://seitrace.com/?chain=pacific-1), [SeiScan](https://www.seiscan.app/?chain=pacific-1) - **Testnet & Devnet**: [Chain Information](/cosmwasm/networks) diff --git a/content/learn/explorers.mdx b/content/learn/explorers.mdx index ad94d1cc..16643c34 100644 --- a/content/learn/explorers.mdx +++ b/content/learn/explorers.mdx @@ -41,7 +41,7 @@ with the network including: - [Seistream](https://devnet.seistream.app/) - - [Seitrace](`https://seitrace.com/?chain=arctic-1`) + - [Seitrace](https://seitrace.com/?chain=arctic-1) diff --git a/content/learn/pointers.mdx b/content/learn/pointers.mdx index cd4cc5fa..cdddd3a9 100644 --- a/content/learn/pointers.mdx +++ b/content/learn/pointers.mdx @@ -41,7 +41,7 @@ a reference point for verifying the authenticity of the paired contract itself. View each pointer contract's documentation for more details on how to deploy by choosing a pointer type you want to use. - } title="Standard" href="/cosmwasm/pointers/standard" /> - } title="IBC" href="/cosmwasm/pointers/ibc" /> - } title="Token Factory" href="/cosmwasm/pointers/tokenfactory" /> + } title="Standard" href="/evm/pointers/standard" /> + } title="IBC" href="/evm/pointers/ibc" /> + } title="Token Factory" href="/evm/pointers/tokenfactory" /> diff --git a/content/learn/user-FAQ.mdx b/content/learn/user-FAQ.mdx index 004b354d..caaf1801 100644 --- a/content/learn/user-FAQ.mdx +++ b/content/learn/user-FAQ.mdx @@ -6,6 +6,6 @@ same account. ### How can I link my EVM / 0x and Sei addresses? -You can use the Sei App to link your addresses. More information and a step by +You can use the [Sei App]() to link your addresses. More information and a step by step guide is available in the -[Linking Addresses](/user-guides/linking-addresses) user guide. +[Linking Addresses](./accounts) user guide. diff --git a/content/node/index.mdx b/content/node/index.mdx index 443c9687..6da7fe40 100644 --- a/content/node/index.mdx +++ b/content/node/index.mdx @@ -178,7 +178,7 @@ make install ``` To determine the correct version for any given network (mainnet/testnet/devnet) -please refer to [this table](./reference) +please refer to [this table](#current-binary-versions--genesis-files) --- diff --git a/content/node/validators.mdx b/content/node/validators.mdx index 70537366..9db03b0f 100644 --- a/content/node/validators.mdx +++ b/content/node/validators.mdx @@ -8,7 +8,7 @@ A validator in the Sei network serves several critical functions. As a validator - Participating in consensus by proposing and validating blocks - Maintaining high uptime and performance to avoid slashing -- Running a price feeder to provide oracle data (refer to the [Oracle Price Feeder Guide](node/oracle-pricefeeder) for complete setup instructions) +- Running a price feeder to provide oracle data (refer to the [Oracle Price Feeder Guide](./oracle-pricefeeder) for complete setup instructions) - Managing delegator relationships and maintaining transparent operations - Participating in governance and network upgrades @@ -87,7 +87,7 @@ The commission parameters require strategic consideration: ## Monitoring and Alerting -**Please refer to the [Advanced Operations](node/advanced-config-monitoring) section for details around monitoring + alerting for your validator, price feeder and other nodes.** +**Please refer to the [Advanced Operations](./advanced-config-monitoring) section for details around monitoring + alerting for your validator, price feeder and other nodes.** ## Security Practices diff --git a/src/components/ChainInformation/config.ts b/src/components/ChainInformation/config.ts index 1c31b457..61cb9042 100644 --- a/src/components/ChainInformation/config.ts +++ b/src/components/ChainInformation/config.ts @@ -35,7 +35,7 @@ export const networks: NetworkEntry[] = [ type: 'Cosmos', name: 'Mainnet', chainId: 'pacific-1', - rpcUrl: 'https://wallet.rpc.pacific-1.seinetwork.io', + rpcUrl: 'https://rpc.sei-apis.com', explorerLinks: [ { name: 'SeiTrace', url: 'https://seitrace.com/?chain=pacific-1' }, { name: 'SeiScan', url: 'https://www.seiscan.app/?chain=pacific-1' } @@ -45,7 +45,7 @@ export const networks: NetworkEntry[] = [ type: 'Cosmos', name: 'Testnet', chainId: 'atlantic-2', - rpcUrl: 'https://wallet.rpc.atlantic-2.seinetwork.io', + rpcUrl: 'https://rpc-testnet.sei-apis.com', explorerLinks: [ { name: 'SeiTrace', url: 'https://seitrace.com/?chain=atlantic-2' }, { name: 'SeiScan', url: 'https://www.seiscan.app/?chain=atlantic-2' } @@ -55,7 +55,7 @@ export const networks: NetworkEntry[] = [ type: 'Cosmos', name: 'Devnet', chainId: 'arctic-1', - rpcUrl: 'https://wallet.rpc.arctic-1.seinetwork.io', + rpcUrl: 'https://rpc-arctic-1.sei-apis.com', explorerLinks: [{ name: 'SeiTrace', url: 'https://seitrace.com/?chain=arctic-1' }] } ];