@snapshot-labs/snapshot.js 0.12.33 → 0.12.35

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.
@@ -553,6 +553,17 @@ var definitions = {
553
553
  maxLength: 64,
554
554
  format: "domain"
555
555
  },
556
+ discussions: {
557
+ type: "string",
558
+ format: "uri",
559
+ title: "Discussions link",
560
+ maxLength: 256
561
+ },
562
+ discourseCategory: {
563
+ type: "integer",
564
+ minimum: 1,
565
+ title: "Discourse category"
566
+ },
556
567
  strategies: {
557
568
  type: "array",
558
569
  minItems: 1,
@@ -2542,7 +2553,7 @@ var networks = {
2542
2553
  },
2543
2554
  "1480": {
2544
2555
  key: "1480",
2545
- name: "Islander",
2556
+ name: "Vana",
2546
2557
  shortName: "mainnet",
2547
2558
  chainId: 1480,
2548
2559
  network: "mainnet",
@@ -543,6 +543,17 @@ var definitions = {
543
543
  maxLength: 64,
544
544
  format: "domain"
545
545
  },
546
+ discussions: {
547
+ type: "string",
548
+ format: "uri",
549
+ title: "Discussions link",
550
+ maxLength: 256
551
+ },
552
+ discourseCategory: {
553
+ type: "integer",
554
+ minimum: 1,
555
+ title: "Discourse category"
556
+ },
546
557
  strategies: {
547
558
  type: "array",
548
559
  minItems: 1,
@@ -2532,7 +2543,7 @@ var networks = {
2532
2543
  },
2533
2544
  "1480": {
2534
2545
  key: "1480",
2535
- name: "Islander",
2546
+ name: "Vana",
2536
2547
  shortName: "mainnet",
2537
2548
  chainId: 1480,
2538
2549
  network: "mainnet",