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

Commit

Permalink
Release: v3.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Mar 5, 2019
1 parent 2f7b0ac commit 8a5341c
Show file tree
Hide file tree
Showing 24 changed files with 8,579 additions and 8,182 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
@@ -1,9 +1,18 @@
### v3.35.0

- Add LDX custom Gas [#2227](https://github.com/kvhnuke/etherwallet/pull/2226)
- Add LondonCoin custom Gas [#2226](https://github.com/kvhnuke/etherwallet/pull/2226)
- Add ThunderCore node [#2240](https://github.com/kvhnuke/etherwallet/pull/2226)
- Remove etc gastracker node [#2225](https://github.com/kvhnuke/etherwallet/pull/2226)
- Add Crypto20 contract, Add 1SG, BCASH, BRP, BTR, CAS, EMB, FORK, FZCOIN, GUSD, PXG, TMTG, VIDT, DST, HEY, HV, VEGAN, XCL and XCHF, update ORME token, Update custom node function []()


### v3.34.0

- Add MAS token [https://github.com/kvhnuke/etherwallet/pull/2237](2237)
- Added BitherPlatformToken contract ABI [https://github.com/kvhnuke/etherwallet/pull/2234](2234)
- Added RentalProcessorToken contract ABI [https://github.com/kvhnuke/etherwallet/pull/2235](2235)
- Added BitherPlatformCrowdsale contract ABI [https://github.com/kvhnuke/etherwallet/pull/2236](2236)
- Added BitherPlatformToken contract ABI [#2234](https://github.com/kvhnuke/etherwallet/pull/2234)
- Added RentalProcessorToken contract ABI [#2235](https://github.com/kvhnuke/etherwallet/pull/2235)
- Added BitherPlatformCrowdsale contract ABI [#2236](https://github.com/kvhnuke/etherwallet/pull/2236)

### Release v3.33.0

Expand Down
6 changes: 3 additions & 3 deletions app/includes/header.tpl
Expand Up @@ -90,18 +90,18 @@
@@if (site === 'mew' ) {
<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.34.0</p>
<p class="small visible-xs">3.35.0</p>
</a>
}
@@if (site === 'cx' ) {
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.34.0</p>
<p class="small visible-xs">3.35.0</p>
</a>
}
<div class="tagline">

<span class="hidden-xs">3.34.0</span>
<span class="hidden-xs">3.35.0</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.34.0",
"version": "3.35.0",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://vintage.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.34.0",
"version": "3.35.0",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/nodeHelpers/customNode.js
Expand Up @@ -8,7 +8,7 @@ var customNode = function(srvrUrl, port, httpBasicAuthentication) {
}
customNode.prototype.config = {
headers: {
'Content-Type': 'application/json; charset=UTF-8'
'Content-Type': 'application/json;'
}
};

Expand Down
114 changes: 111 additions & 3 deletions app/scripts/tokens/ethTokens.json
Expand Up @@ -35,6 +35,12 @@
"decimal": 8,
"type": "default"
},
{
"address": "0x0f72714b35a366285df85886a2ee174601292a17",
"symbol": "1SG",
"decimal": 18,
"type": "default"
},
{
"address": "0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7",
"symbol": "1ST",
Expand Down Expand Up @@ -533,6 +539,12 @@
"decimal": 0,
"type": "default"
},
{
"address": "0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112",
"symbol": "BCASH",
"decimal": 18,
"type": "default"
},
{
"address": "0x7367a68039d4704f30bfbf6d948020c3b07dfc59",
"symbol": "BCBC",
Expand Down Expand Up @@ -833,6 +845,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xB22c2786a549B008517B67625f5296E8fAf9589e",
"symbol": "BRP",
"decimal": 18,
"type": "default"
},
{
"address": "0xf26ef5e0545384b7dcc0f297f2674189586830df",
"symbol": "BSDC",
Expand Down Expand Up @@ -923,9 +941,15 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xcbf15FB8246F679F9Df0135881CB29a3746f734b",
"symbol": "BTR (Bitether Platform)",
"decimal": 18,
"type": "default"
},
{
"address": "0x499a6b77bc25c26bcf8265e2102b1b3dd1617024",
"symbol": "BTR",
"symbol": "BTR (Bitether)",
"decimal": 18,
"type": "default"
},
Expand Down Expand Up @@ -1043,9 +1067,15 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x779492d3644dDF4495Aa2d80C468E1B7be6AF1d2",
"symbol": "CAS (CAS Coin)",
"decimal": 2,
"type": "default"
},
{
"address": "0xe8780B48bdb05F928697A5e8155f672ED91462F7",
"symbol": "CAS",
"symbol": "CAS (Cashaa)",
"decimal": 18,
"type": "default"
},
Expand Down Expand Up @@ -1931,6 +1961,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x68d53441c0e253f76c500e551bdeA3D102206C9a",
"symbol": "DST",
"decimal": 18,
"type": "default"
},
{
"address": "0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190",
"symbol": "DTH",
Expand Down Expand Up @@ -2135,6 +2171,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x28b94f58b11ac945341329dbf2e5ef7f8bd44225",
"symbol": "EMB",
"decimal": 8,
"type": "default"
},
{
"address": "0xb67b88a25708a35ae7c2d736d398d268ce4f7f83",
"symbol": "EMON",
Expand Down Expand Up @@ -2489,6 +2531,12 @@
"decimal": 8,
"type": "default"
},
{
"address": "0x5bB1632fA0023e1AA76a1AE92B4635C8DBa49Fa2",
"symbol": "FORK",
"decimal": 18,
"type": "default"
},
{
"address": "0x4270bb238f6dd8b1c3ca01f96ca65b2647c06d3c",
"symbol": "FOTA",
Expand Down Expand Up @@ -2597,6 +2645,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xE5aeE163513119F4F750376C718766B40fA37A5F",
"symbol": "Fzcoin",
"decimal": 18,
"type": "default"
},
{
"address": "0xf67451dc8421f0e0afeb52faa8101034ed081ed9",
"symbol": "GAM",
Expand Down Expand Up @@ -2801,6 +2855,12 @@
"decimal": 3,
"type": "default"
},
{
"address": "0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
"symbol": "GUSD",
"decimal": 2,
"type": "default"
},
{
"address": "0x103c3A209da59d3E7C4A89307e66521e081CFDF0",
"symbol": "GVT",
Expand Down Expand Up @@ -2909,6 +2969,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xe9c9e7e1dabea830c958c39d6b25964a6f52143a",
"symbol": "HEY",
"decimal": 18,
"type": "default"
},
{
"address": "0xba2184520A1cC49a6159c57e61E1844E085615B6",
"symbol": "HGT",
Expand Down Expand Up @@ -3005,6 +3071,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x141abb03f001deded9a0223d4ff26d929117b72e",
"symbol": "HV",
"decimal": 18,
"type": "default"
},
{
"address": "0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D",
"symbol": "HVN",
Expand Down Expand Up @@ -4320,7 +4392,7 @@
"type": "default"
},
{
"address": "0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE",
"address": "0xc96DF921009B790dfFcA412375251ed1A2b75c60",
"symbol": "ORME",
"decimal": 8,
"type": "default"
Expand Down Expand Up @@ -4745,6 +4817,12 @@
"decimal": 0,
"type": "default"
},
{
"address": "0x47e67BA66b0699500f18A53F94E2b9dB3D47437e",
"symbol": "PXG",
"decimal": 18,
"type": "default"
},
{
"address": "0xc14830e53aa344e8c14603a91229a0b925b0b262",
"symbol": "PXT",
Expand Down Expand Up @@ -5927,6 +6005,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x10086399dd8c1e3de736724af52587a2044c9fa2",
"symbol": "TMTG",
"decimal": 18,
"type": "default"
},
{
"address": "0xb0280743b44bf7db4b6be482b2ba7b75e5da096c",
"symbol": "TNS",
Expand Down Expand Up @@ -6155,6 +6239,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xfade17a07ba3b480aa1714c3724a52d4c57d410e",
"symbol": "VEGAN",
"decimal": 8,
"type": "default"
},
{
"address": "0x57C75ECCc8557136D32619a191fBCDc88560d711",
"symbol": "VDG",
Expand Down Expand Up @@ -6209,6 +6299,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x445f51299ef3307dbd75036dd896565f5b4bf7a5",
"symbol": "VIDT",
"decimal": 18,
"type": "default"
},
{
"address": "0xf03f8d65bafa598611c3495124093c56e8f638f0",
"symbol": "VIEW",
Expand Down Expand Up @@ -6503,6 +6599,18 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xB4272071eCAdd69d933AdcD19cA99fe80664fc08",
"symbol": "XCHF",
"decimal": 18,
"type": "default"
},
{
"address": "0x0843971b4ac6e842a518aa184e0271d88b5cb74f",
"symbol": "XCL",
"decimal": 8,
"type": "default"
},
{
"address": "0x1e26b3d07e57f453cae30f7ddd2f945f5bf3ef33",
"symbol": "XCLR",
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/contest.html
Expand Up @@ -90,13 +90,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.34.0</p>
<p class="small visible-xs">3.35.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.34.0</span>
<span class="hidden-xs">3.35.0</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chrome-extension/cx-wallet.html
Expand Up @@ -83,12 +83,12 @@

<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.34.0</p>
<p class="small visible-xs">3.35.0</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.34.0</span>
<span class="hidden-xs">3.35.0</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/helpers.html
Expand Up @@ -91,13 +91,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.34.0</p>
<p class="small visible-xs">3.35.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.34.0</span>
<span class="hidden-xs">3.35.0</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
1 change: 1 addition & 0 deletions chrome-extension/images/coins/thunder.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a5341c

Please sign in to comment.