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

Commit

Permalink
Release: v3.20.03
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Mar 6, 2018
1 parent 440e352 commit 96b78e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.20.02",
"version": "3.20.03",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
6 changes: 3 additions & 3 deletions chrome-extension/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -13366,7 +13366,7 @@ module.exports=[
},
{
"address": "0x2799d90c6d44cb9aa5fbc377177f16c33e056b82",
"symbol": "DRP",
"symbol": "DRP (Dripcoin)",
"decimal": 0,
"type": "default"
},
Expand Down Expand Up @@ -14896,13 +14896,13 @@ module.exports=[
},
{
"address": "0x324a48ebcbb46e61993931ef9d35f6697cd2901b",
"symbol": "SKRP",
"symbol": "SKRP (Phase 1-E)",
"decimal": 18,
"type": "default"
},
{
"address": "0x6E34d8d84764D40f6D7b39cd569Fd017bF53177D",
"symbol": "SKRP",
"symbol": "SKRP (Phase 1)",
"decimal": 18,
"type": "default"
},
Expand Down
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",
"version": "3.20.02",
"version": "3.20.03",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
6 changes: 3 additions & 3 deletions dist/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -13366,7 +13366,7 @@ module.exports=[
},
{
"address": "0x2799d90c6d44cb9aa5fbc377177f16c33e056b82",
"symbol": "DRP",
"symbol": "DRP (Dripcoin)",
"decimal": 0,
"type": "default"
},
Expand Down Expand Up @@ -14896,13 +14896,13 @@ module.exports=[
},
{
"address": "0x324a48ebcbb46e61993931ef9d35f6697cd2901b",
"symbol": "SKRP",
"symbol": "SKRP (Phase 1-E)",
"decimal": 18,
"type": "default"
},
{
"address": "0x6E34d8d84764D40f6D7b39cd569Fd017bF53177D",
"symbol": "SKRP",
"symbol": "SKRP (Phase 1)",
"decimal": 18,
"type": "default"
},
Expand Down

0 comments on commit 96b78e0

Please sign in to comment.