* Add eclair for GRS and fix GRS LND * Make eclair scripts executable * Make some missed scripts executable * Updated documentation and build all images script * Revert "Updated documentation and build all images script" This reverts commit 42ed8eae692c076baee638accd06c5543a40cc26. * Update Documentation and all build images * Revert "Make some missed scripts executable" This reverts commit fd0da4c52a5b36ff6140cc84ebf358a2535ab9b0. * Update Program.cs * Make build all images script executable again * run update-repo.sh
87 lines
1.9 KiB
JSON
87 lines
1.9 KiB
JSON
[
|
|
{
|
|
"Crypto": "ltc",
|
|
"CryptoFragment": "litecoin",
|
|
"CLightningFragment": "litecoin-clightning",
|
|
"LNDFragment": "litecoin-lnd",
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "btc",
|
|
"CryptoFragment": "bitcoin",
|
|
"CLightningFragment": "bitcoin-clightning",
|
|
"LNDFragment": "bitcoin-lnd",
|
|
"EclairFragment": "bitcoin-eclair"
|
|
},
|
|
{
|
|
"Crypto": "btx",
|
|
"CryptoFragment": "bitcore",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": null,
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "btg",
|
|
"CryptoFragment": "bgold",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": "bgold-lnd",
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "ftc",
|
|
"CryptoFragment": "feathercoin",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": null,
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "grs",
|
|
"CryptoFragment": "groestlcoin",
|
|
"CLightningFragment": "groestlcoin-clightning",
|
|
"LNDFragment": "groestlcoin-lnd",
|
|
"EclairFragment": "groestlcoin-eclair"
|
|
},
|
|
{
|
|
"Crypto": "via",
|
|
"CryptoFragment": "viacoin",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": null,
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "dash",
|
|
"CryptoFragment": "dash",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": null,
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "doge",
|
|
"CryptoFragment": "dogecoin",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": null,
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "mona",
|
|
"CryptoFragment": "monacoin",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": null,
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "xmr",
|
|
"CryptoFragment": "monero",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": null,
|
|
"EclairFragment": null
|
|
},
|
|
{
|
|
"Crypto": "lbtc",
|
|
"CryptoFragment": "liquid",
|
|
"CLightningFragment": null,
|
|
"LNDFragment": null,
|
|
"EclairFragment": null
|
|
}
|
|
]
|