usdcpoly -> usdcmatic for ChangeNOW

This commit is contained in:
Justin Ehrenhofer 2023-01-25 11:09:02 -06:00
parent db72849bfd
commit 3b23f68b27

View file

@ -271,6 +271,8 @@ class ChangeNowExchangeProvider extends ExchangeProvider {
switch(currency) {
case CryptoCurrency.zec:
return 'zec';
case CryptoCurrency.usdcpoly:
return 'usdcmatic';
default:
return currency.title.toLowerCase();
}