diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Althash.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Althash.cs index ed857b408..f052aef6c 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Althash.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Althash.cs @@ -11,7 +11,7 @@ namespace BTCPayServer Add(new BTCPayNetwork() { CryptoCode = nbxplorerNetwork.CryptoCode, - DisplayName = "Althash", + DisplayName = "Htmlcoin", BlockExplorerLink = NetworkType == ChainName.Mainnet ? "https://explorer.htmlcoin.com/api/tx/{0}" : "https://explorer.htmlcoin.com/api/tx/{0}", NBXplorerNetwork = nbxplorerNetwork, DefaultRateRules = new[] @@ -21,7 +21,7 @@ namespace BTCPayServer }, CryptoImagePath = "imlegacy/althash.png", DefaultSettings = BTCPayDefaultSettings.GetDefaultSettings(NetworkType), - CoinType = NetworkType == ChainName.Mainnet ? new KeyPath("88'") : new KeyPath("1'") + CoinType = NetworkType == ChainName.Mainnet ? new KeyPath("172'") : new KeyPath("1'") }); } } diff --git a/BTCPayServer.Rating/Currencies.json b/BTCPayServer.Rating/Currencies.json index 8d6f14b5f..bfaa0b674 100644 --- a/BTCPayServer.Rating/Currencies.json +++ b/BTCPayServer.Rating/Currencies.json @@ -1274,7 +1274,7 @@ "crypto":true }, { - "name":"Althash", + "name":"Htmlcoin", "code":"HTML", "divisibility":8, "symbol":null, diff --git a/BTCPayServer/wwwroot/imlegacy/althash.png b/BTCPayServer/wwwroot/imlegacy/althash.png index 060d16710..2307cb5b6 100644 Binary files a/BTCPayServer/wwwroot/imlegacy/althash.png and b/BTCPayServer/wwwroot/imlegacy/althash.png differ