Skip to content

Commit

Permalink
Need offramp set
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Dec 17, 2024
1 parent 4658d65 commit 403d2b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployment/ccip/changeset/cs_ccip_home.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
8 changes: 8 additions & 0 deletions deployment/ccip/changeset/test_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 403d2b2

Please sign in to comment.