Updated for Phoenix
Updated for V2.0.0 Phoenix
This commit is contained in:
BIN
bin/linux/geth
BIN
bin/linux/geth
Binary file not shown.
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1f033fa635b42fc2b230083060584897c24b3c30f37ac52b702667fd6c742d97
|
oid sha256:449fc0bfbf7333b3be5c515708699eed74c09a038b90bfa79aa24cd827a7cdf2
|
||||||
size 112262155
|
size 111636804
|
||||||
|
|||||||
34
package.json
34
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "EthoWallet",
|
"name": "EthoWallet",
|
||||||
"version": "2.4.3",
|
"version": "2.4.4",
|
||||||
"description": "Desktop wallet for Etho Protocol ($ETHO)",
|
"description": "Desktop wallet for Etho Protocol ($ETHO)",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -56,28 +56,30 @@
|
|||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@unibeautify/beautifier-js-beautify": "^0.4.0",
|
"@unibeautify/beautifier-js-beautify": "^0.4.0",
|
||||||
"adm-zip": "^0.4.13",
|
"adm-zip": "^0.5.9",
|
||||||
"app-root-path": "^2.1.0",
|
"app-root-path": "^3.0.0",
|
||||||
"electron-storage": "^1.0.7",
|
"electron-storage": "^1.0.7",
|
||||||
"ethereum-private-key-to-address": "0.0.2",
|
"ethereum-private-key-to-address": "^0.0.7",
|
||||||
"ethereumjs-common": "^1.5.0",
|
"ethereumjs-common": "^1.5.2",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^10.0.0",
|
||||||
"handlebars": "^4.7.2",
|
"handlebars": "^4.7.7",
|
||||||
"keythereum": "^1.0.0",
|
"keythereum": "^1.2.0",
|
||||||
"moment": "^2.23.0",
|
"moment": "^2.29.1",
|
||||||
"nedb": "^1.8.0",
|
"nedb": "^1.8.0",
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^3.1.0",
|
||||||
"pull-file-reader": "^1.0.2",
|
"pull-file-reader": "^1.0.2",
|
||||||
"single-instance": "0.0.1"
|
"single-instance": "^0.0.1",
|
||||||
|
"tar": "^6.1.11",
|
||||||
|
"yarn-upgrade-all": "^0.6.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^16.5.0",
|
"browserify": "^17.0.0",
|
||||||
"electron": "^3.1.13",
|
"electron": "^16.0.6",
|
||||||
"electron-builder": "^21.2.0",
|
"electron-builder": "^22.14.5",
|
||||||
"ipfs": "^0.40.0",
|
"ipfs": "^0.61.0",
|
||||||
"js-beautify": "^1.10.3",
|
"js-beautify": "^1.10.3",
|
||||||
"libp2p-pnet": "^0.1.0",
|
"libp2p-pnet": "^0.1.0",
|
||||||
"node-gyp": "^6.1.0",
|
"node-gyp": "^8.4.1",
|
||||||
"unibeautify": "^0.17.0",
|
"unibeautify": "^0.17.0",
|
||||||
"unibeautify-cli": "^0.2.1",
|
"unibeautify-cli": "^0.2.1",
|
||||||
"web3": "^1.2.4"
|
"web3": "^1.2.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user