UNPKG

revos-sdk-js-mainnet

Version:
22 lines (21 loc) 601 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.scryptParams = exports.defaultOptions = void 0; const defaultOptions = { //rpcServerAddr: 'https://mainnet-rpc-node-0001.nkn.org/mainnet/api/wallet', //rpcServerAddr: "http://127.0.0.1:30003", // rpcServerAddr: "http://3.130.35.210:30003", //rpcServerAddr: "http://3.23.243.247:30003", rpcServerAddr: "https://mainnet-seed001.revos.net", worker: false }; exports.defaultOptions = defaultOptions; const scryptParams = { saltLen: 8, N: 1 << 15, r: 8, p: 1 }; exports.scryptParams = scryptParams;