Skip to content

Commit

Permalink
Remove trest.bitcoin.com
Browse files Browse the repository at this point in the history
  • Loading branch information
merc1er committed Apr 26, 2024
1 parent d3fb6b9 commit c429f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcash/network/APIs/BitcoinDotComAPI.py
Expand Up @@ -33,7 +33,7 @@ def __init__(self, network_endpoint: str):
# Default endpoints to use for this interface
DEFAULT_ENDPOINTS = {
"mainnet": ["https://rest.bch.actorforth.org/v2/"],
"testnet": ["https://trest.bitcoin.com/v2/"],
"testnet": [],
"regtest": ["http://localhost:12500/v2/"],
}

Expand Down

0 comments on commit c429f73

Please sign in to comment.