Skip to content

Commit

Permalink
fix: Search for ConfigStore by correct name (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Oct 10, 2023
1 parent c1c0dfa commit aa22c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hubpool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async function search(args: Record<string, number | string>, _signer: Wallet): P
}

const [configStore, hubPool] = await Promise.all([
utils.getContract(chainId, "ConfigStore"),
utils.getContract(chainId, "AcrossConfigStore"),
utils.getContract(chainId, "HubPool"),
]);

Expand Down

0 comments on commit aa22c30

Please sign in to comment.