Commit 297e027 1 parent 6f5bf92 commit 297e027 Copy full SHA for 297e027
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const MAINNET_ESPLORA_BASE_PATH = 'https://btc-mainnet.gobob.xyz';
7
7
* Base path for the testnet Esplora API.
8
8
* @default "https://btc-testnet.gobob.xyz"
9
9
*/
10
- export const TESTNET_ESPLORA_BASE_PATH = 'https://btc-testnet .gobob.xyz' ;
10
+ export const TESTNET_ESPLORA_BASE_PATH = 'https://btc-signet .gobob.xyz' ;
11
11
/**
12
12
* Base path for the regtest Esplora API.
13
13
* @default "http://localhost:3003"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const MAINNET_ORD_BASE_PATH = 'https://ordinals-mainnet.gobob.xyz';
14
14
* Base path for Ordinals testnet Explorer.
15
15
* @default "https://ordinals-testnet.gobob.xyz"
16
16
*/
17
- export const TESTNET_ORD_BASE_PATH = 'https://ordinals-testnet .gobob.xyz' ;
17
+ export const TESTNET_ORD_BASE_PATH = 'https://ordinals-signet .gobob.xyz' ;
18
18
19
19
/**
20
20
* Base path for Ordinals signet Explorer.
You can’t perform that action at this time.
0 commit comments