Skip to content

Commit

Permalink
Merge branch 'master' into support-eip-6492
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Sep 18, 2024
2 parents f258004 + 940316b commit a264661
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 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.13",
"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"
}
31 changes: 30 additions & 1 deletion src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,20 @@
"start": 4219343,
"logo": "ipfs://QmXkneyRB6HbHTHRLCZpZqSsawiyJY7b2kZ2V8ydvKYAgv"
},
"2192": {
"key": "2192",
"name": "SnaxChain",
"shortName": "mainnet",
"chainId": 2192,
"network": "mainnet",
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
"rpc": [],
"explorer": {
"url": "https://explorer.snaxchain.io"
},
"start": 1554893,
"logo": "ipfs://bafkreibzz757piho2llzkbiszpvalf5k5hpmxcwhvrmgp7vpz2vp4vj7ly"
},
"2221": {
"key": "2221",
"name": "Kava Testnet",
Expand Down Expand Up @@ -1439,6 +1453,21 @@
"start": 12011090,
"logo": "ipfs://bafkreihgr7zy7vi5kqddybfaezwuhvssg57qluwmyan4qq7l57nr7w7wey"
},
"80002": {
"key": "80002",
"name": "Polygon Amoy Testnet",
"shortName": "testnet",
"chainId": 80002,
"network": "testnet",
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
"rpc": [],
"explorer": {
"url": "https://amoy.polygonscan.com/"
},
"start": 3127388,
"logo": "ipfs://bafkreibfiyvhqnme2vbxxfcku7qkxgjpkg6ywdkplxh4oxlkqsbznyorfm",
"testnet": true
},
"81457": {
"key": "81457",
"name": "Blast",
Expand Down Expand Up @@ -1542,7 +1571,7 @@
"0x8FADE66B79cC9f707aB26799354482EB93a5B7dD"
],
"ensNameWrapper": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
"ensSubgraph": "https://api.studio.thegraph.com/proxy/49574/enssepolia/version/latest",
"ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/DmMXLtMZnGbQXASJ7p1jfzLUbBYnYUD9zNBTxpkjHYXV",
"explorer": {
"url": "https://sepolia.etherscan.io",
"apiUrl": "https://api-sepolia.etherscan.io"
Expand Down
9 changes: 8 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 Expand Up @@ -345,6 +351,7 @@
"treasuries": {
"type": "array",
"maxItems": 10,
"uniqueItems": true,
"items": {
"type": "object",
"properties": {
Expand Down

0 comments on commit a264661

Please sign in to comment.