Skip to content

Commit

Permalink
replacing all references to WalletConnect Explorer with WalletGuide
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-710 committed Nov 8, 2024
1 parent 787f74c commit de3b195
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 37 deletions.
18 changes: 9 additions & 9 deletions docs/advanced/walletconnectmodal/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ new WalletConnectModal({

#### projectId (required)

Your project’s unique identifier that can be obtained at [cloud.reown.com](https://cloud.reown.com). Enables following functionalities within WalletConnectModal: wallet and chain logos, optional WalletConnect RPC, support for all v2 wallets from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet&version=2). Defaults to `undefined`.
Your project’s unique identifier that can be obtained at [cloud.reown.com](https://cloud.reown.com). Enables following functionalities within WalletConnectModal: wallet and chain logos, optional WalletConnect RPC, support for all v2 wallets from [WalletGuide](https://walletguide.walletconnect.network/). Defaults to `undefined`.

```ts
projectId: string
Expand Down Expand Up @@ -151,7 +151,7 @@ const onCopyClipboard = (value: string) => {

#### explorerRecommendedWalletIds (optional)

Allows to override default recommended wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define an array of wallet ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. If you want to completely disable recommended wallets, you can set this option to `NONE`. Defaults to `undefined`.
Allows to override default recommended wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define an array of wallet ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. If you want to completely disable recommended wallets, you can set this option to `NONE`. Defaults to `undefined`.

```ts
explorerRecommendedWalletIds: string[] | 'NONE'
Expand All @@ -165,7 +165,7 @@ explorerRecommendedWalletIds={[

#### explorerExcludedWalletIds (optional)

Allows to exclude wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. If you want to exclude all wallets, you can set this option to `ALL`, however if `explorerRecommendedWalletIds` were defined, they will still be fetched. Defaults to `undefined`.
Allows to exclude wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. If you want to exclude all wallets, you can set this option to `ALL`, however if `explorerRecommendedWalletIds` were defined, they will still be fetched. Defaults to `undefined`.

```ts
explorerExcludedWalletIds: string[] | 'ALL'
Expand Down Expand Up @@ -194,7 +194,7 @@ accentColor = '#9090FF'

#### Explorer recommended wallets

Allows to set default recommended wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define a list of wallets ids you'd like to prioritise (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.
Allows to set default recommended wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define a list of wallets ids you'd like to prioritise (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.

```kotlin
val recommendedWalletsIds = listOf<String>(
Expand All @@ -217,7 +217,7 @@ WalletConnectModal.initialize(

#### Explorer excluded wallets

Allows to exclude wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.
Allows to exclude wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.

```kotlin
val excludedWalletIds = listOf<String>(
Expand Down Expand Up @@ -324,7 +324,7 @@ You can change it at any time with the `setOptionalNamespaces` method.

#### recommendedWalletIds (optional)

Allows to override default recommended wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define an array of wallet ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. Defaults to `null`.
Allows to override default recommended wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define an array of wallet ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. Defaults to `null`.

```javascript
final Set<String> recommendedWalletIds = {
Expand All @@ -337,7 +337,7 @@ final Set<String> recommendedWalletIds = {

The `excludedWalletState` Determines the state of the excluded wallets. Defaults to `ExcludedWalletState.list`.

If the `excludedWalletState` is `ExcludedWalletState.list`, the `excludedWalletIds` will be used to remove items from the list of wallets returned from the [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). If the `excludedWalletState` is `ExcludedWalletState.all`, all wallets will be excluded except for the ones defined in `recommendedWalletIds`.
If the `excludedWalletState` is `ExcludedWalletState.list`, the `excludedWalletIds` will be used to remove items from the list of wallets returned from the [WalletGuide](https://walletguide.walletconnect.network/). If the `excludedWalletState` is `ExcludedWalletState.all`, all wallets will be excluded except for the ones defined in `recommendedWalletIds`.

</PlatformTabItem>

Expand Down Expand Up @@ -378,7 +378,7 @@ ConnectOptions = new ConnectOptions

#### IncludedWalletIds

Allows to override default recommended wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define an array of wallet ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. Defaults to `null`.
Allows to override default recommended wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define an array of wallet ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. Defaults to `null`.

```csharp
IncludedWalletIds = new[]
Expand All @@ -390,7 +390,7 @@ IncludedWalletIds = new[]

#### ExcludedWalletIds

Allows to exclude wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. Defaults to `null`.
Allows to exclude wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card. Defaults to `null`.

```csharp
ExcludedWalletIds = new[]
Expand Down
4 changes: 2 additions & 2 deletions docs/api/notify/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func onSign(message: String) -> SigningResult {

To enable seamless communication between a Dapp and a wallet, the wallet must first establish a Notify Subscription. This crucial step allows the Dapp and its associated services to publish notify messages directly to the wallet. Upon granting permission for the wallet's iOS application to display Push Notifications, users will experience real-time updates in the form of push notifications on their devices. For an enhanced user experience, consider subscribing to the `notifyMessagePublisher` channel. This option ensures that notify messages are delivered promptly when the app is active and a web socket connection is established, keeping users informed and engaged.

To subscribe to dapp's notify messages first fetch publicly discoverable dapps with WalletConnet explorer:
To subscribe to dapp's notify messages first fetch publicly discoverable dapps with WalletGuide :

https://explorer-api.walletconnect.com/v3/dapps?projectId={your_project_id}&is_notify_enabled=true

Expand All @@ -395,7 +395,7 @@ and request a subscription directly from the wallet:
public func subscribe(metadata: AppMetadata, account: Account, onSign: @escaping SigningCallback) async throws {
```

`metadata` - metadata object of publicly discoverable dapp fetched from WalletConnect explorer
`metadata` - metadata object of publicly discoverable dapp fetched from WalletGuide

`account` - an account you want to associate a sebscription with

Expand Down
4 changes: 2 additions & 2 deletions docs/appkit/android/core/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Explorer recommended wallets

Allows to set default recommended wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define a list of wallets ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.
Allows to set default recommended wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define a list of wallets ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.

```kotlin
val recommendedWalletsIds = listOf<String>(
Expand All @@ -25,7 +25,7 @@ AppKit.initialize(

### Explorer excluded wallets

Allows to exclude wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.
Allows to exclude wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.

```kotlin
val excludedWalletIds = listOf<String>(
Expand Down
2 changes: 1 addition & 1 deletion docs/appkit/flutter/core/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ However, if you would want to override that definition with your own or support

### featuredWalletIds:

Allows to override default recommended wallets that are fetched from the API. You can define an array of wallet ids you'd like to prioritize (order is respected). You can get these ids from the [Reown Explorer](https://reown.com/explorer?type=wallet) by clicking on the copy icon of desired wallet card.
Allows to override default recommended wallets that are fetched from the API. You can define an array of wallet ids you'd like to prioritize (order is respected). You can get these ids from the [WalletGuide](https://walletguide.walletconnect.network/) by clicking on the copy icon of desired wallet card.

```javascript
final Set<String> featuredWalletIds = {
Expand Down
4 changes: 2 additions & 2 deletions docs/appkit/ios/core/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Explorer recommended wallets

Allows to set default recommended wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define a list of wallets ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.
Allows to set default recommended wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define a list of wallets ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.

```swift
AppKit.configure(
Expand All @@ -14,7 +14,7 @@ AppKit.configure(

### Explorer excluded wallets

Allows to exclude wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.
Allows to exclude wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define an array of wallet ids you'd like to exclude. You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.

```swift
AppKit.configure(
Expand Down
6 changes: 3 additions & 3 deletions docs/appkit/react-native/core/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ createAppKit({

Select wallets that are going to be shown on the modal's main view. Array of wallet IDs defined will be prioritized (order is respected).
These wallets will also show up first in `All Wallets` view.
You can find the wallets ids in [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet)
You can find the wallets ids in [WalletGuide](https://walletguide.walletconnect.network/)

```ts
createAppKit({
Expand All @@ -140,7 +140,7 @@ createAppKit({

## includeWalletIds

Override default recommended wallets that are fetched from [WalletConnect explorer](https://walletconnect.com/explorer?type=wallet).
Override default recommended wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/).
Array of wallet ids defined will be shown (order is respected).
Unlike `featuredWalletIds`, these wallets will be the **only** ones shown in `All Wallets` view and as recommended wallets.
You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card.
Expand All @@ -157,7 +157,7 @@ createAppKit({

## excludeWalletIds

Exclude wallets that are fetched from [WalletConnect explorer](https://walletconnect.com/explorer?type=wallet).
Exclude wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/).
Array of wallet ids defined will be excluded.
All other wallets will be shown in respective places.
You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card.
Expand Down
6 changes: 3 additions & 3 deletions docs/appkit/shared/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ createAppKit({
Select wallets that are going to be shown on the modal's main view. Default wallets are MetaMask and Trust Wallet.
Array of wallet ids defined will be prioritized (order is respected).
These wallets will also show up first in `All Wallets` view.
You can find the wallets ids in [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet)
You can find the wallets ids in [WalletGuide](https://walletguide.walletconnect.network/)

```ts
createAppKit({
Expand Down Expand Up @@ -345,7 +345,7 @@ Wallets that are either not included or excluded **won't** be able to connect to

### includeWalletIds

Override default recommended wallets that are fetched from [WalletConnect explorer](https://walletconnect.com/explorer?type=wallet).
Override default recommended wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/).
Array of wallet ids defined will be shown (order is respected).
Unlike `featuredWalletIds`, these wallets will be the **only** ones shown in `All Wallets` view and as recommended wallets.
You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card.
Expand All @@ -362,7 +362,7 @@ createAppKit({

### excludeWalletIds

Exclude wallets that are fetched from [WalletConnect explorer](https://walletconnect.com/explorer?type=wallet).
Exclude wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/).
Array of wallet ids defined will be excluded. All other wallets will be shown in respective places.
You can get these ids from the explorer link mentioned before by clicking on a copy icon of desired wallet card.

Expand Down
4 changes: 2 additions & 2 deletions docs/appkit/unity/core/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem'

### Explorer included wallets

Allows to set included wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can define a list of wallets ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.
Allows to set included wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can define a list of wallets ids you'd like to prioritize (order is respected). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.

```csharp
await AppKit.InitializeAsync(new AppKitConfig
Expand All @@ -19,7 +19,7 @@ await AppKit.InitializeAsync(new AppKitConfig

### Explorer excluded wallets

Allows to set excluded wallets that are fetched from [WalletConnect Explorer](https://walletconnect.com/explorer?type=wallet). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.
Allows to set excluded wallets that are fetched from [WalletGuide](https://walletguide.walletconnect.network/). You can get these ids from the explorer link mentioned before by clicking on a copy icon of your desired wallet card.

```csharp
await AppKit.InitializeAsync(new AppKitConfig
Expand Down
2 changes: 1 addition & 1 deletion docs/cloud/chains/chain-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import List from '../../components/List.js'

## Overview

This page provides a list of chains on the [WalletConnect Explorer](https://explorer.walletconnect.com/). WalletConnect Explorer is a tool that allows users to discover wallets and dapps that support their preferred blockchain.
This page provides a list of chains on the [WalletGuide](https://walletguide.walletconnect.network/). WalletGuide is a tool that allows users to discover wallets and dapps that support their preferred blockchain.

On this page, you can:

Expand Down
2 changes: 1 addition & 1 deletion docs/cloud/explorer-submission.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import PlatformTabItem from '../components/PlatformTabItem'
:::info Note

Submitting a project to the Reown Cloud Explorer is recommended but optional. You can still use Reown services without submitting your project.
However, doing so ensures that your project is listed under [WalletConnect Explorer](https://walletconnect.com/explorer?utm_source=walletconnect-docs&utm_medium=cloud&utm_campaign=explorer-submission) and [Cloud Explorer API](./explorer.md).
However, doing so ensures that your project is listed under [WalletGuide](https://walletguide.walletconnect.network/?utm_source=walletconnect-docs&utm_medium=cloud&utm_campaign=explorer-submission) and [Cloud Explorer API](./explorer.md).

:::

Expand Down
4 changes: 2 additions & 2 deletions docs/cloud/explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Explorer API

The Cloud Explorer API currently offers the following functionality:

- [Listings](#listings) - Allows for fetching of wallets and dApps listed in the [Reown Cloud Explorer](https://walletconnect.com/explorer).
- [Listings](#listings) - Allows for fetching of wallets and dApps listed in the [WalletGuide](https://walletguide.walletconnect.network/).
- [Logos](#logos) - Provides logo assets in different sizes for a given Cloud explorer entry.

### Listings
Expand Down Expand Up @@ -60,7 +60,7 @@ Examples:
#### `GET /v3/all?projectId=YOUR_PROJECT_ID&ids=LISTING_ID1,LISTING_ID2`

Returns a JSON object containing the entry listings by ID, which can be useful for allowlisting purposes. <br/>
You can find and copy listing ids from our [Explorer](https://walletconnect.com/explorer)
You can find and copy listing ids from our [WalletGuide](https://walletguide.walletconnect.network/)

Examples:

Expand Down
Loading

0 comments on commit de3b195

Please sign in to comment.