Skip to content

Commit 4bb61db

Browse files
committed
Updated deprecated type
1 parent 6ea962e commit 4bb61db

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pkg/solana/chainwriter/chain_writer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

pkg/solana/chainwriter/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1818
type TestArgs struct {

pkg/solana/chainwriter/transform_registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

pkg/solana/chainwriter/transform_registry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pkg/solana/codec/cross_chain_amount_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
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
)

0 commit comments

Comments
 (0)