@snapshot-labs/snapshot.js 0.12.27 → 0.12.29
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 +2 -1
- package/dist/snapshot.esm.js +2 -1
- package/dist/snapshot.min.js +2 -2
- package/package.json +1 -1
- package/src/gateways.json +1 -0
- package/src/schemas/vote.json +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -1186,7 +1186,7 @@ var definitions$3 = {
|
|
|
1186
1186
|
reason: {
|
|
1187
1187
|
type: "string",
|
|
1188
1188
|
title: "reason",
|
|
1189
|
-
maxLength:
|
|
1189
|
+
maxLength: 5000
|
|
1190
1190
|
},
|
|
1191
1191
|
app: {
|
|
1192
1192
|
type: "string",
|
|
@@ -1673,6 +1673,7 @@ function verify$2(address_1, sig_1, data_1) {
|
|
|
1673
1673
|
}
|
|
1674
1674
|
|
|
1675
1675
|
var gateways = [
|
|
1676
|
+
"ipfs.snapshot.box",
|
|
1676
1677
|
"snapshot.4everland.link",
|
|
1677
1678
|
"ipfs.io",
|
|
1678
1679
|
"ipfs.fleek.co",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -1176,7 +1176,7 @@ var definitions$3 = {
|
|
|
1176
1176
|
reason: {
|
|
1177
1177
|
type: "string",
|
|
1178
1178
|
title: "reason",
|
|
1179
|
-
maxLength:
|
|
1179
|
+
maxLength: 5000
|
|
1180
1180
|
},
|
|
1181
1181
|
app: {
|
|
1182
1182
|
type: "string",
|
|
@@ -1663,6 +1663,7 @@ function verify$2(address_1, sig_1, data_1) {
|
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
1665
|
var gateways = [
|
|
1666
|
+
"ipfs.snapshot.box",
|
|
1666
1667
|
"snapshot.4everland.link",
|
|
1667
1668
|
"ipfs.io",
|
|
1668
1669
|
"ipfs.fleek.co",
|