Add OmniBazaar XOM warp route (OmniCoin L1 ↔ COTI V2) - #1586
Draft
Rick-Crites wants to merge 1 commit into
Draft
Conversation
Adds the omnicoinl1 chain (OmniCoin L1, domain 88008) with its Hyperlane core contract addresses, plus the XOM warp route: collateral XOM on omnicoinl1 (locked) <-> synthetic wXOM on coti. Both legs are secured by a custom 5-validator (4-of-5) CommitteeMessageIdMultisigIsm and have been live and verified end-to-end since 2026-06-01.
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.
Summary
Adds OmniBazaar's XOM warp route connecting OmniCoin L1 (
omnicoinl1, domain88008) and Coti (coti, domain2632500), plus theomnicoinl1chain metadata and Hyperlane core addresses it depends on.Topology is collateral ↔ synthetic:
EvmHypCollateralrouter0x3591a63d34cf14986b438e100043bf3c170bccfdlocks the XOM ERC-20 (0x1eE61487F08F715055358A1F020A86c9E571ED78).EvmHypSyntheticrouter (wXOM)0x71A765c59C3cdE31b6F0b5d501a9500b0FF667A0mints 1:1.Both legs use a custom 5-validator (4-of-5)
CommitteeMessageIdMultisigIsmas a per-route ISM override — not the mailbox default:0x49AB7E7d792b279C85692287850dFbe766F388560x006B3b87f8340B76576261003Dd716495d401679The route has been live and verified end-to-end (both directions) since 2026-06-01.
Files
New chain
omnicoinl1(COTI already exists in the registry):chains/omnicoinl1/metadata.yaml— domain 88008, Avalanche subnet (Snowman, ~2s finality), native token XOMchains/omnicoinl1/addresses.yaml— Hyperlane core (mailbox, validatorAnnounce, ISM/hook factories, ICA router)chains/omnicoinl1/logo.svgWarp route
XOM:deployments/warp_routes/XOM/coti-omnicoinl1-config.yaml(WarpCore config)deployments/warp_routes/XOM/coti-omnicoinl1-deploy.yaml(deploy config)Validation
Ran locally against
pnpm@11.1.3:pnpm run build— successpnpm run test:unit— 8171 passing, 0 failing, includingomnicoinl1 metadata/addresses valid,WarpCore XOM/coti-omnicoinl1 is valid, andDeploy config XOM/coti-omnicoinl1 is validpnpm run format— no changesvalidate-file-path/validate-svg/validate-file-data— pass