Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 30, 2024
1 parent a9b910b commit 7333791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/deployment/ccip/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func LoadChainState(chain deployment.Chain, addresses map[string]deployment.Type
return state, err
}
state.Mcm = mcms
case deployment.NewTypeAndVersion(CapabilitiesRegistry, deployment.Version1_1_0).String():
case deployment.NewTypeAndVersion(CapabilitiesRegistry, deployment.Version1_0_0).String():
cr, err := capabilities_registry.NewCapabilitiesRegistry(common.HexToAddress(address), chain.Client)
if err != nil {
return state, err
Expand Down

0 comments on commit 7333791

Please sign in to comment.