Skip to content

Add Etherlink to the explorer contract import networks - #1563

Merged
DZakh merged 2 commits into
mainfrom
fix/etherlink-explorer-contract-import
Aug 19, 2026
Merged

Add Etherlink to the explorer contract import networks#1563
DZakh merged 2 commits into
mainfrom
fix/etherlink-explorer-contract-import

Conversation

@Jordy-Baby

@Jordy-Baby Jordy-Baby commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Tags Etherlink (42793) as NetworkWithExplorer alongside HypersyncChain, so it shows up in envio init contract-import explorer --blockchain.

It was tagged HypersyncChain only, so the CLI had no explorer import path for Etherlink while HyperSync indexing worked fine.

The backend already serves it after enviodev/ui#1199:

curl "https://envio.dev/api/hyperindex/contract-import?chain=42793&address=0x6Fb65D60B4Ae844C5f9fE6929403CeE652397195"

returns 200 with the contract name and ABI, so the enum tag was the only blocker.

Came up in etherlinkcom/docs#433 where Etherlink asked whether we index their chain.

Not compiled locally, there is no Rust toolchain on this machine. Nothing matches exhaustively on NetworkWithExplorer, so CI is the first real check.

Summary by CodeRabbit

  • New Features
    • Added Etherlink support to generated Hypersync chain configurations.
    • Added Etherlink and Morph Testnet to the documented blockchain options for contract imports.

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 15981d0c-213a-4684-9dc4-bf52e6d0e2b8

📥 Commits

Reviewing files that changed from the base of the PR and between e7e58a6 and f6d7f9d.

📒 Files selected for processing (1)
  • packages/cli/CommandLineHelp.md

Included review availability: Your plan includes up to 4 reviews per rolling hour; 2 remain after this review.


📝 Walkthrough

Walkthrough

Network::Etherlink now derives HypersyncChain. CLI documentation now lists etherlink and morph-testnet as blockchain choices.

Changes

Etherlink Hypersync support

Layer / File(s) Summary
Update Etherlink enum derivation and CLI choices
packages/cli/src/config_parsing/chain_helpers.rs, packages/cli/CommandLineHelp.md
Network::Etherlink now appears in the generated HypersyncChain enum and remains available through NetworkWithExplorer. The CLI documentation lists etherlink and morph-testnet as block explorer choices.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to f6d7f

This change enables Etherlink contract imports through the explorer path without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review.

Suggested reviewers: dzakh

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: adding Etherlink to explorer contract import networks.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Jordy-Baby
Jordy-Baby requested a review from DZakh August 18, 2026 16:37
@DZakh
DZakh merged commit c2f707f into main Aug 19, 2026
8 checks passed
@DZakh
DZakh deleted the fix/etherlink-explorer-contract-import branch August 19, 2026 09:53
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.

2 participants