UNPKG
burst-whale-watch
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
An account watcher for Burstcoin
burst-whale-watch
/
out
/
constants.js
7 lines
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
LOADING_TEXT
=
"(loading...)"
;
exports
.
MAX_VISIBLE_ACCOUNTS
=
2
;
exports
.
CMC_POLLING_SEC
=
10
;
exports
.
BRS_POLLING_SEC
=
10
;
//# sourceMappingURL=constants.js.map