Skip to content

Commit

Permalink
clean up merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-cll committed Jan 31, 2025
1 parent d249150 commit 965022f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ccip/changeset/solana/cs_chain_contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (cfg AddRemoteChainToSolanaConfig) Validate(e deployment.Environment) error
if err != nil {
return fmt.Errorf("failed to load onchain state: %w", err)
}

supportedChains := state.SupportedChains()
for chainSel, updates := range cfg.UpdatesByChain {
chainState, ok := state.SolChains[chainSel]
Expand Down

0 comments on commit 965022f

Please sign in to comment.