UNPKG
aladinnetwork-blockstack
Version:
latest (1.0.1)
1.0.1
1.0.0
The Aladin Javascript library for authentication, identity, and storage.
aladinnetwork.org
aladinnetwork-blockstack
/
lib
/
config.js
12 lines
•
292 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
network_1 =
require
(
"./network"
);
/** *
@ignore
*/
const
config = {
network
: network_1.
network
.
defaults
.
MAINNET_DEFAULT
,
logLevel
:
'debug'
};
exports
.
config
= config;
//# sourceMappingURL=config.js.map