@snapshot-labs/snapshot.js 0.12.63 → 0.12.65
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/dist/snapshot.cjs.js
CHANGED
|
@@ -526,6 +526,10 @@ var definitions = {
|
|
|
526
526
|
pattern: "^[A-Za-z0-9_-]*$",
|
|
527
527
|
maxLength: 39
|
|
528
528
|
},
|
|
529
|
+
farcaster: {
|
|
530
|
+
type: "string",
|
|
531
|
+
title: "farcaster"
|
|
532
|
+
},
|
|
529
533
|
email: {
|
|
530
534
|
type: "string",
|
|
531
535
|
title: "email",
|
|
@@ -718,6 +722,10 @@ var definitions = {
|
|
|
718
722
|
{
|
|
719
723
|
"const": "split-delegation",
|
|
720
724
|
title: "Split Delegation"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"const": "apechain-delegate-registry",
|
|
728
|
+
title: "ApeChain Delegate Registry"
|
|
721
729
|
}
|
|
722
730
|
]
|
|
723
731
|
},
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -516,6 +516,10 @@ var definitions = {
|
|
|
516
516
|
pattern: "^[A-Za-z0-9_-]*$",
|
|
517
517
|
maxLength: 39
|
|
518
518
|
},
|
|
519
|
+
farcaster: {
|
|
520
|
+
type: "string",
|
|
521
|
+
title: "farcaster"
|
|
522
|
+
},
|
|
519
523
|
email: {
|
|
520
524
|
type: "string",
|
|
521
525
|
title: "email",
|
|
@@ -708,6 +712,10 @@ var definitions = {
|
|
|
708
712
|
{
|
|
709
713
|
"const": "split-delegation",
|
|
710
714
|
title: "Split Delegation"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"const": "apechain-delegate-registry",
|
|
718
|
+
title: "ApeChain Delegate Registry"
|
|
711
719
|
}
|
|
712
720
|
]
|
|
713
721
|
},
|