From 6435646e6512250bdd83a57e20eb97ffb7ca3499 Mon Sep 17 00:00:00 2001 From: nogo <0xnogo@gmail.com> Date: Sun, 2 Feb 2025 15:00:49 +0400 Subject: [PATCH] test --- pkg/reader/ccip.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/reader/ccip.go b/pkg/reader/ccip.go index a424f9bd4..be9e40c64 100644 --- a/pkg/reader/ccip.go +++ b/pkg/reader/ccip.go @@ -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