We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61c12d commit 2b761d2Copy full SHA for 2b761d2
contracts/zaps/CreateFromPool.vy
@@ -18,8 +18,8 @@ POOL_PRICE_ORACLE_BLUEPRINT: public(immutable(address))
18
19
20
@deploy
21
-def __init__(_factory: address, _pool_price_oracle_blueprint: address):
22
- FACTORY = ILendingFactory(_factory)
+def __init__(_factory: ILendingFactory, _pool_price_oracle_blueprint: address):
+ FACTORY = _factory
23
POOL_PRICE_ORACLE_BLUEPRINT = _pool_price_oracle_blueprint
24
25
0 commit comments