File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
chains/evm/deployment/v1_0_0/operations/rmn_proxy Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ import (
55 "github.com/ethereum/go-ethereum/accounts/abi/bind"
66 "github.com/ethereum/go-ethereum/common"
77 "github.com/ethereum/go-ethereum/core/types"
8+ cldf_deployment "github.com/smartcontractkit/chainlink-deployments-framework/deployment"
9+
810 "github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment/utils/operations/contract"
911 "github.com/smartcontractkit/chainlink-ccip/chains/evm/gobindings/generated/v1_0_0/rmn_proxy_contract"
10- cldf_deployment "github.com/smartcontractkit/chainlink-deployments-framework/deployment"
1112)
1213
13- var ContractType cldf_deployment.ContractType = "RMNProxy "
14+ var ContractType cldf_deployment.ContractType = "ARMProxy "
1415
1516type ConstructorArgs struct {
1617 RMN common.Address
You can’t perform that action at this time.
0 commit comments