Skip to content

Commit

Permalink
fix: add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Jan 23, 2025
1 parent dc02439 commit 4ba0f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/starknet-snap/src/utils/permission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const walletUIDappPermissions = publicPermissions.concat([
RpcMethod.GetStoredErc20Tokens,
RpcMethod.AddAccount,
RpcMethod.SwitchAccount,
RpcMethod.ToggleAccountVisibility,
]);

const publicPermissionsSet = new Set(publicPermissions);
Expand Down

0 comments on commit 4ba0f39

Please sign in to comment.