diff --git a/deployments/mainnet/types/factories/contracts/pools/PoolCollectionType1V12__factory.ts b/deployments/mainnet/types/factories/contracts/pools/PoolCollectionType1V12__factory.ts index da09b27db..33a43b1e2 100644 --- a/deployments/mainnet/types/factories/contracts/pools/PoolCollectionType1V12__factory.ts +++ b/deployments/mainnet/types/factories/contracts/pools/PoolCollectionType1V12__factory.ts @@ -6,7 +6,7 @@ import type { PoolCollection, PoolCollectionInterface, -} from "../../../contracts/pools/PoolCollection"; +} from "../../../contracts/pools/PoolCollectionType1V12"; import type { Provider, TransactionRequest } from "@ethersproject/providers"; import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";