btcpayserver/BTCPayServer/Services/Altcoins/Ethereum/EthereumStoreNavExtension.cs

12 lines
259 B
C#
Raw Normal View History

#if ALTCOINS
using BTCPayServer.Contracts;
namespace BTCPayServer.Services.Altcoins.Ethereum
{
public class EthereumStoreNavExtension: IStoreNavExtension
{
public string Partial { get; } = "Ethereum/StoreNavEthereumExtension";
}
}
#endif