Skip to content

Commit

Permalink
test: remove cryptoswaps
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Oct 14, 2024
1 parent 70ad59b commit 6ad9326
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/integration/curve_pools/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,5 @@ def stableswap_pool(stableswap_factory, vault, dev_address, pool_tokens):
# Approve pool to spend vault tokens
token["contract"].approve(pool, 2**256 - 1, sender=dev_address)
dev_balances.append(token["contract"].balanceOf(dev_address))
# print(f"{[token["name"] for token in pool_tokens]}")
# print(f" vault balance: {vault.balanceOf(dev_address)/1e18}")
# print(f" vault supply: {vault.totalSupply()/1e18}")
pool.add_liquidity(dev_balances, 0, dev_address, sender=dev_address)
return pool


@pytest.fixture()
def twocrypto_pool(vault, pair_cryptocoin): ...


@pytest.fixture()
def tricrypto_pool(vault): ...

0 comments on commit 6ad9326

Please sign in to comment.