diff --git a/backend/src/config.ts b/backend/src/config.ts index aca412e82..9c1762378 100644 --- a/backend/src/config.ts +++ b/backend/src/config.ts @@ -6,7 +6,7 @@ interface IConfig { MEMPOOL: { ENABLED: boolean; OFFICIAL: boolean; - NETWORK: 'mainnet' | 'testnet' | 'signet' | 'liquid' | 'liquidtestnet' | 'regtest'; + NETWORK: 'mainnet' | 'testnet' | 'testnet4' | 'signet' | 'liquid' | 'liquidtestnet' | 'regtest'; BACKEND: 'esplora' | 'electrum' | 'none'; HTTP_PORT: number; UNIX_SOCKET_PATH: string;