diff --git a/docs/.gitbook/vars.yaml b/docs/.gitbook/vars.yaml index a3df1a7..84aea7a 100644 --- a/docs/.gitbook/vars.yaml +++ b/docs/.gitbook/vars.yaml @@ -6,7 +6,7 @@ mainnet_rpc: https://mainnet.megaeth.com/rpc testnet_rpc: https://carrot.megaeth.com/rpc mainnet_blockscout: https://megaeth.blockscout.com mainnet_etherscan: https://mega.etherscan.io -testnet_blockscout: https://megaeth-testnet-v2.blockscout.com +testnet_etherscan: https://testnet-mega.etherscan.io network_status: https://uptime.megaeth.com mainnet_bridge: '0x0CA3A2FBC3D770b578223FBB6b062fa875a2eE75' block_gas_limit: 10,000,000,000 diff --git a/docs/dev/bridge-erc20.md b/docs/dev/bridge-erc20.md index c7f7b63..a332512 100644 --- a/docs/dev/bridge-erc20.md +++ b/docs/dev/bridge-erc20.md @@ -136,7 +136,7 @@ cast call $L2_TOKEN \ {% hint style="info" %} The deposit takes approximately 1–2 minutes to appear on MegaETH — one L1 block for finality, plus sequencer relay time. -You can track the L1 transaction on [Etherscan](https://etherscan.io) (mainnet) or [Sepolia Etherscan](https://sepolia.etherscan.io) (testnet), and the L2 deposit on [MegaETH Blockscout](https://megaeth.blockscout.com) (mainnet) or the [testnet explorer](https://megaeth-testnet-v2.blockscout.com). +You can track the L1 transaction on [Etherscan](https://etherscan.io) (mainnet) or [Sepolia Etherscan](https://sepolia.etherscan.io) (testnet), and the L2 deposit on [MegaETH Blockscout](https://megaeth.blockscout.com) (mainnet) or the [testnet explorer](https://testnet-mega.etherscan.io). {% endhint %} {% endstep %} diff --git a/docs/dev/send-tx/contracts.md b/docs/dev/send-tx/contracts.md index fe07de4..7606d12 100644 --- a/docs/dev/send-tx/contracts.md +++ b/docs/dev/send-tx/contracts.md @@ -17,9 +17,9 @@ description: Key contract addresses and tokens on MegaETH and Ethereum Mainnet. {% tab title="Testnet" %} | Token | Address | Description | | ----- | ------- | ----------- | -| [MEGA](https://megaeth.com) | [`0xc903c68C1d389CEd76fEe0349067a4295828e6c2`](https://megaeth-testnet-v2.blockscout.com/address/0xc903c68C1d389CEd76fEe0349067a4295828e6c2) | MegaETH's native protocol token (testnet deployment). | -| WETH | [`0x4200000000000000000000000000000000000006`](https://megaeth-testnet-v2.blockscout.com/address/0x4200000000000000000000000000000000000006) | Wrapped Ether — an ERC-20 version of ETH for use in dApps. | -| [Multicall3](https://multicall3.com) | [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://megaeth-testnet-v2.blockscout.com/address/0xcA11bde05977b3631167028862bE2a173976CA11) | Utility contract that batches multiple calls into one transaction. | +| [MEGA](https://megaeth.com) | [`0xc903c68C1d389CEd76fEe0349067a4295828e6c2`](https://testnet-mega.etherscan.io/address/0xc903c68C1d389CEd76fEe0349067a4295828e6c2) | MegaETH's native protocol token (testnet deployment). | +| WETH | [`0x4200000000000000000000000000000000000006`](https://testnet-mega.etherscan.io/address/0x4200000000000000000000000000000000000006) | Wrapped Ether — an ERC-20 version of ETH for use in dApps. | +| [Multicall3](https://multicall3.com) | [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://testnet-mega.etherscan.io/address/0xcA11bde05977b3631167028862bE2a173976CA11) | Utility contract that batches multiple calls into one transaction. | {% endtab %} {% endtabs %} diff --git a/docs/user/connect.md b/docs/user/connect.md index 7f62909..849d117 100644 --- a/docs/user/connect.md +++ b/docs/user/connect.md @@ -84,7 +84,7 @@ In MetaMask, Rabby, or any Ethereum-compatible wallet, go to **Settings → Netw | RPC URL | space.vars.testnet_rpc | | Chain ID | space.vars.testnet_chain_id | | Currency Symbol | ETH | -| Block Explorer | space.vars.testnet_blockscout | +| Block Explorer | space.vars.testnet_etherscan | {% endtab %} {% endtabs %} {% endstep %} @@ -109,7 +109,7 @@ Your wallet is now connected. {% tab title="Testnet" %} -- [Blockscout](https://megaeth-testnet-v2.blockscout.com/) +- [Etherscan](https://testnet-mega.etherscan.io/) {% endtab %} {% endtabs %} diff --git a/docs/user/force-inclusion.md b/docs/user/force-inclusion.md index b864d61..6567f32 100644 --- a/docs/user/force-inclusion.md +++ b/docs/user/force-inclusion.md @@ -98,7 +98,7 @@ Save the Ethereum transaction hash to track the deposit. After 5–20 minutes, check your balance or transaction on the block explorer: - **Mainnet:** [megaeth.blockscout.com](https://megaeth.blockscout.com) -- **Testnet:** [megaeth-testnet-v2.blockscout.com](https://megaeth-testnet-v2.blockscout.com) +- **Testnet:** [testnet-mega.etherscan.io](https://testnet-mega.etherscan.io) {% endstep %} {% endstepper %} diff --git a/docs/user/get-started.md b/docs/user/get-started.md index 0379e0e..e59583f 100644 --- a/docs/user/get-started.md +++ b/docs/user/get-started.md @@ -32,7 +32,7 @@ In MetaMask, Rabby, or any Ethereum-compatible wallet, go to **Settings → Netw | **RPC URL** | space.vars.testnet_rpc | | **Chain ID** | space.vars.testnet_chain_id | | **Currency Symbol** | ETH | -| **Block Explorer** | space.vars.testnet_blockscout | +| **Block Explorer** | space.vars.testnet_etherscan | {% endtab %} {% endtabs %}