Skip to content

Commit

Permalink
fix: pool manager type
Browse files Browse the repository at this point in the history
  • Loading branch information
adriamarti committed Sep 21, 2022
1 parent aeef138 commit fa1e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ interface ContractTypes {
poolV2: poolV2Imports.Pool
poolDeployer: poolV2Imports.PoolDeployer
// PoolV2:poolManager
poolManager: poolV2Imports.PoolManager__factory
poolManager: poolV2Imports.PoolManager
poolManagerFactory: poolV2Imports.PoolManagerFactory__factory
poolManagerInitializer: poolV2Imports.PoolManagerInitializer__factory
// PoolV2:loanManager
Expand Down

0 comments on commit fa1e065

Please sign in to comment.