Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jan 7, 2025
1 parent 9ad67aa commit b73d125
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ERCS/erc-7846.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ This is especially evident in the case of attempting to batch connection with au

Requests to connect account(s) with optional capabilities.

##### Parameters
##### Request

```ts
type Parameters = {
type Request = {
method: 'wallet_connect',
params: [{
// JSON-RPC method version.
Expand Down Expand Up @@ -95,10 +95,10 @@ Disconnects connected account(s).

- The wallet SHOULD revoke any capabilities associated with the account(s) that were granted upon connection via `wallet_connect`.

##### Parameters
##### Request

```ts
type Parameters = {
type Request = {
method: 'wallet_disconnect'
}
```
Expand Down

0 comments on commit b73d125

Please sign in to comment.