Skip to content

Commit

Permalink
Merge pull request #48 from maple-labs/fix/pool-manager
Browse files Browse the repository at this point in the history
fix: pool manager type
  • Loading branch information
michaelsmueller authored Sep 22, 2022
2 parents aeef138 + fa1e065 commit 7fe9804
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 7fe9804

Please sign in to comment.