Add CURRENCY_API_KEY option to config files

This commit is contained in:
natsoni
2024-03-07 10:36:33 +01:00
parent e8c5d478fa
commit bfaddfc345
7 changed files with 13 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ describe('Mempool Backend Config', () => {
ALLOW_UNREACHABLE: true,
PRICE_UPDATES_PER_HOUR: 1,
MAX_TRACKED_ADDRESSES: 1,
CURRENCY_API_KEY: ''
});
expect(config.ELECTRUM).toStrictEqual({ HOST: '127.0.0.1', PORT: 3306, TLS_ENABLED: true });