feat(rwaUSD): add Chainlink CCIP bridge info - #197
Merged
Merged
Conversation
rwaUSD is registered as a Chainlink CCIP Cross-Chain Token in the Monad CCIP TokenAdminRegistry. Add bridgeInfo so the token list reflects its bridge protocol, matching cbBTC/GHO. Co-authored-by: Vukašin Manojlović <8989109+iamvukasin@users.noreply.github.com>
dak-agent
Bot
requested review from
Im-Madhur-Gupta,
QEDK,
iamvukasin and
keone
as code owners
August 18, 2026 13:05
keone
approved these changes
Aug 24, 2026
gimme-shelter
approved these changes
Aug 24, 2026
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.
What
Adds
bridgeInfotomainnet/rwaUSD/data.jsonto reflect that rwaUSD (Real World Asset USD) bridges via Chainlink CCIP:This matches how other CCIP-bridged tokens (
cbBTC,GHO) are represented, and uses the canonical CCIP bridge address the validator expects.Verification
Public sources: rwaUSD is an RWA-backed stablecoin built on three Chainlink tools — CCIP, NAV Data Feeds, and Proof of Reserve — using CCIP for cross-chain movement across Ethereum, BNB Chain, and Monad.
On-chain (Monad): the rwaUSD token (
0x9aBb5aaAA4c63ABee1b6617843fd818c99C52c69) is registered in Chainlink's CCIPTokenAdminRegistry(0x11ACd984DD680363117B310f6ebdf78fD6c0195f). Registry events for the token:AdministratorTransferRequested→ admin0x194ebc1b9b382ef0e6998caace59af843cf53b99AdministratorTransferred→ admin0x194ebc1b9b382ef0e6998caace59af843cf53b99This satisfies the token-list CI check (
getTokenConfigreturns a non-zero administrator).Note
No
PoolSetevent exists for rwaUSD in the registry yet, so a CCIP token pool isn't wired on Monad quite yet — CCIP onboarding (admin registration) is complete but the pool is still pending. Flagging in case maintainers prefer to wait for the pool to be set before merging.