UNPKG

157 BPlain TextView Raw
1import { network } from './network'
2
3/**
4* @ignore
5*/
6const config = {
7 network: network.defaults.MAINNET_DEFAULT,
8 logLevel: 'debug'
9}
10
11export { config }