diff --git a/developer-guide/wallet-connect/guide.md b/developer-guide/wallet-connect/guide.md index c8cd0df..6a5e4b8 100644 --- a/developer-guide/wallet-connect/guide.md +++ b/developer-guide/wallet-connect/guide.md @@ -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: [ @@ -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: [ @@ -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,