Skip to content

Commit 26610f4

Browse files
rebase
1 parent f88687a commit 26610f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration-tests/mcms/mcms_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package mcms
55
import (
66
"testing"
77

8+
cselectors "github.com/smartcontractkit/chain-selectors"
89
cld_ops "github.com/smartcontractkit/chainlink-deployments-framework/operations"
910
suisdk "github.com/smartcontractkit/mcms/sdk/sui"
1011
"github.com/stretchr/testify/require"
@@ -16,6 +17,8 @@ import (
1617
module_onramp "github.com/smartcontractkit/chainlink-sui/bindings/generated/ccip/ccip_onramp/onramp"
1718
module_router "github.com/smartcontractkit/chainlink-sui/bindings/generated/ccip/ccip_router"
1819
ccipops "github.com/smartcontractkit/chainlink-sui/deployment/ops/ccip"
20+
offrampops "github.com/smartcontractkit/chainlink-sui/deployment/ops/ccip_offramp"
21+
onrampops "github.com/smartcontractkit/chainlink-sui/deployment/ops/ccip_onramp"
1922
mcmsops "github.com/smartcontractkit/chainlink-sui/deployment/ops/mcms"
2023
ownershipops "github.com/smartcontractkit/chainlink-sui/deployment/ops/ownership"
2124
)

0 commit comments

Comments
 (0)