Skip to content

Commit

Permalink
feat: add hiro extended url
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Aug 23, 2024
1 parent 11fc7ff commit fd2eaab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/models/src/network/network.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const HIRO_API_BASE_URL_TESTNET = 'https://api.testnet.hiro.so';
export const HIRO_INSCRIPTIONS_API_URL = 'https://api.hiro.so/ordinals/v1/inscriptions';
export const HIRO_API_BASE_URL_NAKAMOTO_TESTNET = 'https://api.nakamoto.testnet.hiro.so';

export const HIRO_API_BASE_URL_MAINNET_EXTENDED = 'https://api.hiro.so/extended/v1';
export const HIRO_API_BASE_URL_TESTNET_EXTENDED = 'https://api.testnet.hiro.so/extended';

export const BITCOIN_API_BASE_URL_MAINNET = 'https://leather.mempool.space/api';
export const BITCOIN_API_BASE_URL_TESTNET = 'https://leather.mempool.space/testnet/api';
export const BITCOIN_API_BASE_URL_SIGNET = 'https://mempool.space/signet/api';
Expand Down

0 comments on commit fd2eaab

Please sign in to comment.