From 14ff4c13b376952b933adfce59fabdcd1e465325 Mon Sep 17 00:00:00 2001 From: 0xSami-m Date: Fri, 3 Jul 2026 00:00:29 +0200 Subject: [PATCH 1/7] Update vars.yaml blockscout testnet explorer is being deprecated on July 10. replacing mentions of it on docs with etherscan testnet explorer Signed-off-by: 0xSami-m --- docs/.gitbook/vars.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.gitbook/vars.yaml b/docs/.gitbook/vars.yaml index a3df1a7..8a41050 100644 --- a/docs/.gitbook/vars.yaml +++ b/docs/.gitbook/vars.yaml @@ -7,6 +7,7 @@ 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 From 8d8298bca67aac5fb476cd7c27abbf2614c6b562 Mon Sep 17 00:00:00 2001 From: 0xSami-m Date: Fri, 3 Jul 2026 00:02:48 +0200 Subject: [PATCH 2/7] Update get-started.md updated testnet explorer to be etherscan Signed-off-by: 0xSami-m --- docs/user/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} From cb3feef47d8b7e0c6b3496b4bb2abce78f7078c9 Mon Sep 17 00:00:00 2001 From: 0xSami-m Date: Fri, 3 Jul 2026 00:16:31 +0200 Subject: [PATCH 3/7] Update connect.md replace testnet explorer Signed-off-by: 0xSami-m --- docs/user/connect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} From 1ad0cd4ad7106525300a1ba45ec661591bfbcab3 Mon Sep 17 00:00:00 2001 From: 0xSami-m Date: Fri, 3 Jul 2026 00:17:42 +0200 Subject: [PATCH 4/7] Update force-inclusion.md updated testnet explorer Signed-off-by: 0xSami-m --- docs/user/force-inclusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/force-inclusion.md b/docs/user/force-inclusion.md index b864d61..4c08555 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:** [https://testnet-mega.etherscan.io](https://testnet-mega.etherscan.io) {% endstep %} {% endstepper %} From d4f783ccf1086fe1fcff0343c3eea8ea85040a66 Mon Sep 17 00:00:00 2001 From: 0xSami-m Date: Fri, 3 Jul 2026 00:18:45 +0200 Subject: [PATCH 5/7] Update bridge-erc20.md updated testnet explorer Signed-off-by: 0xSami-m --- docs/dev/bridge-erc20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} From 8bb450025d5b2f9f17cf8e0110d2023c4f965d47 Mon Sep 17 00:00:00 2001 From: 0xSami-m Date: Fri, 3 Jul 2026 00:26:57 +0200 Subject: [PATCH 6/7] Update contracts.md updated explorer on testnet contract address links Signed-off-by: 0xSami-m --- docs/dev/send-tx/contracts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %} From 1b126201a276d0d3939e8aa783bc2a52fa230467 Mon Sep 17 00:00:00 2001 From: William Aaron Cheung Date: Fri, 3 Jul 2026 13:44:10 +0800 Subject: [PATCH 7/7] Remove orphaned testnet_blockscout var and fix explorer link text --- docs/.gitbook/vars.yaml | 1 - docs/user/force-inclusion.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/.gitbook/vars.yaml b/docs/.gitbook/vars.yaml index 8a41050..84aea7a 100644 --- a/docs/.gitbook/vars.yaml +++ b/docs/.gitbook/vars.yaml @@ -6,7 +6,6 @@ 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' diff --git a/docs/user/force-inclusion.md b/docs/user/force-inclusion.md index 4c08555..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:** [https://testnet-mega.etherscan.io](https://testnet-mega.etherscan.io) +- **Testnet:** [testnet-mega.etherscan.io](https://testnet-mega.etherscan.io) {% endstep %} {% endstepper %}