mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
12 lines
295 B
Python
12 lines
295 B
Python
API_VERSION = "v0.5.0beta"
|
|
|
|
available_app_ids = {
|
|
"btc-rpc-explorer",
|
|
"rtl",
|
|
# Specter is deactivated for now because it uses its own selfsigned HTTPS cert that makes trouble in chome on last test
|
|
# "specter",
|
|
"btcpayserver",
|
|
"lnbits",
|
|
"mempool",
|
|
"thunderhub",
|
|
}
|