From 14ff4c13b376952b933adfce59fabdcd1e465325 Mon Sep 17 00:00:00 2001 From: 0xSami-m Date: Fri, 3 Jul 2026 00:00:29 +0200 Subject: [PATCH 1/2] 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/2] 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 %}