UNPKG

541 BPlain TextView Raw
1export const messageNotInCAL = {
2 domain: {
3 name: "Message Not In CAL",
4 },
5 types: {
6 EIP712Domain: [
7 {
8 name: "name",
9 type: "string",
10 },
11 ],
12 hello: [{ name: "foo", type: "string" }],
13 },
14 primaryType: "hello",
15 message: {
16 hello: {
17 foo: "bar",
18 },
19 },
20};
21
22export const messageNotInCALSchemaHash = "98d7ea16f310e5105efa5c01c63649c7fb786a7d5b8494e0ac52ad35";
23
24export const dynamicCAL = {
25 [`0:0x0000000000000000000000000000000000000000:${messageNotInCALSchemaHash}`]: "found",
26};