From 403d2b2270c900fda40b8f0a7c9f0d30f0dcc986 Mon Sep 17 00:00:00 2001 From: connorwstein Date: Tue, 17 Dec 2024 18:00:54 -0500 Subject: [PATCH] Need offramp set --- deployment/ccip/changeset/cs_ccip_home.go | 1 - deployment/ccip/changeset/test_environment.go | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/deployment/ccip/changeset/cs_ccip_home.go b/deployment/ccip/changeset/cs_ccip_home.go index 3c2ad116d26..9f3f6822edd 100644 --- a/deployment/ccip/changeset/cs_ccip_home.go +++ b/deployment/ccip/changeset/cs_ccip_home.go @@ -338,7 +338,6 @@ func (s SetCandidateConfigBase) Validate(e deployment.Environment, state CCIPOnC // AddDonAndSetCandidateChangesetConfig is a separate config struct // because the validation is slightly different from SetCandidateChangesetConfig. // In particular, we check to make sure we don't already have a DON for the chain. -// WARNING this ignores the plugin type and sets both plugins type AddDonAndSetCandidateChangesetConfig struct { SetCandidateConfigBase } diff --git a/deployment/ccip/changeset/test_environment.go b/deployment/ccip/changeset/test_environment.go index 8e73557ef66..72857225596 100644 --- a/deployment/ccip/changeset/test_environment.go +++ b/deployment/ccip/changeset/test_environment.go @@ -462,6 +462,14 @@ func NewEnvironmentWithJobsAndContracts(t *testing.T, tc *TestConfigs, tEnv Test }, }, }, + { + // Enable the OCR config on the remote chains. + Changeset: commonchangeset.WrapChangeSet(SetOCR3OffRamp), + Config: SetOCR3OffRampConfig{ + HomeChainSel: e.HomeChainSel, + RemoteChainSels: allChains, + }, + }, { // Promote everything Changeset: commonchangeset.WrapChangeSet(PromoteAllCandidatesChangeset),