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 dfa589b commit 010009bCopy full SHA for 010009b
packages/hypergraph/src/identity/abis.ts
@@ -27,3 +27,20 @@ export const safeModuleManagerAbi = [
27
type: 'function',
28
},
29
];
30
+
31
+// We only use this for revokeEnableSignature to use as a noop when creating a smart session
32
+export const smartSessionsAbi = [
33
+ {
34
+ inputs: [
35
36
+ internalType: 'PermissionId',
37
+ name: 'permissionId',
38
+ type: 'bytes32',
39
+ },
40
+ ],
41
+ name: 'revokeEnableSignature',
42
+ outputs: [],
43
+ stateMutability: 'nonpayable',
44
+ type: 'function',
45
46
+];
0 commit comments