Skip to content

Commit

Permalink
feat: add permission EXECUTE_RELAY_CALL
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Oct 17, 2023
1 parent 4ab134b commit 2eab8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/Method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ export interface Permissions {
ENCRYPT?: boolean;
DECRYPT?: boolean;
SIGN?: boolean;
EXECUTE_RELAY_CALL?: boolean;
}

0 comments on commit 2eab8d5

Please sign in to comment.