Skip to content

Commit b197f2c

Browse files
authored
fix contract type (#1358)
1 parent e158f43 commit b197f2c

File tree

1 file changed

+3
-2
lines changed
  • chains/evm/deployment/v1_0_0/operations/rmn_proxy

1 file changed

+3
-2
lines changed

chains/evm/deployment/v1_0_0/operations/rmn_proxy/rmn_proxy.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1516
type ConstructorArgs struct {
1617
RMN common.Address

0 commit comments

Comments
 (0)