mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 17:14:21 +01:00
add eclair integration
This commit is contained in:
@@ -26,6 +26,12 @@ namespace DockerGenerator
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
|
||||
public string EclairFragment
|
||||
{
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
|
||||
public static CryptoDefinition[] GetDefinitions()
|
||||
{
|
||||
@@ -43,7 +49,8 @@ namespace DockerGenerator
|
||||
Crypto = "btc",
|
||||
CryptoFragment = "bitcoin",
|
||||
CLightningFragment = "bitcoin-clightning",
|
||||
LNDFragment = "bitcoin-lnd"
|
||||
LNDFragment = "bitcoin-lnd",
|
||||
EclairFragment = "bitcoin-eclair"
|
||||
},
|
||||
new CryptoDefinition()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user