adding bullBitcoin as api fallback
This commit is contained in:
@@ -37,6 +37,10 @@ async function fetchTxidsFromBlockstream(
|
||||
name: 'Mempool.space',
|
||||
url: `https://mempool.space/api/address/${address}/txs`,
|
||||
},
|
||||
{
|
||||
name: 'mempool.bullbitcoin',
|
||||
url: `https://mempool.bullbitcoin.com/api/address/${address}/txs`,
|
||||
},
|
||||
{
|
||||
name: 'fbBLockstream',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user