Skip to content

Commit

Permalink
Merge pull request #198 from 1Hive/v6.1.4
Browse files Browse the repository at this point in the history
Re-enabling uniswap enforced schema
  • Loading branch information
mrtdlgc authored Oct 3, 2023
2 parents 005b89f + 52da86b commit b33b889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tokens/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@
"logoURI": "https://raw.githubusercontent.com/1Hive/default-token-list/master/src/assets/gnosis/0xb17d999e840e0c1b157ca5ab8039bd958b5fa317/logo.png"
},
{
"name": "Wrapped liquid staked Ether 2.0 from Mainnet",
"name": "Wrapped liquid staked Ether 2.0",
"address": "0x6c76971f98945ae98dd7d4dfca8711ebea946ea6",
"symbol": "wstETH",
"decimals": 18,
Expand Down
4 changes: 2 additions & 2 deletions test/tokenlist.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"type": "string",
"description": "The name of a token extension property",
"minLength": 0,
"maxLength": 50,
"maxLength": 40,
"pattern": "^[\\w]+$",
"examples": [
"color",
Expand Down Expand Up @@ -232,7 +232,7 @@
"type": "string",
"description": "The name of the token",
"minLength": 0,
"maxLength": 50,
"maxLength": 40,
"anyOf": [
{
"const": ""
Expand Down

1 comment on commit b33b889

@vercel
Copy link

@vercel vercel bot commented on b33b889 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.