Skip to content

Commit

Permalink
Update pools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jin10086 committed Oct 18, 2020
1 parent 2df0c80 commit 6dbfd8e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/features/configure/pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6dbfd8e

Please sign in to comment.