Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashnevatia committed Feb 24, 2025
1 parent 3300389 commit c798491
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions deployment/ccip/changeset/solana/cs_deploy_chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,29 +102,6 @@ func TestDeployChainContractsChangesetSolana(t *testing.T) {
ContractParamsPerChain: contractParams,
},
),
commonchangeset.Configure(
deployment.CreateLegacyChangeSet(ccipChangesetSolana.DeployChainContractsChangeset),
ccipChangesetSolana.DeployChainContractsConfig{
HomeChainSelector: homeChainSel,
ContractParamsPerChain: map[uint64]ccipChangesetSolana.ChainContractParams{
solChainSelectors[0]: {
FeeQuoterParams: ccipChangesetSolana.FeeQuoterParams{
DefaultMaxFeeJuelsPerMsg: solBinary.Uint128{Lo: 300000000, Hi: 0, Endianness: nil},
},
OffRampParams: ccipChangesetSolana.OffRampParams{
EnableExecutionAfter: int64(globals.PermissionLessExecutionThreshold.Seconds()),
},
},
},
},
),
commonchangeset.Configure(
deployment.CreateLegacyChangeSet(ccipChangesetSolana.SetFeeAggregator),
ccipChangesetSolana.SetFeeAggregatorConfig{
ChainSelector: solChainSelectors[0],
FeeAggregator: feeAggregatorPubKey.String(),
},
),
commonchangeset.Configure(
deployment.CreateLegacyChangeSet(commonchangeset.DeployMCMSWithTimelockV2),
map[uint64]commontypes.MCMSWithTimelockConfigV2{
Expand All @@ -137,6 +114,7 @@ func TestDeployChainContractsChangesetSolana(t *testing.T) {
},
),
)
require.NoError(t, err)
addresses, err := e.ExistingAddresses.AddressesForChain(solChainSelectors[0])
require.NoError(t, err)
mcmState, err := commonState.MaybeLoadMCMSWithTimelockChainStateSolana(e.SolChains[solChainSelectors[0]], addresses)
Expand Down

0 comments on commit c798491

Please sign in to comment.