UNPKG

blockstack

Version:

The Blockstack Javascript library for authentication, identity, and storage.

9 lines 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const network_1 = require("./network"); const config = { network: network_1.network.defaults.MAINNET_DEFAULT, logLevel: 'debug' }; exports.config = config; //# sourceMappingURL=config.js.map