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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jan 23, 2017
1 parent 0462372 commit 2e30a47
Show file tree
Hide file tree
Showing 8 changed files with 85,518 additions and 97,814 deletions.
2 changes: 1 addition & 1 deletion chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

&middot; v3.4.5 &nbsp;&nbsp;
&middot; v3.4.6 &nbsp;&nbsp;

<span class="dropdown" ng-cloak>
<a class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
Expand Down
91,661 changes: 42,756 additions & 48,905 deletions chrome-extension/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet CX",
"version": "3.4.5",
"version": "3.4.6",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
4 changes: 3 additions & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ If you want to help contribute, here's what you need to know to get it up and ru

*Old: https://github.com/kvhnuke/etherwallet/issues/226.*

New:[Announcing MyEtherWallet v3.4: The Node Switcher](https://www.reddit.com/r/ethereum/comments/5lqx90/announcing_myetherwallet_v34_the_node_switcher/)
**Guide by benjaminion for MEW + Ledger Nano S + Local Parity Node: https://github.com/benjaminion/eth-parity-qnap/wiki/Connecting-to-MyEtherWallet**

**[Announcing MyEtherWallet v3.4: The Node Switcher](https://www.reddit.com/r/ethereum/comments/5lqx90/announcing_myetherwallet_v34_the_node_switcher/)**

**That node must have an SSL certificate (aka be https://) or you must run MyEtherWallet locally. [Download the latest version of MyEtherWallet here](https://github.com/kvhnuke/etherwallet/releases/latest) and in order to connect to a non-SSL node. Or, you can get a free SSL certificate via [LetsEncrypt](https://letsencrypt.org/).**

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

&middot; v3.4.5 &nbsp;&nbsp;
&middot; v3.4.6 &nbsp;&nbsp;

<span class="dropdown" ng-cloak>
<a class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
Expand Down
Loading

0 comments on commit 2e30a47

Please sign in to comment.