Skip to content

Commit

Permalink
Add permission RPC method
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Feb 13, 2024
1 parent e2109a1 commit 8fcd72d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cere/torus-embed",
"version": "0.2.5",
"version": "0.2.6",
"clientVersion": "1.29.4",
"description": "Embed script for Torus (Cere frok)",
"main": "dist/torus.cjs.js",
Expand Down
1 change: 1 addition & 0 deletions src/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const UNSAFE_METHODS = [
"ed25519_sign",
"ed25519_signRaw",
"eth_transfer",
"wallet_requestPermissions",
];

class Torus {
Expand Down

0 comments on commit 8fcd72d

Please sign in to comment.