Set kraken as default rate source for CAD

This commit is contained in:
nicolas.dorier 2025-01-17 14:14:58 +09:00
parent b13d0a4300
commit 846fa30be1
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -526,6 +526,7 @@ o.GetRequiredService<IEnumerable<IPaymentLinkExtension>>().ToDictionary(o => o.P
{
{ "EUR", "kraken" },
{ "USD", "kraken" },
{ "CAD", "kraken" },
{ "GBP", "kraken" },
{ "CHF", "kraken" },
{ "GTQ", "bitpay" },