From b4f0bf74cf29ca2e954e71d04d4cd02cbcf5ae94 Mon Sep 17 00:00:00 2001 From: Edgar Khanzadian Date: Wed, 15 May 2024 17:12:38 +0400 Subject: [PATCH] fix: delete unused export --- src/shared/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/constants.ts b/src/shared/constants.ts index 79ec7deb743..c4c6d0fd730 100644 --- a/src/shared/constants.ts +++ b/src/shared/constants.ts @@ -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';