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 297e027 commit 3c1fa52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/src/gateway/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const MAINNET_GATEWAY_BASE_URL = 'https://gateway-api-mainnet.gobob.xyz';
* Base url for the testnet Gateway API.
* @default "https://gateway-api-testnet.gobob.xyz"
*/
export const TESTNET_GATEWAY_BASE_URL = 'https://gateway-api-testnet.gobob.xyz';
export const TESTNET_GATEWAY_BASE_URL = 'https://gateway-api-signet.gobob.xyz';

/**
* Base url for the Signet Gateway API.
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/mempool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const MAINNET_MEMPOOL_BASE_PATH = 'https://mempool.space/api/v1';
* Base path for the testnet Memopool API.
* @default "https://btc-testnet.gobob.xyz"
*/
export const TESTNET_MEMPOOL_BASE_PATH = 'https://mempool.space/testnet4/api/v1';
export const TESTNET_MEMPOOL_BASE_PATH = 'https://mempool.space/signet/api/v1';
/**
* Base path for the regtest Memopool API.
* @default "http://localhost:3003"
Expand Down

0 comments on commit 3c1fa52

Please sign in to comment.