mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
chore: 🔧 change to mempool api for fees
This commit is contained in:
parent
1b45f57180
commit
704b04c542
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ describe('Bitcoin Resolvers', () => {
|
|||
expect(res.errors).toBe(undefined);
|
||||
|
||||
expect(fetchMock).toBeCalledWith(
|
||||
'https://bitcoinfees.earn.com/api/v1/fees/recommended'
|
||||
'https://mempool.space/api/v1/fees/recommended'
|
||||
);
|
||||
expect(res).toMatchSnapshot();
|
||||
});
|
||||
|
|
|
@ -13,7 +13,7 @@ export const appUrls = {
|
|||
tbase,
|
||||
oneml: 'https://1ml.com/node/',
|
||||
blockchain: 'https://www.blockchain.com/btc/tx/',
|
||||
fees: 'https://bitcoinfees.earn.com/api/v1/fees/recommended',
|
||||
fees: 'https://mempool.space/api/v1/fees/recommended',
|
||||
ticker: 'https://blockchain.info/ticker',
|
||||
hodlhodl: 'https://hodlhodl.com/api',
|
||||
github: 'https://api.github.com/repos/apotdevin/thunderhub/releases/latest',
|
||||
|
|
Loading…
Add table
Reference in a new issue