Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit daacbfd

Browse files
Merge pull request #977 from synonymdev/update-warning-url
fix(wallet): Update Warning URL
2 parents c405fc4 + 020dc7d commit daacbfd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/utils/checks.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ export const reportImpactedAddressBalance = async ({
6161

6262
const balance = balanceRes.value;
6363

64-
//TODO: Update production/mainnet url once available.
6564
const url =
6665
selectedNetwork === 'bitcoin'
67-
? 'http://35.233.47.252/bitkit-alerts'
66+
? 'https://api.blocktank.to/bk-info'
6867
: 'http://35.233.47.252/bitkit-alerts';
6968

7069
const postImpactedBalanceResponse = await fetch(url, {

0 commit comments

Comments
 (0)