@snapshot-labs/snapshot.js 0.12.15 → 0.12.16
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
|
@@ -727,6 +727,14 @@ var definitions = {
|
|
|
727
727
|
"0x3901D0fDe202aF1427216b79f5243f8A022d68cf"
|
|
728
728
|
]
|
|
729
729
|
},
|
|
730
|
+
delegationNetwork: {
|
|
731
|
+
type: "string",
|
|
732
|
+
snapshotNetwork: true,
|
|
733
|
+
title: "Delegation network",
|
|
734
|
+
minLength: 1,
|
|
735
|
+
maxLength: 32,
|
|
736
|
+
description: "The network of your delegation contract"
|
|
737
|
+
},
|
|
730
738
|
delegationApi: {
|
|
731
739
|
type: "string",
|
|
732
740
|
format: "uri",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -717,6 +717,14 @@ var definitions = {
|
|
|
717
717
|
"0x3901D0fDe202aF1427216b79f5243f8A022d68cf"
|
|
718
718
|
]
|
|
719
719
|
},
|
|
720
|
+
delegationNetwork: {
|
|
721
|
+
type: "string",
|
|
722
|
+
snapshotNetwork: true,
|
|
723
|
+
title: "Delegation network",
|
|
724
|
+
minLength: 1,
|
|
725
|
+
maxLength: 32,
|
|
726
|
+
description: "The network of your delegation contract"
|
|
727
|
+
},
|
|
720
728
|
delegationApi: {
|
|
721
729
|
type: "string",
|
|
722
730
|
format: "uri",
|