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
/
src
/
constants.ts
3 lines
•
108 B
text/typescript
View Raw
1
2
3
export
const
API_URL =
"http://localhost:5000"
;
export
const
RETRY_DELAY =
1000
;
export
const
RETRIES =
5
;