Skip to content

Commit

Permalink
Tests are failing. Trying mempool.space API again.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Aug 6, 2023
1 parent 74def52 commit 08d06a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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://blockstream.info/api
BITCOIN_EXPLORER_API_TESTNET=https://blockstream.info/testnet/api
BITCOIN_EXPLORER_API_MAINNET=https://mempool.space/api
BITCOIN_EXPLORER_API_TESTNET=https://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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitmask-core"
version = "0.6.3-rc.5"
version = "0.6.3-rc.6"
authors = [
"Jose Diego Robles <[email protected]>",
"Hunter Trujillo <[email protected]>",
Expand Down

0 comments on commit 08d06a2

Please sign in to comment.