Skip to content

Commit 7b6c13a

Browse files
committed
add RMNProxy to valid observation contracts for discovery
1 parent 63ccd21 commit 7b6c13a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/plugincommon/discovery/processor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ func (cdp *ContractDiscoveryProcessor) ValidateObservation(
164164
case consts.ContractNameOnRamp,
165165
consts.ContractNameOffRamp,
166166
consts.ContractNameNonceManager,
167+
consts.ContractNameRMNProxy,
167168
consts.ContractNameRMNRemote:
168169

169170
if !supportedChains.Contains(cdp.dest) {

0 commit comments

Comments
 (0)