Skip to content

Commit

Permalink
Configure to use our proxy to external mempool.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Aug 6, 2023
1 parent 586d116 commit f3215a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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://diba.mempool.space/api
BITCOIN_EXPLORER_API_TESTNET=https://diba.mempool.space/testnet/api
BITCOIN_EXPLORER_API_MAINNET=https://mempool.diba.io/api
BITCOIN_EXPLORER_API_TESTNET=https://mempool.diba.io/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.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6"
version = "0.6.3-rc.7"
authors = [
"Jose Diego Robles <[email protected]>",
"Hunter Trujillo <[email protected]>",
Expand Down

0 comments on commit f3215a4

Please sign in to comment.