UNPKG

@lighthouse-web3/kavach

Version:

Encryption SDK: Build your trustless, decentralized and fault resistance Application using distributed key shades with threshold cryptography

12 lines (11 loc) 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultConfig = void 0; const defaultConfig = { lighthouseBLSNode: "https://encryption.lighthouse.storage", lighthouseAuthNode: "https://encryption.lighthouse.storage", lighthouseBLSNodeDev: "http://enctest.lighthouse.storage", isDev: false, }; exports.defaultConfig = defaultConfig; exports.default = defaultConfig;