Skip to content

Commit 1e9f279

Browse files
committed
fix: switch mempool.space to blockstream.info
1 parent 5715da1 commit 1e9f279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FO_BIND="127.0.0.1:3000"
33
# provide as a query param (`?host=`) or percent-encode (`%2F`)
44
FO_DATABASE="postgres://${PGUSER}@/${PGDATABASE}?host=${PGHOST}&port=${PGPORT}"
55
FO_ADMIN_AUTH="foobar"
6-
FO_MEMPOOL_URL="https://mempool.space/api"
6+
FO_MEMPOOL_URL="https://blockstream.info/api"

0 commit comments

Comments
 (0)