Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo committed Feb 2, 2025
1 parent 6a49e4b commit 6435646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/reader/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,8 @@ func (r *ccipChainReader) DiscoverContracts(ctx context.Context) (ContractAddres
}
}

r.lggr.Infow("discovered contracts", "contracts", resp)

// The following calls are on dynamically configured chains which may not
// be available when this function is called. Eventually they will be
// configured through consensus when the Sync function is called, but until
Expand Down

0 comments on commit 6435646

Please sign in to comment.