Update electrs version check

This commit is contained in:
Taylor Helsper 2021-10-02 14:59:06 -05:00
parent 01bd3ed027
commit f653f860c1

View File

@ -9,7 +9,7 @@ apps = [{"name": "bitcoin/bitcoin", "current_version_var
{"name": "lightninglabs/loop", "current_version_variable": "LOOP_VERSION"},
{"name": "lightninglabs/pool", "current_version_variable": "POOL_VERSION"},
{"name": "lightninglabs/lightning-terminal", "current_version_variable": "LIT_VERSION"},
{"name": "romanz/electrs", "current_version": "v0.8.9"},
{"name": "romanz/electrs", "current_version_variable": "ELECTRS_VERSION"},
{"name": "mempool/mempool", "current_version_variable": "MEMPOOL_VERSION"},
{"name": "Ride-The-Lightning/RTL", "current_version_variable": "RTL_VERSION"},
{"name": "janoside/btc-rpc-explorer", "current_version_variable": "BTCRPCEXPLORER_VERSION"},