Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14865164
chronik.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
751 B
Subscribers
None
chronik.js
View Options
// 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
Details
Attached
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)
Attached To
rABC Bitcoin ABC
Event Timeline
Log In to Comment