Add ETH support (#337)

This commit is contained in:
xpayserver 2020-10-01 16:25:24 +02:00 committed by GitHub
parent dec2e42b9b
commit 2a0638f3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -82,5 +82,12 @@
"CLightningFragment": null, "CLightningFragment": null,
"LNDFragment": null, "LNDFragment": null,
"EclairFragment": null "EclairFragment": null
},
{
"Crypto": "eth",
"CryptoFragment": "ethereum",
"CLightningFragment": null,
"LNDFragment": null,
"EclairFragment": null
} }
] ]

View File

@ -0,0 +1,6 @@
version: "3"
services:
btcpayserver:
environment:
BTCPAY_CHAINS: "eth"