mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
ops: Enable testnet4 in prod frontend configs
This commit is contained in:
parent
a492223369
commit
8311e842bb
3 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
"BASE_MODULE": "liquid",
|
||||
"OFFICIAL_MEMPOOL_SPACE": true,
|
||||
"TESTNET_ENABLED": true,
|
||||
"TESTNET4_ENABLED": true,
|
||||
"LIQUID_ENABLED": true,
|
||||
"LIQUID_TESTNET_ENABLED": true,
|
||||
"BISQ_ENABLED": true,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"OFFICIAL_MEMPOOL_SPACE": true,
|
||||
"TESTNET_ENABLED": true,
|
||||
"TESTNET4_ENABLED": true,
|
||||
"LIQUID_ENABLED": true,
|
||||
"LIQUID_TESTNET_ENABLED": true,
|
||||
"BISQ_ENABLED": true,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"OFFICIAL_MEMPOOL_SPACE": true,
|
||||
"TESTNET_ENABLED": true,
|
||||
"TESTNET4_ENABLED": true,
|
||||
"LIQUID_ENABLED": true,
|
||||
"LIQUID_TESTNET_ENABLED": true,
|
||||
"BISQ_ENABLED": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue