xud
Version:
Exchange Union Daemon
10 lines • 563 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_PAYMENT_TIME = exports.BASE_MAX_CLIENT_WAIT_TIME = exports.MAX_FEE_RATIO = void 0;
/** The maximum ratio of payment amount to fee that we will tolerate for a swap payment. */
exports.MAX_FEE_RATIO = 0.03;
/** The maximum time in milliseconds to wait for a client to be ready. */
exports.BASE_MAX_CLIENT_WAIT_TIME = 6000;
/** The maximum time in milliseconds we will wait for a swap payment to complete. */
exports.MAX_PAYMENT_TIME = 90000;
//# sourceMappingURL=consts.js.map