revert "add network regtest" 1f0ae60

This commit is contained in:
Antoni Spaanderman
2022-03-08 19:59:18 +01:00
parent 27f6654299
commit cd14a91523
15 changed files with 6 additions and 121 deletions

View File

@@ -2,7 +2,7 @@ const configFile = require('../mempool-config.json');
interface IConfig {
MEMPOOL: {
NETWORK: 'mainnet' | 'testnet' | 'signet' | 'regtest' | 'liquid' | 'liquidtestnet';
NETWORK: 'mainnet' | 'testnet' | 'signet' | 'liquid' | 'liquidtestnet';
BACKEND: 'esplora' | 'electrum' | 'none';
HTTP_PORT: number;
SPAWN_CLUSTER_PROCS: number;