Updated on 2026-08-14
This commit is contained in:
commit
ab4e6a0f08
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue