Updated on 2026-08-14

This commit is contained in:
Tangem 2020-08-21 18:38:10 +03:00
parent 89fefa1883
commit 628d28f0b9

View file

@ -24,7 +24,9 @@ public class ServerApiPayId {
case Ripple: return "application/xrpl-mainnet+json";
case Bitcoin: return "application/btc-mainnet+json";
case Litecoin: return "application/ltc-mainnet+json";
case Cardano: return "application/ada-mainnet+json";
case Cardano:
case CardanoShelley:
return "application/ada-mainnet+json";
case Ducatus: return "application/duc-mainnet+json";
case BitcoinCash: return "application/bch-mainnet+json";
case Ethereum: