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

OleksandrSobol committed Jan 13, 2021 at 19:39 UTC bcdd7bca27e7db17bf8cae450d3e7440446e3f84
1 file changed +1 -1
lib/core/address_validator.dart
+1 -1
@@ -54,7 +54,7 @@ class AddressValidator extends TextValidator {
54 case CryptoCurrency.xmr:
55 return [95, 106];
56 case CryptoCurrency.ada:
57 - return [59, 92, 105];
57 + return [59, 92, 104, 105];
58 case CryptoCurrency.bch:
59 return [42];
60 case CryptoCurrency.bnb: