From a9e8350e2315cce135e3bfd118a14914e55ded5e Mon Sep 17 00:00:00 2001 From: Zer0dot Date: Thu, 4 Feb 2021 19:55:31 -0500 Subject: [PATCH] Updated UniAAVEWETH price for tests. --- markets/uniswap/commons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markets/uniswap/commons.ts b/markets/uniswap/commons.ts index b037f859..fda18c55 100644 --- a/markets/uniswap/commons.ts +++ b/markets/uniswap/commons.ts @@ -30,7 +30,7 @@ const MOCK_CHAINLINK_AGGREGATORS_PRICES = { UniWETH: oneEther.toFixed(), UniDAIWETH: oneEther.multipliedBy('22.407436').toFixed(), UniWBTCWETH: oneEther.multipliedBy('22.407436').toFixed(), - UniAAVEWETH: oneEther.multipliedBy('22.407436').toFixed(), + UniAAVEWETH: oneEther.multipliedBy('0.003620948469').toFixed(), UniBATWETH: oneEther.multipliedBy('22.407436').toFixed(), UniUSDCDAI: oneEther.multipliedBy('22.407436').toFixed(), UniCRVWETH: oneEther.multipliedBy('22.407436').toFixed(),