stacks-blockchain-api
stacks-blockchain-api copied to clipboard
Remove BTC faucet
I'm pretty sure the BTC faucet is not being used by anyone (including Hiro as of ~6 months ago). We should remove the code/logic to reduce complexity in the API.
- This might still be useful for RegTest , Testnet - retain the code
- Long term : extract this code to ease feature flag
- Enable feature flag to disable this completely in mainnet
I think https://github.com/hirosystems/stacks-blockchain-api/pull/1425 closes this