Skip to content

Commit

Permalink
chore: modify esplora endpoint from custom to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Dec 2, 2024
1 parent 135c5d9 commit e7c5b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bitcoinNetwork": "mainnet",
"bitcoinNetworkIndex": 0,
"bitcoinNetworkPreFix": "bc1",
"bitcoinBlockchainURL": "https://mainnet.dlc.link/electrs",
"bitcoinBlockchainURL": "https://blockstream.info/api",
"bitcoinBlockchainExplorerURL": "https://mempool.space",
"bitcoinBlockchainFeeEstimateURL": "https://mempool.space/api/v1/fees/recommended",
"rippleIssuerAddress": "rGcyRGrZPaJAZbZDi4NqRFLA5GQH63iFpD",
Expand Down
2 changes: 1 addition & 1 deletion config.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bitcoinNetwork": "testnet",
"bitcoinNetworkIndex": 1,
"bitcoinNetworkPreFix": "tb1",
"bitcoinBlockchainURL": "https://testnet.dlc.link/electrs",
"bitcoinBlockchainURL": "https://blockstream.info/testnet/api",
"bitcoinBlockchainExplorerURL": "https://mempool.space/testnet",
"bitcoinBlockchainFeeEstimateURL": "https://mempool.space/testnet/api/v1/fees/recommended",
"rippleIssuerAddress": "ra3oyRVfy4yD4NJPrVcewvDtisZ3FhkcYL",
Expand Down

0 comments on commit e7c5b0a

Please sign in to comment.