-
Notifications
You must be signed in to change notification settings - Fork 475
Update Omnibridge Docs #2924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update Omnibridge Docs #2924
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Omnibridge documentation to reflect expanded chain support and new feature implementations. The changes modernize the roadmap by removing the migration phase structure and adding documentation for Fast Transfers and ERC1155 multi-token support.
Key Changes:
- Expanded supported chains list to include BNB Chain, Polygon (PoS), and Zcash
- Added detailed documentation for Fast Transfers feature with relayer-based liquidity fronting
- Introduced ERC1155 multi-token support documentation including address derivation and key functions
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/chain-abstraction/omnibridge/roadmap.md | Restructured to list currently supported chains (adding BNB, Polygon, Zcash) and simplified architecture overview by removing migration phase details |
| docs/chain-abstraction/omnibridge/implementation.md | Generalized chain verification descriptions, updated terminology from "Wormhole" to "message passing protocols", and added new sections for Fast Transfers and ERC1155 support |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updates roadmap with new chains (BNB, Zcash, Polygon) and adds implementation details for Fast Transfers and ERC1155 support.