Add separate config for mainnet, testnet and signet.

This commit is contained in:
softsimon
2022-12-01 19:48:57 +09:00
parent 75459729ad
commit 2cd98c7c04
3 changed files with 30 additions and 9 deletions

View File

@@ -17,6 +17,8 @@
"LIQUID_WEBSITE_URL": "https://liquid.network",
"BISQ_WEBSITE_URL": "https://bisq.markets",
"MINING_DASHBOARD": true,
"BLOCK_AUDIT_START_HEIGHT": 0,
"MAINNET_BLOCK_AUDIT_START_HEIGHT": 0,
"TESTNET_BLOCK_AUDIT_START_HEIGHT": 0,
"SIGNET_BLOCK_AUDIT_START_HEIGHT": 0,
"LIGHTNING": false
}