Skip to content

Commit

Permalink
fix: delete unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarkhanzadian committed May 15, 2024
1 parent 5aa6943 commit b4f0bf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const HIRO_EXPLORER_URL = 'https://explorer.hiro.so';
export const HIRO_API_BASE_URL_MAINNET = 'https://api.hiro.so';
export const HIRO_API_BASE_URL_TESTNET = 'https://api.testnet.hiro.so';
export const HIRO_API_BASE_URL_NAKAMOTO_TESTNET = 'https://api.nakamoto.testnet.hiro.so';
export const HIRO_INSCRIPTIONS_API_URL = 'https://api.hiro.so/ordinals/v1/inscriptions';

export const BITCOIN_API_BASE_URL_MAINNET = 'https://blockstream.info/api';
export const BITCOIN_API_BASE_URL_TESTNET = 'https://blockstream.info/testnet/api';
Expand Down

0 comments on commit b4f0bf7

Please sign in to comment.