Skip to content

Commit

Permalink
Update to using our own mempool instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Aug 6, 2023
1 parent 32658eb commit 586d116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ BITCOIN_ELECTRUM_API_MAINNET=18.217.213.66:50001
BITCOIN_ELECTRUM_API_TESTNET=18.217.213.66:60001
BITCOIN_ELECTRUM_API_SIGNET=18.217.213.66:60601
BITCOIN_ELECTRUM_API_REGTEST=localhost:50001
BITCOIN_EXPLORER_API_MAINNET=https://mempool.space/api
BITCOIN_EXPLORER_API_TESTNET=https://mempool.space/testnet/api
BITCOIN_EXPLORER_API_MAINNET=https://diba.mempool.space/api
BITCOIN_EXPLORER_API_TESTNET=https://diba.mempool.space/testnet/api
BITCOIN_EXPLORER_API_SIGNET=https://mutinynet.com/api
BITCOIN_EXPLORER_API_REGTEST=http://localhost:3000/regtest/api
# BITCOIN_EXPLORER_API_MAINNET=http://127.0.0.1:3000
Expand Down

0 comments on commit 586d116

Please sign in to comment.