Skip to content

Commit

Permalink
fix: change testnet to signnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Feb 27, 2025
1 parent 6f5bf92 commit 297e027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/src/esplora.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const MAINNET_ESPLORA_BASE_PATH = 'https://btc-mainnet.gobob.xyz';
* Base path for the testnet Esplora API.
* @default "https://btc-testnet.gobob.xyz"
*/
export const TESTNET_ESPLORA_BASE_PATH = 'https://btc-testnet.gobob.xyz';
export const TESTNET_ESPLORA_BASE_PATH = 'https://btc-signet.gobob.xyz';
/**
* Base path for the regtest Esplora API.
* @default "http://localhost:3003"
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/ordinal-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MAINNET_ORD_BASE_PATH = 'https://ordinals-mainnet.gobob.xyz';
* Base path for Ordinals testnet Explorer.
* @default "https://ordinals-testnet.gobob.xyz"
*/
export const TESTNET_ORD_BASE_PATH = 'https://ordinals-testnet.gobob.xyz';
export const TESTNET_ORD_BASE_PATH = 'https://ordinals-signet.gobob.xyz';

/**
* Base path for Ordinals signet Explorer.
Expand Down

0 comments on commit 297e027

Please sign in to comment.