Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Feb 26, 2025
1 parent 5daeca3 commit 7bf01d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/ccip/changeset/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,10 @@ func LoadChainState(ctx context.Context, chain deployment.Chain, addresses map[s
state.MockRMN = mockRMN
state.ABIByAddress[address] = mock_rmn_contract.MockRMNContractABI
default:
// ManyChainMultiSig 1.0.0 can have any of these labels, it can have either 1,2 or 3 of these -
// bypasser, proposer and canceller
// if you try to compare tvStr.String() you will have to compare all combinations of labels
// so we will compare the type and version only
if tvStr.Type == commontypes.ManyChainMultisig && tvStr.Version == deployment.Version1_0_0 {
state.ABIByAddress[address] = gethwrappers.ManyChainMultiSigABI
continue
Expand Down

0 comments on commit 7bf01d1

Please sign in to comment.