Paid currency api support

This commit is contained in:
softsimon
2024-04-12 14:06:12 +09:00
parent 061d341d8b
commit 55c4d4d03d
7 changed files with 16 additions and 5 deletions

View File

@@ -151,6 +151,7 @@ describe('Mempool Backend Config', () => {
expect(config.FIAT_PRICE).toStrictEqual({
ENABLED: true,
PAID: false,
API_KEY: '',
});
});