From 6dbfd8e39cdda421b2606727a53e41f7ca0405b0 Mon Sep 17 00:00:00 2001 From: jin10086 Date: Sun, 18 Oct 2020 09:51:41 +0800 Subject: [PATCH] Update pools.js --- src/features/configure/pools.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/features/configure/pools.js b/src/features/configure/pools.js index 6c4fe06c7..be859110c 100644 --- a/src/features/configure/pools.js +++ b/src/features/configure/pools.js @@ -89,6 +89,21 @@ export const pools = [ pastPricePerFullShare: 1 }, { + id: 'husd', + name: 'HUSD', + token: 'HUSD', + tokenDescription: 'HUSD', + tokenAddress: '0xdF574c24545E5FfEcb9a659c229253D4111d87e1', + tokenDecimals: 8, + tokenDescriptionUrl: '', + tokenDescriptionUrl2: '', + earnedToken: 'iHUSD', + earnedTokenAddress: '0x27cD6c92Ef1e5aa5286EFA1Ede3AEbDaD623Bf3b', + earnContractAddress: '0x27cD6c92Ef1e5aa5286EFA1Ede3AEbDaD623Bf3b', + defaultApy: "42.63", + pricePerFullShare: 1, + pastPricePerFullShare: 1 + },{ id: 'busd', name: 'BUSD', token: 'BUSD',