@snapshot-labs/snapshot.js 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
package/src/networks.json CHANGED
@@ -1551,6 +1551,21 @@
1551
1551
  "start": 8821493,
1552
1552
  "logo": "ipfs://QmNkr1UPcBYbvLp7d7Pk4eF3YCsHpaNkfusKZNtykL2EQC"
1553
1553
  },
1554
+ "5000": {
1555
+ "key": "5000",
1556
+ "name": "Mantle",
1557
+ "chainId": 5000,
1558
+ "network": "mainnet",
1559
+ "multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
1560
+ "rpc": [
1561
+ "https://rpc.mantle.xyz"
1562
+ ],
1563
+ "explorer": {
1564
+ "url": "https://explorer.mantle.xyz"
1565
+ },
1566
+ "start": 304717,
1567
+ "logo": "ipfs://bafkreidkucwfn4mzo2gtydrt2wogk3je5xpugom67vhi4h4comaxxjzoz4"
1568
+ },
1554
1569
  "5551": {
1555
1570
  "key": "5551",
1556
1571
  "name": "Nahmii Mainnet",
@@ -10,13 +10,14 @@
10
10
  "type": "string",
11
11
  "format": "long",
12
12
  "title": "About",
13
- "minLength": 1,
13
+ "minLength": 40,
14
14
  "maxLength": 140
15
15
  },
16
16
  "statement": {
17
17
  "type": "string",
18
18
  "format": "long",
19
- "title": "Statement"
19
+ "title": "Statement",
20
+ "maxLength": 10000
20
21
  }
21
22
  },
22
23
  "required": ["about"],