Skip to content

feat(rwaUSD): add Chainlink CCIP bridge info - #197

Merged
iamvukasin merged 1 commit into
mainfrom
feat/rwausd-ccip-bridge
Aug 24, 2026
Merged

iamvukasin merged 1 commit into
mainfrom
feat/rwausd-ccip-bridge

Conversation

@dak-agent

@dak-agent dak-agent Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

What

Adds bridgeInfo to mainnet/rwaUSD/data.json to reflect that rwaUSD (Real World Asset USD) bridges via Chainlink CCIP:

"bridgeInfo": {
  "protocol": "Chainlink CCIP",
  "bridgeAddress": "0x33566fE5976AAa420F3d5C64996641Fc3858CaDB"
}

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 CCIP TokenAdminRegistry (0x11ACd984DD680363117B310f6ebdf78fD6c0195f). Registry events for the token:

  • AdministratorTransferRequested → admin 0x194ebc1b9b382ef0e6998caace59af843cf53b99
  • AdministratorTransferred → admin 0x194ebc1b9b382ef0e6998caace59af843cf53b99

This satisfies the token-list CI check (getTokenConfig returns a non-zero administrator).

Note

No PoolSet event 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.

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
dak-agent Bot requested review from a team August 18, 2026 13:05
@iamvukasin
iamvukasin merged commit ff3e0c3 into main Aug 24, 2026
6 checks passed
@iamvukasin
iamvukasin deleted the feat/rwausd-ccip-bridge branch August 24, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants