diff --git a/CAIPs/caip-25.md b/CAIPs/caip-25.md index 8c3e6f49..21f551a3 100644 --- a/CAIPs/caip-25.md +++ b/CAIPs/caip-25.md @@ -102,6 +102,10 @@ Example: "methods": ["get_balance"], "notifications": ["accountsChanged", "chainChanged"] }, + "wallet": { + "methods": ["wallet_getPermissions", "wallet_switchEthereumChain", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"], + "notifications": [] + }, "cosmos": { ... } @@ -192,6 +196,10 @@ An example of a successful response follows: "notifications": ["accountsChanged", "chainChanged"], "accounts":["eip155:42161:0x0910e12C68d02B561a34569E1367c9AAb42bd810"] }, + "wallet": { + "methods": ["wallet_getPermissions", "wallet_switchEthereumChain", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"], + "notifications": [] + }, "cosmos": { ... }