-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for symbols containing unicode chars (#176)
* [#175] Add support for symbols containing unicode chars * [#175] Adding support for empty symbols and names * [#175] Add support for names containing unicode chars
- Loading branch information
1 parent
245d0ab
commit 61c4411
Showing
5 changed files
with
65 additions
and
5 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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "My Token List", | ||
"timestamp": "2020-06-12T00:00:00+00:00", | ||
"tokens": [ | ||
{ | ||
"chainId": 137, | ||
"address": "0xc31C535F4d9A789df0c16D461B4F811543b72FEb", | ||
"decimals": 0, | ||
"name": "", | ||
"symbol": "" | ||
}, | ||
{ | ||
"chainId": 137, | ||
"address": "0xF336f5624D34c3Be82eF3EFc4978bd2397B1524A", | ||
"decimals": 0, | ||
"name": "", | ||
"symbol": "" | ||
} | ||
], | ||
"version": { | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 0 | ||
} | ||
} |
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
src/tokenlist.schema.json