Skip to content
Draft
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
1 change: 1 addition & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ JSON over RESTful HTTP. Amounts are always represented in satoshis.
The blockstream.info public APIs are available at:
- Bitcoin: https://blockstream.info/api/
- Bitcoin Testnet: https://blockstream.info/testnet/api/
- Bitcoin Testnet4: https://blockstream.info/testnet4/api/
- Bitcoin Signet: https://blockstream.info/signet/api/
- Liquid: https://blockstream.info/liquid/api/
- Liquid Testnet: https://blockstream.info/liquidtestnet/api/
Expand Down
1 change: 1 addition & 0 deletions client/src/views/nav-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default () =>
<li><a href={`${siteRoot}/`} rel="external">Bitcoin</a></li>
<li><a href={`${siteRoot}/liquid/`} rel="external">Liquid Network</a></li>
<li><a href={`${siteRoot}/testnet/`} rel="external">Bitcoin Testnet</a></li>
<li><a href={`${siteRoot}/testnet4/`} rel="external">Bitcoin Testnet4</a></li>
<li><a href={`${siteRoot}/liquidtestnet/`} rel="external">Liquid Testnet</a></li>
</ul>
<h4 className="menu-title font-h5">Developer Tools</h4>
Expand Down
1 change: 1 addition & 0 deletions flavors/blockstream/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export MENU_ITEMS='{
"Bitcoin": "/"
, "Liquid": "/liquid/"
, "Bitcoin Testnet": "/testnet/"
, "Bitcoin Testnet4": "/testnet4/"
, "Liquid Testnet": "/liquidtestnet/"
}'

Expand Down