"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = void 0;
const config = {
network: {
layer1: 'placeholder',
},
logLevel: 'debug',
};
exports.config = config;
//# sourceMappingURL=config.js.map