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 0f8b61c commit 92192dbCopy full SHA for 92192db
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.12.0",
+ "version": "0.12.1",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/verify/index.ts
@@ -6,7 +6,7 @@ import type { TypedDataField } from '@ethersproject/abstract-signer';
import type { ProviderOptions } from '../utils/provider';
7
8
export type SignaturePayload = {
9
- domain: Record<string, string>;
+ domain: Record<string, string | number>;
10
types: Record<string, StarkNetType[] | TypedDataField[]>;
11
primaryType?: string;
12
message: Record<string, any>;
0 commit comments