diff --git a/scripts/hubpool.ts b/scripts/hubpool.ts index d78a4c3b6..312f18349 100644 --- a/scripts/hubpool.ts +++ b/scripts/hubpool.ts @@ -160,7 +160,7 @@ async function search(args: Record, _signer: Wallet): P } const [configStore, hubPool] = await Promise.all([ - utils.getContract(chainId, "ConfigStore"), + utils.getContract(chainId, "AcrossConfigStore"), utils.getContract(chainId, "HubPool"), ]);