Skip to content

Commit b384ebc

Browse files
authored
Update apis.md (#1997)
1 parent d691148 commit b384ebc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

snaps/learn/about-snaps/apis.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,14 @@ The `ethereum` global available to Snaps has fewer capabilities than `window.eth
108108
Snaps can only use it to make read requests, not to write to the blockchain or initiate transactions.
109109
Snaps can call all Wallet JSON-RPC API methods **except** the following:
110110

111-
- [`wallet_requestSnaps`](../../reference/wallet-api-for-snaps.md#wallet_requestsnaps)
112111
- [`wallet_requestPermissions`](/wallet/reference/json-rpc-methods/wallet_requestpermissions)
113112
- [`wallet_revokePermissions`](/wallet/reference/json-rpc-methods/wallet_revokepermissions)
114113
- [`wallet_addEthereumChain`](/wallet/reference/json-rpc-methods/wallet_addethereumchain)
115114
- [`wallet_switchEthereumChain`](/wallet/reference/json-rpc-methods/wallet_switchethereumchain)
116115
- [`wallet_watchAsset`](/wallet/reference/json-rpc-methods/wallet_watchasset)
117116
- [`wallet_registerOnboarding`](/wallet/reference/json-rpc-methods/wallet_registeronboarding)
118117
- [`wallet_scanQRCode`](/wallet/reference/json-rpc-methods/wallet_scanqrcode)
119-
- [`eth_sendRawTransaction`](/wallet/reference/json-rpc-methods/eth_sendrawtransaction)
120118
- [`eth_sendTransaction`](/wallet/reference/json-rpc-methods/eth_sendtransaction)
121-
- [`eth_signTypedData_v4`](/wallet/reference/json-rpc-methods/eth_signtypeddata_v4)
122119
- [`eth_decrypt`](/wallet/reference/json-rpc-methods/eth_decrypt)
123120
- [`eth_getEncryptionPublicKey`](/wallet/reference/json-rpc-methods/eth_getencryptionpublickey)
124121

0 commit comments

Comments
 (0)