UNPKG
@blockchain-api/connector-js
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Blockchain Api Connector
github.com/BlockchainApi-tech/connector-js
BlockchainApi-tech/connector-js
@blockchain-api/connector-js
/
lib
/
constants.js
7 lines
(6 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
RETRIES
=
exports
.
RETRY_DELAY
=
exports
.
API_URL
=
void
0
;
exports
.
API_URL
=
"http://localhost:5000"
;
exports
.
RETRY_DELAY
=
1000
;
exports
.
RETRIES
=
5
;