You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| topic | string | The session topic hex string, used to identify the session for communications with the external wallet/dapp. |
562
-
| metadata | object | Arbitrary data returned from the external wallet/dapp on connection. |
563
-
| peer\_pubkey | string | TBA |
564
-
| pairing\_topic | string | The pairing topic hex string, used for the initial external wallet/dapp connection. |
565
-
| namespaces | object | Contains the same two [WcConnNs](/komodo-defi-framework/api/common_structures/#wc-conn-ns) objects for Cosmos/EIP155 which were input when initialising the connection via [wc\_new\_connection](/komodo-defi-framework/api/v20-dev/wc_new_connection/#wc-new-connection). |
566
-
| subscription\_id | string | A hex string to identify the connection's subscription |
567
-
| properties | Null | TBA |
568
-
| expiry | integer | A timestamp in [unix epoch format](https://www.epochconverter.com/) indicating when the connection will expire if not otherwise closed. |
| topic | string | The session topic hex string, used to identify the session for communications with the external wallet/dapp. |
562
+
| metadata | object | Arbitrary data returned from the external wallet/dapp on connection. |
563
+
| pairing\_topic | string | The pairing topic hex string, used for the initial external wallet/dapp connection. |
564
+
| namespaces | object | Contains the same two [WcConnNs](/komodo-defi-framework/api/common_structures/#wc-conn-ns) objects for Cosmos/EIP155 which were input when initialising the connection via [wc\_new\_connection](/komodo-defi-framework/api/v20-dev/wc_new_connection/#wc-new-connection). |
565
+
| expiry | integer | A timestamp in [unix epoch format](https://www.epochconverter.com/) indicating when the connection will expire if not otherwise closed. |
| 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. |
15
-
| topic | string | An active session topic (or pairing topic) hex string. |
| 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. |
15
+
| topic | string | An active session topic (or pairing topic) hex string. |
16
16
17
17
## Response
18
18
@@ -22,7 +22,7 @@ For details on a full list of active WalletConnect sessions, use the [wc\_get\_s
Copy file name to clipboardexpand all lines: src/pages/komodo-defi-framework/api/v20/coin_activation/enable_eth_with_tokens/index.mdx
+60
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,66 @@ Additionally, it supports ERC20 tokens on the ETH chain and associated ERC20 lik
332
332
```
333
333
</CollapsibleSection>
334
334
335
+
#### Request using WalletConnect
336
+
337
+
Prior to coin activation using WalletConnect, you need to establish a connection with [wc\_new\_connection](/komodo-defi-framework/api/v20-dev/wc_new_connection/#wc-new-connection)
0 commit comments