Adding support for optional frontend config.
Dropdown network selector is hidden by default, and enabled using config. fixes #79
This commit is contained in:
6
frontend/mempool-frontend-config.sample.json
Normal file
6
frontend/mempool-frontend-config.sample.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"TESTNET_ENABLED": false,
|
||||
"LIQUID_ENABLED": false,
|
||||
"ELCTRS_ITEMS_PER_PAGE": 25,
|
||||
"KEEP_BLOCKS_AMOUNT": 8
|
||||
}
|
||||
Reference in New Issue
Block a user