chore: move lz contracts#446
Conversation
✅ Deploy Preview for veascan ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
WalkthroughThis PR reorganizes LayerZero adapter and reporter contracts into a dedicated adapters subdirectory, updating all corresponding import statements to reference the new file locations. Five files are modified: two source contracts update base class imports from external module paths to local relative paths, and three deployment scripts update their contract imports to the new directory structure. ChangesLayerZero Adapter & Reporter Reorganization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
|



PR-Codex overview
This PR focuses on restructuring the file paths for
LayerZeroReporterandLayerZeroAdapter, moving them to anadaptersdirectory. It also updates import statements in several scripts and modifies imports in theLayerZeroAdapterandLayerZeroReporterfiles.Detailed summary
LayerZeroReporterin scripts from../../src/layerZero/LayerZeroReporter.solto../../src/adapters/layerZero/LayerZeroReporter.sol.LayerZeroAdapterin scripts from../../src/layerZero/LayerZeroAdapter.solto../../src/adapters/layerZero/LayerZeroAdapter.sol.LayerZeroAdapter.solfrom@hashi/adapters/Adapter.solto../Adapter.sol.LayerZeroReporter.solfrom@hashi/adapters/Reporter.solto../Reporter.sol.Summary by CodeRabbit