Skip to content

Commit 0ae7ad8

Browse files
committed
fix: change BT api URL to the new staging
1 parent 8d7c662 commit 0ae7ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/blocktank/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const setupBlocktank = async (
4343
break;
4444
case EAvailableNetwork.bitcoinRegtest:
4545
dispatch(updateUser({ isGeoBlocked: false }));
46-
bt.baseUrl = 'https://api.stag.blocktank.to/blocktank/api/v2';
46+
bt.baseUrl = 'https://api.stag0.blocktank.to/blocktank/api/v2';
4747
break;
4848
}
4949
if (isGeoBlocked) {

0 commit comments

Comments
 (0)