Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BOT] PR to add/kdf/wallet-connect. Lints file structure, file contents, gets author data, Updates Komodo DeFi Framework Methods Table, adds/updates preview images #432

Open
wants to merge 1 commit into
base: add/kdf/wallet-connect
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions filepathSlugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3795,8 +3795,7 @@
"arguments",
"response",
"examples",
"command-via-pairing-topic",
"command-via-session-topic",
"command",
"response-2"
],
"src/pages/komodo-defi-framework/api/v20-dev/wc_get_session/index.mdx": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ For details on a full list of active WalletConnect sessions, use the [wc\_get\_s

## Arguments

| Structure | Type | Description |
| -------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| topic | string | An active session topic (or pairing topic) hex string. |
| Structure | Type | Description |
| --------- | ------ | ------------------------------------------------------ |
| topic | string | An active session topic (or pairing topic) hex string. |

## Response

Expand All @@ -21,7 +21,7 @@ For details on a full list of active WalletConnect sessions, use the [wc\_get\_s

#### 📌 Examples

#### Command
#### Command

<CodeGroup title="" tag="POST" label="wc_delete_session" mm2MethodDecorate="true">
```json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ For details on a full list of active WalletConnect sessions, use the [wc\_get\_s

## Arguments

| Structure | Type | Description |
| -------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| with\_pairing\_topic | bool | Defaults to `false`. If `true`, allows using the pairing\_topic hex string in the `topic` param to fetch session details. If `false`, expects `topic` param to be the session topic hex string. |
| Structure | Type | Description |
| -------------------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| with\_pairing\_topic | bool | Defaults to `false`. If `true`, allows using the pairing\_topic hex string in the `topic` param to fetch session details. If `false`, expects `topic` param to be the session topic hex string. |

## Response

Expand Down