diff --git a/app/main.js b/app/main.js index 69571f2c3..52b8bd7f3 100644 --- a/app/main.js +++ b/app/main.js @@ -85,6 +85,12 @@ function createWindow() { electron.shell.openExternal('https://lisk.chat'); }, }, + { + label: 'Lisk Explorer', + click() { + electron.shell.openExternal('https://explorer.lisk.io'); + }, + }, { label: 'Lisk Forum', click() {