Skip to content

Commit

Permalink
Update PoolCollectionType1V12__factory.ts
Browse files Browse the repository at this point in the history
fixed typechain reference
  • Loading branch information
yudilevi authored Sep 13, 2023
1 parent 571ebc3 commit e14a077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit e14a077

Please sign in to comment.