diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.BGold.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.BGold.cs index 797587791..27f30d10a 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.BGold.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.BGold.cs @@ -16,7 +16,7 @@ namespace BTCPayServer DefaultRateRules = new[] { "BTG_X = BTG_BTC * BTC_X", - "BTG_BTC = exmo(BTG_BTC)", + "BTG_BTC = gate(BTG_BTC)", }, CryptoImagePath = "imlegacy/btg.svg", LightningImagePath = "imlegacy/btg-lightning.svg",