From f3215a418b542063dc4ca2872a700555dc1fc818 Mon Sep 17 00:00:00 2001 From: Hunter Trujillo Date: Sat, 5 Aug 2023 23:27:02 -0600 Subject: [PATCH] Configure to use our proxy to external mempool. --- .env | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index e3759143..8be19343 100644 --- a/.env +++ b/.env @@ -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 diff --git a/Cargo.lock b/Cargo.lock index c2c06523..360e3dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" [[package]] name = "bitmask-core" -version = "0.6.3-rc.6" +version = "0.6.3-rc.7" dependencies = [ "amplify", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4ebeb51b..dc4059d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitmask-core" -version = "0.6.3-rc.6" +version = "0.6.3-rc.7" authors = [ "Jose Diego Robles ", "Hunter Trujillo ",