Sami/update testnet explorer#76
Merged
Merged
Conversation
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>
replace testnet explorer Signed-off-by: 0xSami-m <samimuduroglu1@gmail.com>
updated testnet explorer Signed-off-by: 0xSami-m <samimuduroglu1@gmail.com>
updated testnet explorer Signed-off-by: 0xSami-m <samimuduroglu1@gmail.com>
updated explorer on testnet contract address links Signed-off-by: 0xSami-m <samimuduroglu1@gmail.com>
Contributor
There was a problem hiding this comment.
- Summary: reviewed the blockscout→etherscan testnet explorer swap across
vars.yamland 5 docs pages. Substitutions look right, and mainnet Blockscout references are correctly left untouched. - Inline comments: 2 anchorable findings on changed hunks.
- Body-only items: none.
Nice: the new testnet_etherscan var mirrors the existing mainnet_etherscan naming, and every space.vars.testnet_blockscout reference in the docs was migrated in the same PR.
| {% 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). |
Contributor
There was a problem hiding this comment.
[Minor] The mainnet L2 link is labeled MegaETH Blockscout but the testnet counterpart is only labeled testnet explorer — the reader no longer knows the destination is Etherscan, and the parallelism with the L1 half of the sentence (Etherscan / Sepolia Etherscan) is lost.
Suggested change
| 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). | |
| 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 [MegaETH Testnet Etherscan](https://testnet-mega.etherscan.io) (testnet). |
Troublor
approved these changes
Jul 3, 2026
Troublor
approved these changes
Jul 3, 2026
Contributor
There was a problem hiding this comment.
🧭 Re-review update
- Reviewed incremental changes in 1b12620 (remove testnet_blockscout var; tidy force-inclusion.md link text).
- Prior thread on docs/.gitbook/vars.yaml is addressed and has been resolved.
- No new actionable findings this round.
Still open from earlier reviews:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
blockscout testnet explorer will be sunset on July 10. I've updated all mentions of it to the etherscan testnet explorer.