From f4735fa903cbb07db166b711a015954c1cbfd902 Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Thu, 9 Jan 2025 11:17:37 -0600 Subject: [PATCH] go import --- core/capabilities/ccip/configs/solana/chain_writer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/capabilities/ccip/configs/solana/chain_writer.go b/core/capabilities/ccip/configs/solana/chain_writer.go index f07608f113d..d7924173150 100644 --- a/core/capabilities/ccip/configs/solana/chain_writer.go +++ b/core/capabilities/ccip/configs/solana/chain_writer.go @@ -6,6 +6,7 @@ import ( "fmt" "github.com/gagliardetto/solana-go" + "github.com/smartcontractkit/chainlink-solana/pkg/solana/chainwriter" "github.com/smartcontractkit/chainlink-solana/pkg/solana/codec" )