Skip to content

Commit

Permalink
chore: remove usdn pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Macket committed Feb 5, 2024
1 parent 7c9479e commit e4dc6d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ brownie test --network mainnet-fork
To run for particular pools:

```bash
brownie test --pools 3pool,compound,aave,usdn,tusd,tricrypto2,crveth --network mainnet-fork
brownie test --pools 3pool,compound,aave,musd,tusd,tricrypto2,crveth --network mainnet-fork
```

To run only for underlying/wrapped coins:
Expand Down
32 changes: 0 additions & 32 deletions contracts/pools/usdn/pooldata.json

This file was deleted.

4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from brownie.project.main import get_loaded_projects

POOLS = ['3pool', 'aave', 'aeth', 'bbtc', 'busd', 'compound', 'dusd', 'gusd', 'hbtc', 'husd', 'ib', 'link', 'musd', 'obtc',
'pax', 'pbtc', 'ren', 'reth', 'rsv', 'saave', 'sbtc', 'seth', 'steth', 'susd', 'tbtc', 'usdk', 'usdn', 'usdp', 'usdt',
'pax', 'pbtc', 'ren', 'reth', 'rsv', 'saave', 'sbtc', 'seth', 'steth', 'susd', 'tbtc', 'usdk', 'usdp', 'usdt',
'ust', 'y', 'tricrypto2', 'eurt', 'eurtusd', 'crveth', 'cvxeth', 'tusd', 'veth', 'usdv'] # 'eurs'

LENDING_POOLS = ['compound', 'usdt', 'y', 'busd', 'pax', 'aave', 'saave', 'ib']
META_POOLS = ['gusd', 'husd', 'usdk', 'usdn', 'musd', 'rsv', 'tbtc', 'dusd', 'pbtc', 'bbtc', 'obtc', 'ust', 'usdp', 'eurtusd', 'usdv']
META_POOLS = ['gusd', 'husd', 'usdk', 'musd', 'rsv', 'tbtc', 'dusd', 'pbtc', 'bbtc', 'obtc', 'ust', 'usdp', 'eurtusd', 'usdv']
FACTORY_POOOLS = ['tusd'] # 'frax', 'lusd', 'busdv2', 'alusd', 'mim'
WETH_POOLS = ['tricrypto2', 'crveth', 'cvxeth']

Expand Down

0 comments on commit e4dc6d3

Please sign in to comment.