Skip to content

Commit

Permalink
Merge pull request #408 from OasisDEX/daily-improvements-17-july-2
Browse files Browse the repository at this point in the history
Daily improvements - 17 July - Part 2
  • Loading branch information
juan-langa authored Jul 15, 2024
2 parents 45b9889 + b00dff1 commit 0a23be3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions utils/testData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,26 +152,27 @@ export const aaveV3EthereumMultiplyPools_3 = [
'WSTETH-USDT',
'WSTETH-LUSD',
'WSTETH-RPL',
'WSTETH-GHO',
// 'WSTETH-GHO', --> skipped as there is no GHO liquidity
];

export const aaveV3EthereumMultiplyPools_4 = [
'RETH-DAI',
'RETH-USDC',
'RETH-USDT',
'RETH-GHO',
// 'WEETH-GHO', --> WEETH supply 100%
// 'RETH-GHO', --> skipped as there is no GHO liquidity
// 'WEETH-GHO', --> WEETH supply 100%
];

export const aaveV3EthereumMultiplyPools_5 = ['CBETH-DAI', 'CBETH-USDC', 'CBETH-GHO'];
// 'LDO-USDT' skipped as tenderly_setErc20Balance is not working with LDO
export const aaveV3EthereumMultiplyPools_5 = ['CBETH-DAI', 'CBETH-USDC'];
// 'CBETH-GHO' --> skipped as there is no GHO liquidity
// 'LDO-USDT' --> skipped as tenderly_setErc20Balance is not working with LDO

export const aaveV3EthereumMultiplyPools_6 = [
'LINK-DAI',
'LINK-USDC',
'LINK-USDT',
'LINK-GHO',
'LINK-ETH',
// 'LINK-GHO', --> skipped as there is no GHO liquidity
];

export const aaveV3EthereumMultiplyPools_7 = [
Expand Down Expand Up @@ -264,7 +265,8 @@ export const aaveV3ArbitrumMultiplyPools_1 = [
// 'WEETH-USDC', --> WEETH supply 100%
];

export const aaveV3ArbitrumMultiplyPools_2 = ['RETH-DAI', 'RETH-USDC', 'WSTETH-DAI', 'WSTETH-USDC'];
// export const aaveV3ArbitrumMultiplyPools_2 = ['RETH-DAI', 'RETH-USDC', 'WSTETH-DAI', 'WSTETH-USDC'];
export const aaveV3ArbitrumMultiplyPools_2 = ['RETH-USDC'];

export const aaveV3ArbitrumMultiplyPools_3 = ['DAI-ETH', 'DAI-WBTC', 'USDC-ETH', 'USDC-WBTC'];

Expand Down

0 comments on commit 0a23be3

Please sign in to comment.