Skip to content

Commit

Permalink
Support for diacitrics (Uniswap#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtahon authored Sep 1, 2020
1 parent 3a2c36b commit dfcd0ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokenlist.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"description": "The name of the token",
"minLength": 1,
"maxLength": 40,
"pattern": "^[ \\w.'+\\-%/]+$",
"pattern": "^[ \\w.'+\\-%/À-ÖØ-öø-ÿ]+$",
"examples": [
"USD Coin"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"symbol": "UNI-USDC/ETH+50/50%",
"name": "Uniswap V2-USDC/ETH+50/50%",
"decimals": 18
},
{
"chainId": 1,
"address": "0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e",
"symbol": "DIACRITIC",
"name": "Ázertíyuöp",
"decimals": 18
}
],
"version": {
Expand Down

0 comments on commit dfcd0ec

Please sign in to comment.