Commit 1b95066b authored by bitsoko services's avatar bitsoko services 👷🏿

Update pools.py

parent 192b6138
Pipeline #1103 failed with stage
in 0 seconds
......@@ -27,7 +27,7 @@ def add_liquidity(client, account, amount, aID1, aID2):
# Fetch the pool we will work with
pool = client.fetch_pool(ASA, BTC)
# Get a quote for supplying liquidity 10 token and 500 satoshis
quote = pool.fetch_mint_quote(ASA(1_000_000), BTC(1_0), slippage=0.01)
quote = pool.fetch_mint_quote(ASA(1_000_000_0), BTC(1_0), slippage=0.01)
print(quote)
#return
excess = pool.fetch_excess_amounts()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment