Skip to content

Commit d7e208d

Browse files
authored
Merge pull request WalletConnect#1648 from WalletConnect/fix/tech-debt
Fix/tech debt
2 parents f8e8d4c + 5b68735 commit d7e208d

File tree

5 files changed

+22
-14
lines changed

5 files changed

+22
-14
lines changed

docs/cloud/analytics.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ Illustrates user connections by displaying the countries with the most connectio
113113

114114
Learn more about the Blockchain API [here](./blockchain-api.mdx)
115115

116-
### Web3Modal
116+
### AppKit
117117

118118
#### Avg. Daily Visitors
119119

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.
121121

122122
<img src="/img/analytics/web3modal/1.png" />
123123

@@ -129,7 +129,7 @@ Indicates the daily average of sessions.
129129

130130
#### Avg. Daily Connections
131131

132-
Indicates the daily average of connections made through Web3Modal.
132+
Indicates the daily average of connections made through AppKit.
133133

134134
<img src="/img/analytics/web3modal/3.png" />
135135

@@ -159,7 +159,7 @@ Ranks the top wallets that your users are connecting from.
159159

160160
#### All Events
161161

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.
163163

164164
<img src="/img/analytics/web3modal/8.png" />
165165

@@ -171,7 +171,7 @@ Provides a breakdown of sessions that have been created by device platform.
171171

172172
#### Visitors
173173

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.
175175

176176
<img src="/img/analytics/web3modal/10.png" />
177177

@@ -237,8 +237,8 @@ Definitions of terms used in WalletConnect Analytics.
237237
'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.'
238238
],
239239
[
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.'
242242
],
243243
[
244244
'Message',

docs/cloud/blockchain-api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Blockchain API
33
---
44

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.
66

77
:::info
88
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.
99
:::
1010

1111
## Features
1212

13-
- Web3Modal built-in integration
13+
- AppKit built-in integration
1414
- Multi-chain mainnet and testnets
1515
- HTTP RPC support
1616
- Cloud metrics and reporting
@@ -23,7 +23,7 @@ The Blockchain API supports popular chains such as Ethereum, Binance Smart Chain
2323

2424
## Using the Blockchain API
2525

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.
2727

2828
## Limits
2929

docs/cloud/chains/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ For a chain to benefit users, its prominent wallets and dApps must be registered
4040

4141
## Wagmi & Viem
4242

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.
4444

4545
- [Viem GitHub Repository](https://github.com/wagmi-dev/viem/tree/main/src/chains/definitions)

docs/cloud/explorer-submission.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@ However, doing so ensures that your project is listed under [WalletConnect Explo
9595
{
9696
field: 'Mobile Linking',
9797
description:
98-
'Required for mobile wallets targeting Web3modal. Deep Link is recommended over Universal Link',
98+
'Required for mobile wallets targeting AppKit. Deep Link is recommended over Universal Link',
9999
required: 'no'
100100
},
101101
{
102102
field: 'Desktop Linking',
103-
description: 'Required for desktop wallets targeting Web3modal.',
103+
description: 'Required for desktop wallets targeting AppKit.',
104104
required: 'no'
105105
},
106106
{
107107
field: 'Injected Wallet Identifiers',
108108
description:
109-
'Required for injected wallets targeting Web3modal. RDNS (from EIP-6963 metadata) is recommended over Provider Flags(Legacy)',
109+
'Required for injected wallets targeting AppKit. RDNS (from EIP-6963 metadata) is recommended over Provider Flags(Legacy)',
110110
required: 'no'
111111
},
112112
{

vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
{
2121
"source": "/web3wallet/:path*",
2222
"destination": "/walletkit/overview"
23+
},
24+
{
25+
"source": "/advanced/multichain/chain-list",
26+
"destination": "cloud/chains/chain-list"
27+
},
28+
{
29+
"source": "/advanced/rpc-reference/:path*",
30+
"destination": "/advanced/multichain/rpc-reference/:path*"
2331
}
2432
]
2533
}

0 commit comments

Comments
 (0)