We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26a526 commit 4ee2087Copy full SHA for 4ee2087
package.json
@@ -28,7 +28,7 @@
28
"engines": {
29
"node": "^12.4.0"
30
},
31
- "homepage": "https://chainguardian.chainsafe.io/",
+ "homepage": "https://chainguardian.nodefactory.io",
32
"scripts": {
33
"build-main": "cross-env NODE_ENV=production webpack --config webpack.main.prod.config.js",
34
"build-renderer": "cross-env NODE_ENV=production webpack --config webpack.renderer.prod.config.js",
src/main/menu/menu.ts
@@ -22,7 +22,7 @@ const template = [
22
{
23
label: "Homepage",
24
click: async (): Promise<void> => {
25
- await shell.openExternal("https://chainguardian.chainsafe.io/");
+ await shell.openExternal("https://chainguardian.nodefactory.io/");
26
27
0 commit comments