Signet support in the frontend.

This commit is contained in:
softsimon
2021-02-20 23:12:22 +07:00
parent e0f609a5e9
commit da61a72283
10 changed files with 110 additions and 4 deletions

View File

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