Open
Conversation
- Fixed Base EID from 30110 (Arbitrum) to 30184 (Base) - Configured DVNs for both Base and Berachain receive operations - Configured executors on both chains with correct addresses - Set up library configurations (send/receive) for both chains - Added comprehensive configuration and verification scripts - Updated all scripts to use correct Base EID 30184 - Added executor configuration scripts for both chains - Added DVN configuration scripts with proper ULN config - Added verification scripts to check complete setup - Formatted all Solidity code with forge fmt Key fixes: - Corrected Base EID to 30184 throughout all scripts - Configured peer connections for correct EID - Set executor addresses: Base (0x2CCA08...) and Berachain (0x4208D6...) - Configured ULN (DVN) settings matching LayerZero documentation - All configurations verified on-chain
- Clean up all script logging to be more natural and human-like - Remove verbose comments and formal logging patterns - Add documentation about Bera DVN availability limitation - Fix Base endpoint ID in MyOFT.s.sol (30110 -> 30184) - Reorganize scripts: remove old config scripts, add new peer and config scripts - Format all code with forge fmt
- Update receive configs to use 20 block confirmations (matching send configs) - Previously receive configs used 15, send configs used 20 - All configs now consistently use 20 block confirmations for better finality - Update README documentation to reflect the change
Contributor
|
@okjintao needs merge conflict repair |
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.
Guide Contribution PR
Description
Type of Change
Guide Details
Checklist
Additional Notes