We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da633a9 commit fe07ac4Copy full SHA for fe07ac4
src/utils/api.ts
@@ -4,8 +4,8 @@ import blockApi from './blockApi';
4
import { isBlockHash } from './validation';
5
6
// Base URL should be absolute when running in Docker
7
-const API_BASE_URL = 'https://blockchain.info';
8
-const BLOCKCHAIN_API_URL = 'https://blockchain.info';
+const API_BASE_URL = '/api/v2';
+const BLOCKCHAIN_API_URL = '/block_api';
9
10
const userAgents = [
11
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',
0 commit comments