Skip to content

Commit

Permalink
Merge branch 'master' into revert-app-length-bump-to-128-chars
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Dec 8, 2024
2 parents 0673d12 + c29d356 commit 3ad641a
Show file tree
Hide file tree
Showing 4 changed files with 59 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.33",
"version": "0.12.36",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
46 changes: 45 additions & 1 deletion src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,20 @@
"start": 94425385,
"logo": "ipfs://bafkreifc5z5vtvqx2luzgateyvoocwpd2ifv2hwufxdnyl2a767wa6icli"
},
"109": {
"key": "109",
"name": "Shibarium",
"shortName": "mainnet",
"chainId": 109,
"network": "mainnet",
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
"rpc": [],
"explorer": {
"url": "https://shibariumscan.io"
},
"start": 3485946,
"logo": "ipfs://bafkreig57igai5phg4icywc5yoockd52jo3hlvbkyi6wiufrmu4p2lmenm"
},
"122": {
"key": "122",
"name": "Fuse",
Expand Down Expand Up @@ -380,6 +394,21 @@
"start": 1290,
"logo": "ipfs://bafkreib4xhbgbhrwkmizp4d4nz3wzbpyhdm6wpz2v2pbkk7jxsgg3hdt74"
},
"157": {
"key": "157",
"name": "Shibarium Puppynet Testnet",
"shortName": "testnet",
"chainId": 157,
"network": "testnet",
"multicall": "0xA4029b74FBA366c926eDFA7Dd10B21C621170a4c",
"rpc": [],
"explorer": {
"url": "https://puppyscan.shib.io/"
},
"start": 3035769,
"logo": "ipfs://bafkreig57igai5phg4icywc5yoockd52jo3hlvbkyi6wiufrmu4p2lmenm",
"testnet": true
},
"169": {
"key": "169",
"name": "Manta Pacific",
Expand Down Expand Up @@ -827,7 +856,7 @@
},
"1480": {
"key": "1480",
"name": "Islander",
"name": "Vana",
"shortName": "mainnet",
"chainId": 1480,
"network": "mainnet",
Expand Down Expand Up @@ -1257,6 +1286,21 @@
"logo": "ipfs://bafkreiepnhfv3hgexddjpyaeemxo3byhtxxit6t4zsponyczee6ddjqxwi",
"testnet": true
},
"14800": {
"key": "14800",
"name": "Vana Moksha Testnet",
"shortName": "testnet",
"chainId": 14800,
"network": "testnet",
"multicall": "0xD8d2dFca27E8797fd779F8547166A2d3B29d360E",
"rpc": [],
"explorer": {
"url": "https://moksha.vanascan.io"
},
"start": 732283,
"logo": "ipfs://bafkreibotel3dmc5og5rf3tpt7l74awkene7x6q3oxtwhptt4y4rpa7vsa",
"testnet": true
},
"16718": {
"key": "16718",
"name": "AirDAO",
Expand Down
11 changes: 11 additions & 0 deletions src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@
"maxLength": 64,
"format": "domain"
},
"discussions": {
"type": "string",
"format": "uri",
"title": "Discussions link",
"maxLength": 256
},
"discourseCategory": {
"type": "integer",
"minimum": 1,
"title": "Discourse category"
},
"strategies": {
"type": "array",
"minItems": 1,
Expand Down
2 changes: 2 additions & 0 deletions test/examples/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"network": "1",
"plugins": {},
"twitter": "lootproject",
"discussions": "https://discuss.ens.domains/",
"discourseCategory": 28,
"domain": "vote.lootproject.abc",
"strategies": [
{
Expand Down

0 comments on commit 3ad641a

Please sign in to comment.