@snapshot-labs/snapshot.js 0.4.91 → 0.4.93
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 +3 -3
- package/dist/snapshot.esm.js +3 -3
- package/dist/snapshot.min.js +2 -2
- package/package.json +1 -1
- package/src/networks.json +2 -2
- package/src/schemas/proposal.json +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -879,7 +879,7 @@ var definitions$1 = {
|
|
|
879
879
|
body: {
|
|
880
880
|
type: "string",
|
|
881
881
|
title: "body",
|
|
882
|
-
minLength:
|
|
882
|
+
minLength: 0,
|
|
883
883
|
maxLength: 14400
|
|
884
884
|
},
|
|
885
885
|
discussion: {
|
|
@@ -1350,8 +1350,8 @@ var networks = {
|
|
|
1350
1350
|
},
|
|
1351
1351
|
"5": {
|
|
1352
1352
|
key: "5",
|
|
1353
|
-
name: "Ethereum Testnet
|
|
1354
|
-
shortName: "
|
|
1353
|
+
name: "Ethereum Testnet Goerli",
|
|
1354
|
+
shortName: "Goerli",
|
|
1355
1355
|
chainId: 5,
|
|
1356
1356
|
network: "goerli",
|
|
1357
1357
|
testnet: true,
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -870,7 +870,7 @@ var definitions$1 = {
|
|
|
870
870
|
body: {
|
|
871
871
|
type: "string",
|
|
872
872
|
title: "body",
|
|
873
|
-
minLength:
|
|
873
|
+
minLength: 0,
|
|
874
874
|
maxLength: 14400
|
|
875
875
|
},
|
|
876
876
|
discussion: {
|
|
@@ -1341,8 +1341,8 @@ var networks = {
|
|
|
1341
1341
|
},
|
|
1342
1342
|
"5": {
|
|
1343
1343
|
key: "5",
|
|
1344
|
-
name: "Ethereum Testnet
|
|
1345
|
-
shortName: "
|
|
1344
|
+
name: "Ethereum Testnet Goerli",
|
|
1345
|
+
shortName: "Goerli",
|
|
1346
1346
|
chainId: 5,
|
|
1347
1347
|
network: "goerli",
|
|
1348
1348
|
testnet: true,
|