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

chore: s/blockstream.info/mempool.space/g #347

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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