mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Set kraken as default rate source for CAD
This commit is contained in:
parent
b13d0a4300
commit
846fa30be1
1 changed files with 1 additions and 0 deletions
|
@ -526,6 +526,7 @@ o.GetRequiredService<IEnumerable<IPaymentLinkExtension>>().ToDictionary(o => o.P
|
|||
{
|
||||
{ "EUR", "kraken" },
|
||||
{ "USD", "kraken" },
|
||||
{ "CAD", "kraken" },
|
||||
{ "GBP", "kraken" },
|
||||
{ "CHF", "kraken" },
|
||||
{ "GTQ", "bitpay" },
|
||||
|
|
Loading…
Add table
Reference in a new issue