Fix Volta token name in configuration

This commit is contained in:
Daniel Sanchez 2021-04-08 18:40:13 +02:00
parent ad472f3d5f
commit 98719f8e6f

View File

@ -36,8 +36,8 @@ const mainnet: NetworkConfig = {
isTestNet: true,
nativeCoin: {
address: '0x0000000000000000000000000000000000000000',
name: 'Energy web token',
symbol: 'EWT',
name: 'Volta Token',
symbol: 'VT',
decimals: 18,
logoUri: EwcLogo,
},