ops: Enable testnet4 in prod frontend configs

This commit is contained in:
wiz 2024-05-10 04:02:35 +09:00
parent a492223369
commit 8311e842bb
No known key found for this signature in database
GPG key ID: A394E332255A6173
3 changed files with 3 additions and 0 deletions

View file

@ -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,

View file

@ -1,6 +1,7 @@
{
"OFFICIAL_MEMPOOL_SPACE": true,
"TESTNET_ENABLED": true,
"TESTNET4_ENABLED": true,
"LIQUID_ENABLED": true,
"LIQUID_TESTNET_ENABLED": true,
"BISQ_ENABLED": true,

View file

@ -1,6 +1,7 @@
{
"OFFICIAL_MEMPOOL_SPACE": true,
"TESTNET_ENABLED": true,
"TESTNET4_ENABLED": true,
"LIQUID_ENABLED": true,
"LIQUID_TESTNET_ENABLED": true,
"BISQ_ENABLED": true,