Skip to content

Commit 0614b5d

Browse files
authored
Merge pull request #565 from reown-com/devin/1752498674-update-remaining-cloud-references
Update all cloud.reown.com URLs to dashboard.reown.com and Reown Cloud references to Reown Dashboard
2 parents 039f13d + 6269195 commit 0614b5d

File tree

95 files changed

+179
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+179
-179
lines changed

advanced/api/core/pairing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To use initialize RelayClient properly you will need a projectId. Go to https://
7474

7575
#### CoreClient initialization
7676

77-
Before using any of the WalletConnect Kotlin SDKs, it is necessary to initialize the CoreClient. The initialization of CoreClient must always happen in the Android Application class. Provide the projectId generated in the Reown Cloud, the WebSocket URL, choose the connection type, and pass the application class. You can also pass your own Relay instance using the `RelayConnectionInterface`.
77+
Before using any of the WalletConnect Kotlin SDKs, it is necessary to initialize the CoreClient. The initialization of CoreClient must always happen in the Android Application class. Provide the projectId generated in the Reown Dashboard, the WebSocket URL, choose the connection type, and pass the application class. You can also pass your own Relay instance using the `RelayConnectionInterface`.
7878

7979
```kotlin
8080
val projectId = "" //Get Project ID at https://dashboard.reown.com/
@@ -211,7 +211,7 @@ https://github.com/VolodymyrBS/WebGLThreadingPatcher.git
211211
#### Initialization
212212

213213
1. Fill in the Project ID and Metadata fields in the `Assets/WalletConnectUnity/Resources/WalletConnectProjectConfig` asset.
214-
- If you dont have a Project ID, you can create one at [Reown Cloud](https://dashboard.reown.com).
214+
- If you don't have a Project ID, you can create one at [Reown Dashboard](https://dashboard.reown.com).).
215215
- The `Redirect` fields are optional. They are used to redirect the user back to your app after they approve or reject the session.
216216
2. Initialize `WalletConnect` and get reference to the instance of `Core`:
217217

advanced/api/core/relay.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Relay API can be accessed through the Core Client
1212
>
1313
<Tab title="iOS">
1414

15-
Before using Sign or Auth SDK, it is necessary to configure a shared Networking Client instance. Set a project ID generated when starting a project on Reown Cloud and SocketFactory instance.
15+
Before using Sign or Auth SDK, it is necessary to configure a shared Networking Client instance. Set a project ID generated when starting a project on Reown Dashboard and SocketFactory instance.
1616

1717
WalletConnect Swift SDK does not depend on any websocket library. SocketFactory parameter allows you to pass your own implementation of websocket connection.
1818

@@ -30,7 +30,7 @@ struct SocketFactory: WebSocketFactory {
3030
}
3131
```
3232

33-
Please note that if you have made changes to the list of **Allowed Domains** in the **Reown Cloud Dashboard**, then you may encounter an error with the connection if you use **Starscream** or any other socket client. For example, the native implementation of **Starscream** will use the `relay.walletconnect.com` as an `Origin` parameter if not provided, which will be missing from the list of **Allowed Domains**. The solution to this could be the inclusion of the `relay.walletconnect.com` in the **Allowed Domains**, corresponding changes in the socket client implementation, or following changes in the `WebSocketFactory`.
33+
Please note that if you have made changes to the list of **Allowed Domains** in the **Reown Dashboard**, then you may encounter an error with the connection if you use **Starscream** or any other socket client. For example, the native implementation of **Starscream** will use the `relay.walletconnect.com` as an `Origin` parameter if not provided, which will be missing from the list of **Allowed Domains**. The solution to this could be the inclusion of the `relay.walletconnect.com` in the **Allowed Domains**, corresponding changes in the socket client implementation, or following changes in the `WebSocketFactory`.
3434

3535
Create and register App Group Identifier in [Apple Developer Center](https://developer.apple.com/account/resources/identifiers/list/applicationGroup) if needed and provide it during Networking client configuration.
3636

advanced/api/sign/dapp-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ WalletConnectUnity is a wrapper for WalletConnectSharp. It simplifies managing a
999999
To use WalletConnectUnity in your project:
10001000
10011001
1. Fill in the Project ID and Metadata fields in the `Assets/WalletConnectUnity/Resources/WalletConnectProjectConfig` asset.
1002-
- If you dont have a Project ID, you can create one at [Reown Cloud Dashboard](https://dashboard.reown.com).
1002+
- If you don't have a Project ID, you can create one at [Reown Dashboard](https://dashboard.reown.com).
10031003
- The `Redirect` fields are optional. They are used to redirect the user back to your app after they approve or reject the session.
10041004
2. Initialize `WalletConnect` and connect the wallet:
10051005

advanced/providers/ethereum.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The Ethereum Provider's `init` method takes the following parameters:
6969

7070
| Value | Description | Type | Required |
7171
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------|----------|
72-
| **projectId** | Your project ID obtained from Reown Cloud: [https://dashboard.reown.com/](https://dashboard.reown.com/) | `string` | true |
72+
| **projectId** | Your project ID obtained from Reown Dashboard: [https://dashboard.reown.com/](https://dashboard.reown.com/) | `string` | true |
7373
| **optionalChains** | An array of the chain IDs you want to support. It is highly recommended to use "optionalChains" over "chains" for multi-chain dapps, ensuring compatibility with Smart Contract Wallets. | `number[]` | false |
7474
| **optionalMethods** | The Ethereum methods you want to support and send in the session proposal under the "optionalNamespaces" scope. If undefined, it defaults to all EIP-1193 compatible methods. | `string[]` | false |
7575
| **optionalEvents** | The Ethereum events you want to support and send in the session proposal under the "optionalNamespaces" scope. If undefined, it defaults to all EIP-1193 compatible events. | `string[]` | false |

advanced/providers/solana-adapter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The WalletConnect Solana Adapter allows you to integrate the WalletConnect proto
2525

2626
## Cloud Configuration
2727

28-
Create a new project on Reown Cloud at https://dashboard.reown.com and obtain a new project ID.
28+
Create a new project on Reown Dashboard at https://dashboard.reown.com and obtain a new project ID.
2929

3030
<CloudBanner />
3131

advanced/push-server.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ The Push Server sends WalletConnect protocol activity using FCM or APNs to users
66

77
Several options exist for setting up the Push Server:
88

9-
1. Using [Reown Cloud](#setup-in-walletconnect-cloud) (recommended)
9+
1. Using [Reown Dashboard](#setup-in-walletconnect-cloud) (recommended)
1010
2. Self-host the [Push Server](https://github.com/WalletConnect/push-server)
1111
3. Write your own implementation using the [spec](https://specs.walletconnect.com/2.0/specs/servers/push/spec)
1212

13-
It is recommended that you use Reown Cloud for simplicity and ease of integration. Typically you only need to self-host if you have concerns about our hosted platform having access to your FCM or APNs server credentials, such as for regulatory reasons. If you want to self-host or implement against the spec, please reach out to devrel@walletconnect.com for assistance.
13+
It is recommended that you use Reown Dashboard for simplicity and ease of integration. Typically you only need to self-host if you have concerns about our hosted platform having access to your FCM or APNs server credentials, such as for regulatory reasons. If you want to self-host or implement against the spec, please reach out to devrel@walletconnect.com for assistance.
1414

15-
## Setup in Reown Cloud
15+
## Setup in Reown Dashboard
1616

17-
1. Create a Project in the Cloud App. Go to [Reown Cloud](https://dashboard.reown.com/) and sign up for an account.
17+
1. Create a Project in the Cloud App. Go to [Reown Dashboard](https://dashboard.reown.com/) and sign up for an account.
1818

1919
2. To get your project's Push URL, from the Cloud App, go into the settings tab and click on `Create Push URL`.
2020
<Frame>
@@ -37,7 +37,7 @@ If you already have FCM Legacy enabled and then enable FCM v1, push notification
3737
<Frame>
3838
![Create service account button](/images/assets/push-fcmv1-create-sa-button.png)
3939
</Frame>
40-
- Provide an arbitrary name and ID. E.g. `Reown Cloud Push Server` and click _Create and Continue_
40+
- Provide an arbitrary name and ID. E.g. `Reown Dashboard Push Server` and click _Create and Continue_
4141
<Frame>
4242
![Provide a name](/images/assets/push-fcmv1-create-sa.png)
4343
</Frame>
@@ -67,7 +67,7 @@ FCM Legacy is deprecated and [will be removed June 20, 2024](https://firebase.go
6767
<Frame>
6868
![FCM legacy deprecated](/images/assets/push-fcm-legacy-deprecated.png)
6969
</Frame>
70-
When FCM v1 is enabled in Reown Cloud, it will replace the use of the legacy FCM API. No migration of devices/apps is necessary.
70+
When FCM v1 is enabled in Reown Dashboard, it will replace the use of the legacy FCM API. No migration of devices/apps is necessary.
7171
</Warning>
7272

7373
Google's FCM allows you to use send notifications to both Android and Apple devices. At this time, we only support apps using the FCM client API.

advanced/walletconnectmodal/usage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ This is a bug in the wallets, not this package.
276276

277277
<Tab title="React Native">
278278

279-
Start by importing `@walletconnect/react-native-compat` at the top of your app. Then import the WalletConnect Modal package, replace `YOUR_PROJECT_ID` with your [Reown Cloud](https://dashboard.reown.com/sign-in) Project ID and add your Project's info in `providerMetadata`
279+
Start by importing `@walletconnect/react-native-compat` at the top of your app. Then import the WalletConnect Modal package, replace `YOUR_PROJECT_ID` with your [Reown Dashboard](https://dashboard.reown.com/sign-in) Project ID and add your Project's info in `providerMetadata`
280280

281281
```tsx
282282
import "@walletconnect/react-native-compat";
@@ -312,7 +312,7 @@ function App() {
312312
<Tab title="Unity">
313313

314314
1. Fill in the Project ID and Metadata fields in the `Assets/WalletConnectUnity/Resources/WalletConnectProjectConfig` asset.
315-
- If you dont have a Project ID, you can create one at [Reown Cloud](https://dashboard.reown.com).
315+
- If you don't have a Project ID, you can create one at [Reown Dashboard](https://dashboard.reown.com).).
316316
- The `Redirect` fields are optional. They are used to redirect the user back to your app after they approve or reject the session.
317317
2. Add `WalletConnectModal` prefab from `WalletConnectUnity Modal` package to the first scene in your game.
318318

appkit/authentication/siwx/default.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This feature allows developers using our SDK to implement authentication by havi
2121

2222
**SIWX** works as a plugin system for AppKit and you are going to add the plugin in the AppKit configuration. There are some ways to implement the **SIWX** feature:
2323

24-
- Use Reown Authentication to manage the sessions in the Cloud Dashboard
24+
- Use Reown Authentication to manage the sessions in the Reown Dashboard
2525
- Use the `DefaultSIWX` class provided by AppKit
2626
- Create a custom implementation to suit your specific requirements.
2727

appkit/flutter/core/options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ final _appKitModal = ReownAppKitModal(
4343

4444
### enableAnalytics:
4545

46-
Enable analytics to get more insights on your users activity within your [Reown Cloud's dashboard](https://dashboard.reown.com)
46+
Enable analytics to get more insights on your users activity within your [Reown Dashboard](https://dashboard.reown.com)
4747

4848
### siweConfig:
4949

@@ -126,4 +126,4 @@ customWallets: [
126126

127127
### disconnectOnDispose:
128128

129-
Whether if you want to disconnect the user when disposing the context that holds your modal instance
129+
Whether if you want to disconnect the user when disposing the context that holds your modal instance

appkit/javascript/core/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ pnpm add @reown/appkit @walletconnect/universal-provider ethers
179179

180180
## Cloud Configuration
181181

182-
Create a new project on Reown Cloud at https://dashboard.reown.com and obtain a new project ID.
182+
Create a new project on Reown Dashboard at https://dashboard.reown.com and obtain a new project ID.
183183

184184
<CloudBanner />
185185

0 commit comments

Comments
 (0)