diff --git a/package.json b/package.json index cce1bda..e7fc8a0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "type": "git", "url": "https://github.com/ledgermem/getmnemo-cli.git" }, - "homepage": "https://getmnemo.xyz", + "homepage": "https://mnemohq.com", "bugs": { "url": "https://github.com/getmnemo/getmnemo-cli/issues" } diff --git a/src/lib/config.ts b/src/lib/config.ts index 1cb605a..35ee8f2 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -12,7 +12,7 @@ export interface CliConfig { const CONFIG_DIR_NAME = ".getmnemo"; const CONFIG_FILE_NAME = "config.json"; -const DEFAULT_API_URL = "https://api.getmnemo.xyz"; +const DEFAULT_API_URL = "https://api.mnemohq.com"; export function configDir(): string { return join(homedir(), CONFIG_DIR_NAME);