chore: update L1Migrator contract address#684
Conversation
Point both MAINNET_CONTRACTS and ARBITRUM_ONE_CONTRACTS l1Migrator entries at the new L1Migrator deployment (0x2a69191B43c9DB47C927bD7287F9C93838d07759). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the configured l1Migrator contract address used by the explorer so migrations and related contract interactions point at the newly deployed L1Migrator (0x2a69191B43c9DB47C927bD7287F9C93838d07759). This aligns both legacy NETWORK=MAINNET behavior and the production-default Arbitrum configuration with the new deployment.
Changes:
- Updated
MAINNET_CONTRACTS.l1Migratorto the new deployment address. - Updated
ARBITRUM_ONE_CONTRACTS.l1Migratorto the same new deployment address.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📝 WalkthroughWalkthroughThe PR updates the ChangesL1 Migrator Contract Address Update
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Updates the
l1Migratoraddress to the new deployment0x2a69191B43c9DB47C927bD7287F9C93838d07759.Both contract sets in
lib/chains.tsare updated:MAINNET_CONTRACTS(used in legacyNETWORK=MAINNETmode)ARBITRUM_ONE_CONTRACTS(used in production, since consumers readCHAIN_INFO[DEFAULT_CHAIN_ID].contracts.l1Migratorand the default chain is Arbitrum)For more information see this security disclosure.
Summary by CodeRabbit