File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ import (
1919
2020 "github.com/smartcontractkit/chainlink-common/pkg/codec"
2121 "github.com/smartcontractkit/chainlink-common/pkg/types"
22+ "github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3"
2223
2324 ccipsolana "github.com/smartcontractkit/chainlink-ccip/chains/solana"
2425 "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/v0_1_1/ccip_offramp"
2526 "github.com/smartcontractkit/chainlink-ccip/chains/solana/utils/state"
2627 ccipconsts "github.com/smartcontractkit/chainlink-ccip/pkg/consts"
27- "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
2828
2929 "github.com/smartcontractkit/chainlink-solana/contracts/generated/buffer_payload"
3030 "github.com/smartcontractkit/chainlink-solana/pkg/monitoring/testutils"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212
1313 "github.com/gagliardetto/solana-go"
1414
15- "github.com/smartcontractkit/chainlink-ccip /pkg/types/ccipocr3"
15+ "github.com/smartcontractkit/chainlink-common /pkg/types/ccipocr3"
1616)
1717
1818type TestArgs struct {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import (
1515 "github.com/go-viper/mapstructure/v2"
1616
1717 "github.com/smartcontractkit/chainlink-common/pkg/logger"
18+ "github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3"
1819
1920 ccipsolana "github.com/smartcontractkit/chainlink-ccip/chains/solana"
2021 ccip_common_v0_1_0 "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/v0_1_0/ccip_common"
@@ -23,7 +24,6 @@ import (
2324 "github.com/smartcontractkit/chainlink-ccip/chains/solana/utils/common"
2425 "github.com/smartcontractkit/chainlink-ccip/chains/solana/utils/state"
2526 ccipconsts "github.com/smartcontractkit/chainlink-ccip/pkg/consts"
26- "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
2727
2828 "github.com/smartcontractkit/chainlink-solana/pkg/solana/client"
2929 txmutils "github.com/smartcontractkit/chainlink-solana/pkg/solana/txm/utils"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import (
1212 "testing"
1313
1414 "github.com/smartcontractkit/chainlink-common/pkg/logger"
15+ "github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3"
1516
1617 bin "github.com/gagliardetto/binary"
1718 "github.com/gagliardetto/solana-go"
@@ -21,7 +22,6 @@ import (
2122 ccip_offramp_v0_1_0 "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/v0_1_0/ccip_offramp"
2223 ccip_offramp_v0_1_1 "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/v0_1_1/ccip_offramp"
2324 "github.com/smartcontractkit/chainlink-ccip/chains/solana/utils/state"
24- "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
2525 "github.com/stretchr/testify/mock"
2626 "github.com/stretchr/testify/require"
2727
Original file line number Diff line number Diff line change 66
77 "github.com/stretchr/testify/require"
88
9- "github.com/smartcontractkit/chainlink-ccip /pkg/types/ccipocr3"
9+ "github.com/smartcontractkit/chainlink-common /pkg/types/ccipocr3"
1010
1111 "github.com/smartcontractkit/chainlink-solana/pkg/solana/codec"
1212)
You can’t perform that action at this time.
0 commit comments