docs: adds SDK compatibility notices in provider example readmes
This commit is contained in:
parent
b01fff837d
commit
55cdfbf6a6
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user