File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ package mcms
55import (
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)
You can’t perform that action at this time.
0 commit comments