Skip to content

Commit e5de0ca

Browse files
authored
chore: Change curtis to testnet and update labels limit to 10 (#1063)
1 parent d287c01 commit e5de0ca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.12.17",
3+
"version": "0.12.18",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,14 +1280,15 @@
12801280
"name": "Curtis",
12811281
"shortName": "apechain",
12821282
"chainId": 33111,
1283-
"network": "mainnet",
1283+
"network": "testnet",
12841284
"multicall": "0xc454132B017b55b427f45078E335549A7124f5f7",
12851285
"rpc": [],
12861286
"explorer": {
12871287
"url": "https://explorer.curtis.apechain.com"
12881288
},
12891289
"start": 6661339,
1290-
"logo": "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
1290+
"logo": "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu",
1291+
"testnet": true
12911292
},
12921293
"33139": {
12931294
"key": "33139",

src/schemas/space.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
},
396396
"labels": {
397397
"type": "array",
398-
"maxItems": 100,
398+
"maxItems": 10,
399399
"uniqueItems": true,
400400
"items":{
401401
"type": "object",

0 commit comments

Comments
 (0)