Support for Test Liquid Native Asset

This commit is contained in:
softsimon
2021-12-28 17:59:11 +04:00
parent fd34761a93
commit 504f46cad9
7 changed files with 28 additions and 11 deletions

View File

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