UNPKG

@blockchain-api/connector-js

Version:
7 lines (6 loc) 241 B
"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;