Skip to content

Commit

Permalink
Add chain test running
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Aug 22, 2024
1 parent e5d34ca commit 0e272c7
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 @@ -249,7 +249,7 @@ func LoadChainState(chain deployment.Chain, addresses map[string]deployment.Type
if err != nil {
return state, err
}
state.Router = r
state.TestRouter = r
case deployment.NewTypeAndVersion(PriceRegistry, deployment.Version1_6_0_dev).String():
pr, err := price_registry.NewPriceRegistry(common.HexToAddress(address), chain.Client)
if err != nil {
Expand Down

0 comments on commit 0e272c7

Please sign in to comment.