forked from MyEtherWallet/multicoin-address-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added support for new golem erc20 GLM
rename old golem to Golem (GNT)
- Loading branch information
Showing
5 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,8 @@ | |
"Gnosis", | ||
"gno", | ||
"Golem", | ||
"glm", | ||
"Golem (GNT)", | ||
"gnt", | ||
"HedgeTrade", | ||
"hedg", | ||
|
@@ -186,6 +188,8 @@ | |
"swt", | ||
"Synthetix Network", | ||
"snx", | ||
"Tap", | ||
"xtp", | ||
"TEMCO", | ||
"temco", | ||
"TenX", | ||
|
@@ -210,16 +214,14 @@ | |
"waves", | ||
"Wings", | ||
"wings", | ||
"XTP", | ||
"tap", | ||
"ZCash", | ||
"zec", | ||
"ZClassic", | ||
"zcl", | ||
"ZenCash", | ||
"zen" | ||
], | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"author": "Chris <[email protected]>", | ||
"homepage": "https://github.com/christsim/multicoin-address-validator", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters