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

@@ -1,7 +1,7 @@
{
"name": "Ether1Wallet",
"version": "2.4.0",
"description": "Desktop wallet for Ether-1 ($ETHO)",
"name": "EthoWallet",
"version": "2.4.1",
"description": "Desktop wallet for Etho Protocol ($ETHO)",
"main": "main.js",
"scripts": {
"start": "electron .",
@@ -12,7 +12,7 @@
"bundle": "browserify assets/dashboard/js/node.js > assets/dashboard/js/bundle.js"
},
"build": {
"appId": "Ether1DesktopWallet",
"appId": "EthoDesktopWallet",
"files": [
"modules/*",
"assets/**/*",
@@ -46,13 +46,13 @@
]
}
},
"repository": "https://github.com/taeguscromis/Ether1DesktopWallet",
"repository": "https://github.com/Ether1Project/Ether1DesktopWallet",
"keywords": [
"Ether1",
"Etho",
"Desktop",
"Wallet"
],
"author": "Ether1",
"author": "Etho",
"license": "CC0-1.0",
"dependencies": {
"@unibeautify/beautifier-js-beautify": "^0.4.0",