@snapshot-labs/snapshot.js 0.12.8 → 0.12.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.
@@ -478,7 +478,13 @@ var definitions = {
478
478
  avatar: {
479
479
  type: "string",
480
480
  title: "avatar",
481
- format: "uri",
481
+ format: "customUrl",
482
+ maxLength: 256
483
+ },
484
+ cover: {
485
+ type: "string",
486
+ title: "avatar",
487
+ format: "customUrl",
482
488
  maxLength: 256
483
489
  },
484
490
  location: {
@@ -3612,6 +3618,7 @@ var delegationSubgraphs = {
3612
3618
  "250": "https://subgrapher.snapshot.org/delegation/250",
3613
3619
  "8453": "https://subgrapher.snapshot.org/delegation/8453",
3614
3620
  "42161": "https://subgrapher.snapshot.org/delegation/42161",
3621
+ "59144": "https://subgrapher.snapshot.org/delegation/59144",
3615
3622
  "11155111": "https://subgrapher.snapshot.org/delegation/11155111"
3616
3623
  };
3617
3624
 
@@ -468,7 +468,13 @@ var definitions = {
468
468
  avatar: {
469
469
  type: "string",
470
470
  title: "avatar",
471
- format: "uri",
471
+ format: "customUrl",
472
+ maxLength: 256
473
+ },
474
+ cover: {
475
+ type: "string",
476
+ title: "avatar",
477
+ format: "customUrl",
472
478
  maxLength: 256
473
479
  },
474
480
  location: {
@@ -3602,6 +3608,7 @@ var delegationSubgraphs = {
3602
3608
  "250": "https://subgrapher.snapshot.org/delegation/250",
3603
3609
  "8453": "https://subgrapher.snapshot.org/delegation/8453",
3604
3610
  "42161": "https://subgrapher.snapshot.org/delegation/42161",
3611
+ "59144": "https://subgrapher.snapshot.org/delegation/59144",
3605
3612
  "11155111": "https://subgrapher.snapshot.org/delegation/11155111"
3606
3613
  };
3607
3614