You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Implements CCIP hook and ISM that offloads message verification to the
CCIP message bridge
### Related issues
Fixes#2852
### Backward compatibility
Yes
### Testing
Unit Tests/Fork Tests
---------
Co-authored-by: Raid Ateir <[email protected]>
This ticket encapsulates a hook and ISM that allows a Hyperlane message to be transported via Chainlink's CCIP. You can find their docs here https://docs.chain.link/ccip/tutorials/send-arbitrary-data. The Hook would call the CCIP Router with
ccipSend
and the ISM would inherit from CCIPReceiver.soll to receive the messageId. You will want to pay for the relaying of the message in native fees as per https://docs.chain.link/ccip/tutorials/send-arbitrary-data#sending-data-and-pay-in-native (You should adjust quoteDispatch to pass the cost to the sender).Submission of this bounty should include a demo on a testnet or mainnet with tx hashes.
The text was updated successfully, but these errors were encountered: