mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 13:54:25 +01:00
Merge branch 'feature/dash' of https://github.com/snogcel/btcpayserver-docker into snogcel-feature/dash
This commit is contained in:
@@ -71,12 +71,17 @@ namespace DockerGenerator
|
||||
Crypto = "via",
|
||||
CryptoFragment = "viacoin"
|
||||
},
|
||||
new CryptoDefinition()
|
||||
new CryptoDefinition()
|
||||
{
|
||||
Crypto = "dash",
|
||||
CryptoFragment = "dash"
|
||||
},
|
||||
new CryptoDefinition()
|
||||
{
|
||||
Crypto = "doge",
|
||||
CryptoFragment = "dogecoin"
|
||||
},
|
||||
new CryptoDefinition()
|
||||
new CryptoDefinition()
|
||||
{
|
||||
Crypto = "mona",
|
||||
CryptoFragment = "monacoin"
|
||||
|
||||
Reference in New Issue
Block a user