UNPKG

vlayer-web-proof

Version:

It is a npm package for vlayer web proof mechanism. It uses native rust bindings for maximum efficiency.

11 lines (10 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_CONFIG = void 0; exports.DEFAULT_CONFIG = { NOTARY_HOST: 'test-notary.vlayer.xyz', NOTARY_PORT: 443, MAX_SENT_DATA: 1 << 12, // 4096 MAX_RECV_DATA: 1 << 14, // 16384 TIMEOUT_MS: 30000, };