Skip to content

Commit

Permalink
test: cvgeth, tricryptoUSDT
Browse files Browse the repository at this point in the history
  • Loading branch information
Macket committed Jul 10, 2024
1 parent 8039278 commit 4662f45
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
18 changes: 18 additions & 0 deletions contracts/pools/cvgeth/pooldata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"lp_contract": "CurveTokenV3",
"swap_address": "0x004c167d27ada24305b76d80762997fa6eb8d9b2",
"lp_token_address": "0x004c167d27ada24305b76d80762997fa6eb8d9b2",
"gauge_addresses": ["0x16a3a047fc1d388d5846a73acdb475b11228c299"],
"coins": [
{
"name": "WETH",
"decimals": 18,
"underlying_address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
},
{
"name": "CVG",
"decimals": 18,
"underlying_address": "0x97effb790f2fbb701d88f89db4521348a2b77be8"
}
]
}
23 changes: 23 additions & 0 deletions contracts/pools/tricryptoUSDT/pooldata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"lp_contract": "CurveTokenV3",
"swap_address": "0xf5f5b97624542d72a9e06f04804bf81baa15e2b4",
"lp_token_address": "0xf5f5b97624542d72a9e06f04804bf81baa15e2b4",
"gauge_addresses": ["0xf29fff074f5cf755b55fbb3eb10a29203ac91ea2"],
"coins": [
{
"name": "USDT",
"decimals": 6,
"underlying_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7"
},
{
"name": "WBTC",
"decimals": 8,
"underlying_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"
},
{
"name": "WETH",
"decimals": 18,
"underlying_address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
}
]
}
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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', 'usdp', 'usdt',
'y', 'tricrypto2', 'eurt', 'eurtusd', 'cvxeth', 'tusd', 'veth', 'usdv', 'paypool', 'mkusd'] # 'eurs'
'y', 'tricrypto2', 'eurt', 'eurtusd', 'cvxeth', 'tusd', 'veth', 'usdv', 'paypool', 'mkusd', 'cvgeth', 'tricryptoUSDT'] # 'eurs'

LENDING_POOLS = ['compound', 'usdt', 'y', 'busd', 'pax', 'aave', 'saave', 'ib']
META_POOLS = ['gusd', 'husd', 'usdk', 'musd', 'rsv', 'tbtc', 'dusd', 'pbtc', 'bbtc', 'obtc', 'usdp', 'eurtusd', 'usdv', 'mkusd']
Expand Down

0 comments on commit 4662f45

Please sign in to comment.