Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
chore: s/blockstream.info/mempool.space/g
Browse files Browse the repository at this point in the history
  • Loading branch information
waldenraines committed Nov 20, 2023
1 parent 6a074e4 commit 6fd0c5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ which can export these data can be made to work with Caravan.
### Consensus

By default, Caravan uses a free API provided by
[blockstream.info](https://blockstream.info) whenever it needs
[mempool.space](https://mempool.space) whenever it needs
information about the bitcoin blockchain or to broadcast transactions.

You can ask Caravan to use your own private [bitcoind full
Expand Down
2 changes: 1 addition & 1 deletion src/components/ClientPicker/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const ClientPicker = ({
{client.type === "public" && (
<FormHelperText>
{"'Public' uses the "}
<code>blockstream.info</code>
<code>mempool.space</code>
{" API. Switch to private to use a "}
<code>bitcoind</code>
{" node."}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const Help = () => (
<p>
If you don&apos;t want to or cannot run your own full node,
Caravan defaults to using the freely available API at
<code> blockstream.info</code>.
<code> mempool.space</code>.
</p>
</CardContent>
</Card>
Expand Down

0 comments on commit 6fd0c5f

Please sign in to comment.