Skip to content

Commit

Permalink
fix(sdk): mempool client mainnet url (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao authored Oct 17, 2024
1 parent 52a7920 commit 59f7720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/mempool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Base path for the mainnet Memopool API.
* @default "https://btc-mainnet.gobob.xyz"
*/
export const MAINNET_MEMPOOL_BASE_PATH = 'https://mempool.space/api/v1/';
export const MAINNET_MEMPOOL_BASE_PATH = 'https://mempool.space/api/v1';
/**
* Base path for the testnet Memopool API.
* @default "https://btc-testnet.gobob.xyz"
Expand Down

0 comments on commit 59f7720

Please sign in to comment.