Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Dec 17, 2024
1 parent 403d2b2 commit 2fb0de7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deployment/ccip/changeset/test_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,14 +462,6 @@ 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 All @@ -478,6 +470,14 @@ func NewEnvironmentWithJobsAndContracts(t *testing.T, tc *TestConfigs, tEnv Test
DONChainSelectors: allChains,
},
},
{
// Enable the OCR config on the remote chains.
Changeset: commonchangeset.WrapChangeSet(SetOCR3OffRamp),
Config: SetOCR3OffRampConfig{
HomeChainSel: e.HomeChainSel,
RemoteChainSels: allChains,
},
},
{
Changeset: commonchangeset.WrapChangeSet(CCIPCapabilityJobspec),
},
Expand Down

0 comments on commit 2fb0de7

Please sign in to comment.