Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jan 9, 2017
1 parent d6dfe76 commit 3a0578f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/services/globalService.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var globalService = function($http, $httpParamSerializerJQLike) {
contracts: {
id: 6,
name: "NAV_Contracts",
url: "deploy-contract",
url: "contracts",
mew: true,
cx: true
},
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -3392,7 +3392,7 @@ var globalService = function globalService($http, $httpParamSerializerJQLike) {
contracts: {
id: 6,
name: "NAV_Contracts",
url: "deploy-contract",
url: "contracts",
mew: true,
cx: true
},
Expand Down
2 changes: 1 addition & 1 deletion dist/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -3392,7 +3392,7 @@ var globalService = function globalService($http, $httpParamSerializerJQLike) {
contracts: {
id: 6,
name: "NAV_Contracts",
url: "deploy-contract",
url: "contracts",
mew: true,
cx: true
},
Expand Down
Binary file modified releases/chrome-extension-v3.4.3.zip
Binary file not shown.
Binary file modified releases/dist-v3.4.3.zip
Binary file not shown.

0 comments on commit 3a0578f

Please sign in to comment.