use wrapped eth

This commit is contained in:
Barry Gitarts 2019-02-07 15:15:31 -05:00
parent 448c38b7ee
commit 4d1b4f849c
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ export const TOKEN_COIN_API = 'https://raw.githubusercontent.com/TrustWallet/tok
export const TOKEN_API = 'https://raw.githubusercontent.com/TrustWallet/tokens/master/tokens'
export const currencies = [
{
value: 'ETH',
label: 'Ether',
value: 'WETH',
label: 'Wrapped Ether',
img: `${TOKEN_COIN_API}/60.png`,
width: '10%'
width: '5%'
},
{
value: SNT._address,
@ -22,7 +22,7 @@ export const currencies = [
value: '0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359',
label: 'DAI',
img: `${TOKEN_API}/0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359.png`,
width: '10%'
width: '5%'
}
]