Skip to content

Commit

Permalink
log rmnremote addy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo committed Feb 2, 2025
1 parent d8b98fb commit e45482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reader/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ func (r *ccipChainReader) GetRMNRemoteConfig(
if err != nil {
return rmntypes.RemoteConfig{}, fmt.Errorf("get RMNRemote address: %w", err)
}
lggr.Debugw("got RMNRemote address", "address", rmnRemoteAddress)
lggr.Infow("got RMNRemote address", "address", rmnRemoteAddress)

// TODO: make the calls in parallel using errgroup
var vc versionedConfig
Expand Down

0 comments on commit e45482b

Please sign in to comment.