Skip to content

Commit

Permalink
feat(interest): temp hardcode USDC in coinBalanceDropdown component
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jul 22, 2021
1 parent f191a1c commit cda1710
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ const getData = (state, ownProps: OwnProps) => {
includeInterest: false
})
break
case 'USDC':
addressDataR = getErc20AddressData(state, {
coin: 'USDC',
includeCustodial,
includeInterest: false
})
break
case 'USDT':
addressDataR = getErc20AddressData(state, {
coin: 'USDT',
Expand Down

0 comments on commit cda1710

Please sign in to comment.