Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14865180
chronik.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
804 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'
]
:
/**
* chronik servers must be indexed with agora.py plugin
* for agora functionality (agora trading, parsing agora txs
* in history)
*/
[
'https://chronik-native1.fabien.cash'
,
'https://chronik-native2.fabien.cash'
,
'https://chronik.pay2stay.com/xec2'
,
],
txHistoryCount
:
20
,
txHistoryPageSize
:
20
,
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 22, 02:49 (8 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866330
Default Alt Text
chronik.js (804 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment