Backend OFFICIAL config setting

This commit is contained in:
Mononaut
2024-03-04 18:29:26 +00:00
parent 5898143f66
commit 1518b3ccfb
15 changed files with 17 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ describe('Mempool Backend Config', () => {
expect(config.MEMPOOL).toStrictEqual({
ENABLED: true,
OFFICIAL: false,
NETWORK: 'mainnet',
BACKEND: 'none',
BLOCKS_SUMMARIES_INDEXING: false,