Skip to content

Commit

Permalink
Merge branch 'master' into treasuries-to-be-unique
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Sep 9, 2024
2 parents 440b8a7 + 0f952f5 commit 7f654ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.12.8",
"version": "0.12.10",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
1 change: 1 addition & 0 deletions src/delegationSubgraphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"250": "https://subgrapher.snapshot.org/delegation/250",
"8453": "https://subgrapher.snapshot.org/delegation/8453",
"42161": "https://subgrapher.snapshot.org/delegation/42161",
"59144": "https://subgrapher.snapshot.org/delegation/59144",
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
}
8 changes: 7 additions & 1 deletion src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@
"avatar": {
"type": "string",
"title": "avatar",
"format": "uri",
"format": "customUrl",
"maxLength": 256
},
"cover": {
"type": "string",
"title": "avatar",
"format": "customUrl",
"maxLength": 256
},
"location": {
Expand Down

0 comments on commit 7f654ac

Please sign in to comment.