Updated on 2026-08-14

This commit is contained in:
Tangem 2020-08-25 15:00:41 +03:00
commit ab4e6a0f08

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: