Skip to content

Commit

Permalink
chore: restore common folder to core-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 26, 2023
1 parent 2afd9f1 commit 875093e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ConfigManager = require("@chia-carbon/core-registry-config");
const defaultConfig = require("./utils/defaultConfig.json");
const configManager = new ConfigManager("carbon", defaultConfig);
const configManager = new ConfigManager("core-registry", defaultConfig);

const CONFIG = configManager.config;

Expand Down
2 changes: 1 addition & 1 deletion src/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { CONFIG } = require("./config");
const packageJson = require("../package.json");

const logger = new Logger({
namespace: "carbon",
namespace: "core-registry",
projectName: "tokenization-engine",
logLevel: CONFIG().GENERAL.LOG_LEVEL,
packageVersion: packageJson.version,
Expand Down

0 comments on commit 875093e

Please sign in to comment.