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 7e73408 commit e24e634Copy full SHA for e24e634
modules/brownfiv1_liquidity_module.py
@@ -68,6 +68,7 @@ def get_amount_out(
68
output_token: Token,
69
input_amount: int,
70
) -> tuple[int | None, int | None]:
71
+ # TODO: get_amount_out of LP position, mint and burn
72
reserve_in = 0
73
reserve_out = 0
74
oracle_price = int(pool_state.get('fetch_oracle_price'))
0 commit comments