-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding support for RMNRemote discovery #155
Conversation
Test Coverage
|
@@ -655,7 +658,7 @@ func (r *ccipChainReader) getOfframpStaticConfig( | |||
//nolint:lll // It's a URL. | |||
type offrampStaticChainConfig struct { | |||
ChainSelector cciptypes.ChainSelector `json:"chainSelector"` | |||
RmnProxy []byte `json:"rmnProxy"` | |||
Rmn []byte `json:"rmn"` |
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.
Hmm tests seem to be failing after this change, maybe i was wrong?
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.
The RMNRemote contract is not defined in the dest chain reader defintion. This PR should fix it: smartcontractkit/chainlink#14588
|
Get the RMNRemote address from the offramp contract in the dest chain using the discovery processor