@snapshot-labs/snapshot.js 0.11.9 → 0.11.10

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.11.9",
3
+ "version": "0.11.10",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
@@ -380,6 +380,18 @@
380
380
  "items": {
381
381
  "type": "string"
382
382
  }
383
+ },
384
+ "boost": {
385
+ "type": "object",
386
+ "properties": {
387
+ "disabled": {
388
+ "type": "boolean"
389
+ },
390
+ "bribeEnabled": {
391
+ "type": "boolean"
392
+ }
393
+ },
394
+ "additionalProperties": false
383
395
  }
384
396
  },
385
397
  "required": ["name", "network", "symbol", "strategies"],