From 21c847c949082876b9610750835633b03578a113 Mon Sep 17 00:00:00 2001 From: Hans Wang Date: Fri, 20 Oct 2023 00:50:58 -0700 Subject: [PATCH] supply speed 0 cause weird scenario test failure --- deployments/goerli/usdt/configuration.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/goerli/usdt/configuration.json b/deployments/goerli/usdt/configuration.json index 918590003..836e43a7e 100644 --- a/deployments/goerli/usdt/configuration.json +++ b/deployments/goerli/usdt/configuration.json @@ -3,7 +3,7 @@ "symbol": "cUSDTv3", "baseToken": "USDT", "baseTokenPriceFeed": "0xAb5c49580294Aff77670F839ea425f5b78ab3Ae7", - "borrowMin": "1e0", + "borrowMin": "1e6", "governor": "0x8Fa336EB4bF58Cfc508dEA1B0aeC7336f55B1399", "pauseGuardian": "0x8Fa336EB4bF58Cfc508dEA1B0aeC7336f55B1399", "storeFrontPriceFactor": 0.5, @@ -21,8 +21,8 @@ "rewardToken": "COMP", "tracking": { "indexScale": "1e15", - "baseSupplySpeed": "0", - "baseBorrowSpeed": "0", + "baseSupplySpeed": "0e18", + "baseBorrowSpeed": "0e18", "baseMinForRewards": "500e6" }, "assets": {