diff --git a/package.json b/package.json index 928d00571..9ab308fa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snapshot-labs/snapshot.js", - "version": "0.12.26", + "version": "0.12.32", "repository": "snapshot-labs/snapshot.js", "license": "MIT", "main": "dist/snapshot.cjs.js", diff --git a/src/delegationSubgraphs.json b/src/delegationSubgraphs.json index 98aff8a2e..15025b24c 100644 --- a/src/delegationSubgraphs.json +++ b/src/delegationSubgraphs.json @@ -9,5 +9,6 @@ "42161": "https://subgrapher.snapshot.org/delegation/42161", "59144": "https://subgrapher.snapshot.org/delegation/59144", "81457": "https://subgrapher.snapshot.org/delegation/81457", + "84532": "https://subgrapher.snapshot.org/delegation/84532", "11155111": "https://subgrapher.snapshot.org/delegation/11155111" } diff --git a/src/gateways.json b/src/gateways.json index 4272492a2..1bebc666f 100644 --- a/src/gateways.json +++ b/src/gateways.json @@ -1,4 +1,5 @@ [ + "ipfs.snapshot.box", "snapshot.4everland.link", "ipfs.io", "ipfs.fleek.co", diff --git a/src/schemas/proposal.json b/src/schemas/proposal.json index 8a0fb9421..7a916fb58 100644 --- a/src/schemas/proposal.json +++ b/src/schemas/proposal.json @@ -83,7 +83,7 @@ "app": { "type": "string", "title": "app", - "maxLength": 24 + "maxLength": 128 } }, "required": ["name", "body", "choices", "snapshot", "start", "end"], diff --git a/src/schemas/vote.json b/src/schemas/vote.json index 9758180c0..996c413aa 100644 --- a/src/schemas/vote.json +++ b/src/schemas/vote.json @@ -27,12 +27,12 @@ "reason": { "type": "string", "title": "reason", - "maxLength": 1000 + "maxLength": 5000 }, "app": { "type": "string", "title": "app", - "maxLength": 24 + "maxLength": 128 } }, "required": [