Skip to content

Commit

Permalink
Stake Workout
Browse files Browse the repository at this point in the history
  • Loading branch information
doyledyp committed Sep 28, 2020
1 parent 76644ed commit c72197a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/state/stake/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ChainId, CurrencyAmount, JSBI, Token, TokenAmount, WETH, Pair } from '@uniswap/sdk'
import { useMemo } from 'react'
import { UNI, USDC, USDT, WBTC, DYP } from '../../constants'
import { DAI, UNI, USDC, USDT, WBTC, DYP } from '../../constants'
// import { DAI, UNI, USDC, USDT, WBTC, DYP } from '../../constants'
import { STAKING_REWARDS_INTERFACE } from '../../constants/abis/staking-rewards'
import { useActiveWeb3React } from '../../hooks'
Expand All @@ -19,11 +19,6 @@ export const STAKING_REWARDS_INFO: {
}[]
} = {
[ChainId.MAINNET]: [
// {
// // stakingRewardAddress: address of liq pool
// tokens: [WETH[ChainId.MAINNET], DAI],
// stakingRewardAddress: '0xa1484C3aa22a66C62b77E0AE78E15258bd0cB711'
// },
{
// stakingRewardAddress: address of liq pool
tokens: [DYP, WETH[ChainId.MAINNET]],
Expand All @@ -40,6 +35,11 @@ export const STAKING_REWARDS_INFO: {
{
tokens: [DYP, WBTC],
stakingRewardAddress: '0xCA35e32e7926b96A9988f61d510E038108d8068e'
},
{
// stakingRewardAddress: address of liq pool
tokens: [WETH[ChainId.MAINNET], DAI],
stakingRewardAddress: '0xa1484C3aa22a66C62b77E0AE78E15258bd0cB711'
}
]
}
Expand Down

0 comments on commit c72197a

Please sign in to comment.