fix: zcash naming

This commit is contained in:
Sérgio Salgado 2022-04-06 00:05:31 +01:00 committed by José Oliveira
parent 28924c059d
commit fe18b4990f

View file

@ -200,7 +200,7 @@ const ATMWallet = () => {
},
{
cryptoCode: 'ZEC',
name: 'Z-Cash',
name: 'Zcash',
amount: operatorData?.cryptoBalances.zec ?? 0,
fiatValue: operatorData?.assets.values.cryptoBalancesInFiat.zec ?? 0,
hedgedFiatValue: operatorData?.assets.values.hedgedContracts.zec ?? 0,