Page MenuHomePhabricator

chronik.js
No OneTemporary

chronik.js

// Copyright (c) 2023 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
'use strict';
export const chronik = {
urls:
process.env.REACT_APP_TESTNET === 'true'
? ['https://chronik-testnet.fabien.cash']
: [
'https://chronik-native.fabien.cash', // abc dev
'https://chronik.pay2stay.com/xec2', // indexed for agora.py plugin
'https://chronik-native1.fabien.cash', // indexed for agora.py plugin
'https://chronik-native2.fabien.cash', // NOT indexed for agora.py
],
txHistoryCount: 20,
txHistoryPageSize: 20,
};

File Metadata

Mime Type
text/plain
Expires
Thu, May 22, 02:34 (8 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866320
Default Alt Text
chronik.js (751 B)

Event Timeline