Skip to content

Commit 5655b67

Browse files
committed
Disable the viewing key access permission feature (Postpone this feature to the next release)
1 parent d9fd10f commit 5655b67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: packages/background/src/tokens/handler.ts

+2
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ const handleGetSecret20ViewingKey: (
7878
msg.origin
7979
);
8080

81+
/*
8182
await service.checkOrGrantSecret20ViewingKeyPermission(
8283
env,
8384
msg.chainId,
8485
msg.contractAddress,
8586
msg.origin
8687
);
88+
*/
8789

8890
return await service.getSecret20ViewingKey(
8991
msg.chainId,

0 commit comments

Comments
 (0)