diff --git a/package.json b/package.json index 9ac5b0be..fe069a38 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://uniswap.org" }, "description": "📚 The Token Lists specification", - "version": "1.0.0-beta.33", + "version": "1.0.0-beta.34", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/tokenlist.schema.json b/src/tokenlist.schema.json index eaaecf47..3fdc4e2f 100644 --- a/src/tokenlist.schema.json +++ b/src/tokenlist.schema.json @@ -232,7 +232,7 @@ "type": "string", "description": "The name of the token", "minLength": 0, - "maxLength": 40, + "maxLength": 60, "anyOf": [ { "const": "" diff --git a/test/__snapshots__/tokenlist.schema.test.ts.snap b/test/__snapshots__/tokenlist.schema.test.ts.snap index 40127f33..a4bdf669 100644 --- a/test/__snapshots__/tokenlist.schema.test.ts.snap +++ b/test/__snapshots__/tokenlist.schema.test.ts.snap @@ -439,9 +439,9 @@ Array [ Object { "instancePath": "/tokens/0/name", "keyword": "maxLength", - "message": "must NOT have more than 40 characters", + "message": "must NOT have more than 60 characters", "params": Object { - "limit": 40, + "limit": 60, }, "schemaPath": "#/properties/name/maxLength", }, diff --git a/test/schema/bigwords.tokenlist.json b/test/schema/bigwords.tokenlist.json index b02121aa..27f3a854 100644 --- a/test/schema/bigwords.tokenlist.json +++ b/test/schema/bigwords.tokenlist.json @@ -12,7 +12,7 @@ "timestamp": "2018-11-13T20:20:39+00:00", "tokens": [ { - "name": "blah blah blah blah blah blah blah blah blah", + "name": "blah blah blah blah blah blah blah blah blah blah blah blah b", "address": "0x0000000000000000000000000000000000000000", "chainId": 1, "decimals": 18,