Skip to content

Commit

Permalink
Add new unsafe RPC methods
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Feb 13, 2024
1 parent e6773c4 commit b15132d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cere/torus-embed",
"version": "0.2.4",
"clientVersion": "1.24.0",
"version": "0.2.5",
"clientVersion": "1.29.4",
"description": "Embed script for Torus (Cere frok)",
"main": "dist/torus.cjs.js",
"module": "dist/torus.esm.js",
Expand Down
3 changes: 3 additions & 0 deletions src/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ const UNSAFE_METHODS = [
"eth_getEncryptionPublicKey",
"eth_decrypt",
"ed25519_transfer",
"ed25519_sign",
"ed25519_signRaw",
"eth_transfer",
];

class Torus {
Expand Down

0 comments on commit b15132d

Please sign in to comment.