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
Copy file name to clipboardExpand all lines: docs/cloud/analytics.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,11 +113,11 @@ Illustrates user connections by displaying the countries with the most connectio
113
113
114
114
Learn more about the Blockchain API [here](./blockchain-api.mdx)
115
115
116
-
### Web3Modal
116
+
### AppKit
117
117
118
118
#### Avg. Daily Visitors
119
119
120
-
Indicates the daily average of unique visitors to your app’s Web3Modal.
120
+
Indicates the daily average of unique visitors to your app’s AppKit.
121
121
122
122
<imgsrc="/img/analytics/web3modal/1.png" />
123
123
@@ -129,7 +129,7 @@ Indicates the daily average of sessions.
129
129
130
130
#### Avg. Daily Connections
131
131
132
-
Indicates the daily average of connections made through Web3Modal.
132
+
Indicates the daily average of connections made through AppKit.
133
133
134
134
<imgsrc="/img/analytics/web3modal/3.png" />
135
135
@@ -159,7 +159,7 @@ Ranks the top wallets that your users are connecting from.
159
159
160
160
#### All Events
161
161
162
-
This table and chart shows the count of various events that are triggered as the users interact with Web3Modal.
162
+
This table and chart shows the count of various events that are triggered as the users interact with AppKit.
163
163
164
164
<imgsrc="/img/analytics/web3modal/8.png" />
165
165
@@ -171,7 +171,7 @@ Provides a breakdown of sessions that have been created by device platform.
171
171
172
172
#### Visitors
173
173
174
-
Shows the daily trend of unique visitors to your app’s Web3Modal.
174
+
Shows the daily trend of unique visitors to your app’s AppKit.
175
175
176
176
<imgsrc="/img/analytics/web3modal/10.png" />
177
177
@@ -237,8 +237,8 @@ Definitions of terms used in WalletConnect Analytics.
237
237
'A session within the context of Relay analytics denotes meaningful user actions, like signing transactions for NFT sales or trades, within a wallet or dapp. It emphasizes core SDK functionality.'
238
238
],
239
239
[
240
-
'Web3Modal:Session',
241
-
'A session within the context of Web3modal analytics represents the connection established between your project and your user’s device (includes browsers). Sessions are created when the user interacts with Web3modal on your app. If user events are tracked within 30min range they will be considered within the same session.'
240
+
'AppKit:Session',
241
+
'A session within the context of AppKit analytics represents the connection established between your project and your user’s device (includes browsers). Sessions are created when the user interacts with AppKit on your app. If user events are tracked within 30min range they will be considered within the same session.'
Copy file name to clipboardExpand all lines: docs/cloud/blockchain-api.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Blockchain API
3
3
---
4
4
5
-
The Blockchain API is the RPC service that powers Web3Modal's blockchain functions such as account balances, ENS resolution, transaction history, and more.
5
+
The Blockchain API is the RPC service that powers AppKit's blockchain functions such as account balances, ENS resolution, transaction history, and more.
6
6
7
7
:::info
8
8
Blockchain API is not the same as the WalletConnect protocol. WalletConnect protocol supports wallets on all chains using the [CAIP-25](https://chainagnostic.org/CAIPs/caip-25) standard. We do not accept requests for new chains to be added to our Blockchain API. Please see your SDK's relevant documentation on how to add RPC URLs for chains you want to use that Blockchain API does not.
9
9
:::
10
10
11
11
## Features
12
12
13
-
-Web3Modal built-in integration
13
+
-AppKit built-in integration
14
14
- Multi-chain mainnet and testnets
15
15
- HTTP RPC support
16
16
- Cloud metrics and reporting
@@ -23,7 +23,7 @@ The Blockchain API supports popular chains such as Ethereum, Binance Smart Chain
23
23
24
24
## Using the Blockchain API
25
25
26
-
No config or setup is needed for Web3Modal integrations. For other usage, see the [Usage](https://github.com/walletconnect/blockchain-api#usage) section.
26
+
No config or setup is needed for AppKit integrations. For other usage, see the [Usage](https://github.com/walletconnect/blockchain-api#usage) section.
Copy file name to clipboardExpand all lines: docs/cloud/chains/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,6 @@ For a chain to benefit users, its prominent wallets and dApps must be registered
40
40
41
41
## Wagmi & Viem
42
42
43
-
If the chain you are registering is EVM compliant, we highly recommend you to integrate it with [Viem](https://viem.sh/docs/clients/chains.html), an ethereum library used by Wagmi and Web3Modal. To accomplish this you will need to open a GitHub Pull Request in the Viem repository.
43
+
If the chain you are registering is EVM compliant, we highly recommend you to integrate it with [Viem](https://viem.sh/docs/clients/chains.html), an ethereum library used by Wagmi and AppKit. To accomplish this you will need to open a GitHub Pull Request in the Viem repository.
0 commit comments