We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57406b6 commit 2a13d16Copy full SHA for 2a13d16
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/sign/types.ts
@@ -43,7 +43,7 @@ export interface UpdateProposal {
43
}
44
45
export interface FlagProposal {
46
- from: string;
+ from?: string;
47
space: string;
48
proposal: string;
49
timestamp?: number;
0 commit comments