CAKE-238 | added ADA address type to the address_validator.dart

This commit is contained in:
OleksandrSobol 2021-01-13 19:39:38 +02:00
parent 7ba379f388
commit bcdd7bca27

View file

@ -54,7 +54,7 @@ class AddressValidator extends TextValidator {
case CryptoCurrency.xmr:
return [95, 106];
case CryptoCurrency.ada:
return [59, 92, 105];
return [59, 92, 104, 105];
case CryptoCurrency.bch:
return [42];
case CryptoCurrency.bnb: