Skip to content

Commit

Permalink
update walletconnect guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Dec 6, 2023
1 parent c788e58 commit b929f9c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions developer-guide/wallet-connect/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ order: 1000
# Guide


## Include Bloom in Web3Modal


# Web3Modal

To include `Bloom Wallet` in the list of recommended wallets, please add the following code to your Web3Modal options:

```
```javascript
createWeb3Modal({
//...
featuredWalletIds: [
Expand All @@ -21,11 +19,12 @@ createWeb3Modal({
})
```

### Temporary
---
**NOTE**

As we're waiting for WalletConnect to approve our project, you can add Bloom manually to the list of wallets as follows:

```
```javascript
createWeb3Modal({
//...
customWallets: [
Expand All @@ -39,12 +38,16 @@ createWeb3Modal({
],
})
```
---


# RainbowKit

To include `Bloom Wallet` in the list of recommended wallets, please add the following code to your RainbowKit options:

```


```javascript
import {
...,
bloomWallet,
Expand Down

0 comments on commit b929f9c

Please sign in to comment.