Skip to content

Commit 297e027

Browse files
committed
fix: change testnet to signnet
1 parent 6f5bf92 commit 297e027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/src/esplora.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const MAINNET_ESPLORA_BASE_PATH = 'https://btc-mainnet.gobob.xyz';
77
* Base path for the testnet Esplora API.
88
* @default "https://btc-testnet.gobob.xyz"
99
*/
10-
export const TESTNET_ESPLORA_BASE_PATH = 'https://btc-testnet.gobob.xyz';
10+
export const TESTNET_ESPLORA_BASE_PATH = 'https://btc-signet.gobob.xyz';
1111
/**
1212
* Base path for the regtest Esplora API.
1313
* @default "http://localhost:3003"

sdk/src/ordinal-api/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const MAINNET_ORD_BASE_PATH = 'https://ordinals-mainnet.gobob.xyz';
1414
* Base path for Ordinals testnet Explorer.
1515
* @default "https://ordinals-testnet.gobob.xyz"
1616
*/
17-
export const TESTNET_ORD_BASE_PATH = 'https://ordinals-testnet.gobob.xyz';
17+
export const TESTNET_ORD_BASE_PATH = 'https://ordinals-signet.gobob.xyz';
1818

1919
/**
2020
* Base path for Ordinals signet Explorer.

0 commit comments

Comments
 (0)