Skip to content

Sami/update testnet explorer#75

Closed
0xSami-m wants to merge 2 commits into
mainfrom
sami/update-testnet-explorer
Closed

Sami/update testnet explorer#75
0xSami-m wants to merge 2 commits into
mainfrom
sami/update-testnet-explorer

Conversation

@0xSami-m

@0xSami-m 0xSami-m commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

blockscout testnet explorer is being deprecated on Jul 10 so I've replaced mentions of it with the etherscan explorer

0xSami-m added 2 commits July 3, 2026 00:00
blockscout testnet explorer is being deprecated on July 10. replacing mentions of it on docs with etherscan testnet explorer 

Signed-off-by: 0xSami-m <samimuduroglu1@gmail.com>
updated testnet explorer to be etherscan 

Signed-off-by: 0xSami-m <samimuduroglu1@gmail.com>
@0xSami-m 0xSami-m requested a review from Troublor as a code owner July 2, 2026 22:06

@claude claude Bot left a comment

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.

⚠️ 1 finding

  • Summary: replaces one testnet Blockscout reference with a new testnet_etherscan var, in advance of the 2026-07-10 Blockscout deprecation.
  • Inline comments: 1 anchorable finding on the new vars.yaml entry, covering all still-unmigrated call sites.
  • Body-only items: none.

Still open from earlier reviews: none (first review).

Comment thread docs/.gitbook/vars.yaml
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.

@0xSami-m 0xSami-m closed this Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant