Skip to content

Commit

Permalink
docs: adds SDK compatibility notices in provider example readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed May 31, 2022
1 parent b01fff8 commit 55cdfbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dapps/react-dapp-v2-cosmos-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# React dApp (with v2 CosmosProvider)

> **⚠️ This provider-based example is currently reliant on the deprecated `2.0.0-beta.26` SDK. ⚠️**
>
> This example will be updated to be compatible with the latest v2 SDK (`2.0.0-beta.100+`) in due time.
> In the meantime, please use the up-to-date [standalone client example](../react-dapp-v2/).
🔗 Live dapp demo - https://react-dapp-v2-cosmos-provider.vercel.app/ <br />
🔗 Live wallet demo - https://react-wallet-v2.vercel.app <br />
📚 WalletConnect v2 Docs - https://docs.walletconnect.com/2.0
Expand Down
5 changes: 5 additions & 0 deletions dapps/react-dapp-v2-with-ethers/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# React dApp (with v2 EthereumProvider + Ethers.js)

> **⚠️ This provider-based example is currently reliant on the deprecated `2.0.0-beta.26` SDK. ⚠️**
>
> This example will be updated to be compatible with the latest v2 SDK (`2.0.0-beta.100+`) in due time.
> In the meantime, please use the up-to-date [standalone client example](../react-dapp-v2/).
🔗 Live dapp demo - https://react-dapp-v2-with-ethers.vercel.app <br />
🔗 Live wallet demo - https://react-wallet.walletconnect.com/ <br />
📚 WalletConnect v2 Docs - https://docs.walletconnect.com/2.0
Expand Down
5 changes: 5 additions & 0 deletions dapps/react-dapp-v2-with-web3js/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# React dApp (with v2 EthereumProvider + web3.js)

> **⚠️ This provider-based example is currently reliant on the deprecated `2.0.0-beta.26` SDK. ⚠️**
>
> This example will be updated to be compatible with the latest v2 SDK (`2.0.0-beta.100+`) in due time.
> In the meantime, please use the up-to-date [standalone client example](../react-dapp-v2/).
🔗 Live dapp demo - https://react-dapp-v2-with-web3js.vercel.app <br />
🔗 Live wallet demo - https://react-wallet.walletconnect.com/ <br />
📚 WalletConnect v2 Docs - https://docs.walletconnect.com/2.0
Expand Down

0 comments on commit 55cdfbf

Please sign in to comment.