Support BTC testnet4 in lightweight provider#363
Merged
Conversation
anderdc
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The testnet system now runs on Bitcoin testnet4 for BTC swaps. The lightweight provider only knew
testnet(testnet3) and pointed Esplora at Blockstream — which serves no testnet4 API.Changes
btc_api_bases:BTC_NETWORK=testnet4selectshttps://mempool.space/testnet4/api(the only public testnet4 Esplora; Blockstream returns an SPA shell, not API data).testnet4as a test network (NETWORKS['test']— testnet3/testnet4 share address + WIF params).:48332totestnet4..env.exampledocumentstestnet4as a validBTC_NETWORKvalue.Legacy
BTC_NETWORK=testnetis untouched — still resolves to the testnet3 Blockstream/mempool bases, so existing.envfiles keep working.Verification
https://mempool.space/testnet4/api/blocks/tip/height→ live (tip 135865).https://blockstream.info/testnet4/api/...→ SPA HTML, no API (confirmed dropped from defaults).ruff check/ruff formatclean.Docs PRs follow in allways-ui (agents page) and allways-docs-ui.