Updated to Atlas 1.5.1

Updated links
Updated richlist for transactions
Updated geth to 1.5.1
+++
This commit is contained in:
Exlo
2021-10-17 15:00:43 +02:00
parent 79ff027094
commit b2facaf12e
7 changed files with 21 additions and 21 deletions

View File

@@ -78,7 +78,7 @@ const template = [
role: "help",
submenu: [
{
label: "About Ether1 wallet",
label: "About Etho Protocol wallet",
click() {
var infoData = {};
infoData.version = app.getVersion();
@@ -87,12 +87,12 @@ const template = [
}, {
label: "Ether1 documentation",
click() {
shell.openExternal("https://docs.ether1.org");
shell.openExternal("https://docs.ethoprotocol.com/");
}
}, {
label: "Report issue on GitHub",
click() {
shell.openExternal("https://github.com/taeguscromis/Ether1DesktopWallet/issues");
shell.openExternal("https://github.com/Ether1Project/Ether1DesktopWallet/issues");
}
}
]