Skip to content

Commit

Permalink
fix: decimal for usdc_b and usdt_t (#291)
Browse files Browse the repository at this point in the history
* fix: decimal for usdc_b and usdt_t

* remove rebranding banner
  • Loading branch information
viet-nv authored Mar 13, 2022
1 parent aab6251 commit 1c89ed7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { ButtonDark } from './components/ButtonStyled'
import { useExchangeClient, useLatestBlocks } from './contexts/Application'
import useTheme from './hooks/useTheme'
import BottomBar from './components/BottomBar'
import KyberSwapAnounce from './components/KyberSwapAnnounce'

const AppWrapper = styled.div`
position: relative;
Expand Down Expand Up @@ -105,7 +104,6 @@ const Marginer = styled.div`
const LayoutWrapper = ({ children, savedOpen, setSavedOpen }) => {
return (
<>
<KyberSwapAnounce />
<ContentWrapper open={savedOpen}>
<SideNav />
<BottomBar />
Expand Down
2 changes: 1 addition & 1 deletion src/constants/tokenLists/bsc.tokenlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const BSC_TOKEN_LIST = {
symbol: 'DFH',
name: 'DefiHouse',
decimals: 18,
logoURI: 'https://i.imgur.com/6pYW2pS.png',
logoURI: 'https://i.imgur.com/nQryhVr.jpg',
},
}

Expand Down
2 changes: 1 addition & 1 deletion src/constants/tokenLists/bttc.tokenlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const BTTC_TOKEN_ARRAY = [
chainId: 199,
address: '0xdB28719F7f938507dBfe4f0eAe55668903D34a15',
symbol: 'USDT_t',
decimals: 18,
decimals: 6,
name: 'Tether USD_TRON',
logoURI: 'https://coin.top/production/logo/usdtlogo.png',
},
Expand Down

0 comments on commit 1c89ed7

Please sign in to comment.