Skip to content

feat: add 0g executor contract#801

Merged
connorstake merged 3 commits intomainfrom
add_0g_executor
Feb 2, 2026
Merged

feat: add 0g executor contract#801
connorstake merged 3 commits intomainfrom
add_0g_executor

Conversation

@connorstake
Copy link
Copy Markdown
Contributor

@connorstake connorstake commented Jan 27, 2026

Summary by CodeRabbit

  • New Features
    • Added ZeroGravity chain support to executor address configuration, expanding available chain compatibility for mainnet deployments.

✏️ Tip: You can customize this high-level summary in your review settings.

kev1n-peters
kev1n-peters previously approved these changes Jan 28, 2026
@kev1n-peters kev1n-peters self-requested a review January 28, 2026 15:37
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 28, 2026

📝 Walkthrough

Walkthrough

This pull request adds a single new blockchain address mapping for the ZeroGravity chain to the Mainnet configuration within the nttManagerWithExecutorAddresses object, expanding the executor address registry by one entry.

Changes

Cohort / File(s) Summary
Executor Configuration
evm/ts/src/nttWithExecutor.ts
Added ZeroGravity chain address mapping (0xA8CA118f4C8d44Ab651Dad52B5E1a212e5d5c55b) to Mainnet nttManagerWithExecutorAddresses registry

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hops with glee across the chain so bright,
ZeroGravity joins our registry tonight,
One line of config, simple and sweet,
Our executor addresses now more complete!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a ZeroGravity executor contract address to the configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

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 and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@evm/ts/src/nttWithExecutor.ts`:
- Line 72: The ZeroGravity entry ("ZeroGravity":
"0xA8CA118f4C8d44Ab651Dad52B5E1a212e5d5c55b") in the Testnet executor mapping
should be removed or gated: locate the executor mapping in nttWithExecutor.ts
where the Testnet object contains the ZeroGravity key and either delete that
key/value pair or replace it with a validated Wormhole-supported chain entry; if
you intend to keep it, add a runtime check that verifies the chain is listed in
Wormhole’s supported EVM chains before using the address (fail fast with a clear
error referencing ZeroGravity) to avoid runtime failures.

@connorstake connorstake merged commit b373459 into main Feb 2, 2026
23 of 24 checks passed
@connorstake connorstake deleted the add_0g_executor branch February 2, 2026 15:55
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.

3 participants