Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.gitbook/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Major] The PR description says all mentions of the deprecating testnet Blockscout have been replaced, but only one call site (docs/user/get-started.md) was updated. With Blockscout deprecation on 2026-07-10 (8 days out), the following references will become broken links immediately after that date:

  • docs/user/connect.md:87 — wallet setup table still uses space.vars.testnet_blockscout.
  • docs/user/connect.md:112 — the "Block Explorers → Testnet" tab lists only Blockscout; consider replacing with Etherscan (and/or adding Etherscan alongside).
  • docs/user/force-inclusion.md:101 — hardcoded megaeth-testnet-v2.blockscout.com.
  • docs/dev/bridge-erc20.md:139 — hardcoded testnet Blockscout URL in the "track the L2 deposit" hint.
  • docs/dev/send-tx/contracts.md:20-22 — testnet token address links (MEGA, WETH, Multicall3) hardcoded to megaeth-testnet-v2.blockscout.com.

Please either update these to space.vars.testnet_etherscan / https://testnet-mega.etherscan.io in the same PR, or explicitly scope the PR title/description to "only the get-started page" so reviewers know Blockscout links elsewhere remain intentional. Leaving testnet_blockscout in vars.yaml is fine if the deprecating URL still resolves during a transition window, but any page still resolving that var after 2026-07-10 will render a dead link.

network_status: https://uptime.megaeth.com
mainnet_bridge: '0x0CA3A2FBC3D770b578223FBB6b062fa875a2eE75'
block_gas_limit: 10,000,000,000
Expand Down
2 changes: 1 addition & 1 deletion docs/user/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In MetaMask, Rabby, or any Ethereum-compatible wallet, go to **Settings → Netw
| **RPC URL** | <code class="expression">space.vars.testnet_rpc</code> |
| **Chain ID** | <code class="expression">space.vars.testnet_chain_id</code> |
| **Currency Symbol** | ETH |
| **Block Explorer** | <code class="expression">space.vars.testnet_blockscout</code> |
| **Block Explorer** | <code class="expression">space.vars.testnet_etherscan</code> |
{% endtab %}
{% endtabs %}

Expand Down
Loading