From 107ce19a6ee8b01f55d7b42be32b83673996c3ad Mon Sep 17 00:00:00 2001 From: Tom McGuire Date: Thu, 7 Sep 2023 10:39:55 -0700 Subject: [PATCH] docs: remove react-celo and update walletconnect v2 link (#4163) ### Description Removes outdated recommendation for dapps to use react-celo which is now end of life and instead recommends @celo/rainbowkit-celo and web3modal. Also replaces a dead link for WalletConnect Docs. ### Test plan N/A ### Related issues [react-celo end-of-life (EOL) process #364 ](https://github.com/celo-org/react-celo/issues/364) ### Backwards compatibility Yes --- docs/connecting-dapps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/connecting-dapps.md b/docs/connecting-dapps.md index 920af0f399d..757bc3d9855 100644 --- a/docs/connecting-dapps.md +++ b/docs/connecting-dapps.md @@ -2,13 +2,13 @@ Valora supports [WalletConnect v2](https://docs.walletconnect.com/2.0/) for connecting Dapps to Valora. [WalletConnect v1 is end-of-life](https://docs.walletconnect.com/2.0/advanced/migration-from-v1.x/overview) and not supported. -If you're building a Dapp we recommend [react-celo](https://github.com/celo-org/react-celo) to make it easy to connect your Dapp to Valora via WalletConnect. [cLabs](https://clabs.co/) supports react-celo and it includes a complete example to help you get started. +If you're building a Dapp we recommend [@celo/rainbowkit-celo](https://github.com/celo-org/rainbowkit-celo) or [Web3Modal](https://github.com/WalletConnect/web3modal)to make it easy to connect your Dapp to Valora via WalletConnect. [cLabs](https://clabs.co/) supports @celo/rainbowkit-celo and it includes a [complete example](https://docs.celo.org/developer/rainbowkit-celo) to help you get started. ## WalletConnect details Supported actions: -Docs for WalletConnect v2: +Docs for WalletConnect v2: ## Troubleshooting tips