Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down