stratum backend config

This commit is contained in:
Mononaut
2024-09-06 17:44:56 +00:00
parent 4ecf2eb679
commit eddd7344ad
5 changed files with 27 additions and 2 deletions

View File

@@ -159,6 +159,11 @@ describe('Mempool Backend Config', () => {
PAID: false,
API_KEY: '',
});
expect(config.STRATUM).toStrictEqual({
ENABLED: false,
API: 'http://127.0.0.1:1234',
});
});
});