walletconnect-monorepo
walletconnect-monorepo copied to clipboard
WalletConnect Monorepo
**Describe the bug** I previously created projects on your platform using the following domain(s): - tafuta.io - test.tafuta.io After deleting those projects, I am now unable to reuse the same...
**Is your feature request related to a problem? Please describe.** On expo projects, it doesn't make much sense to have a dependency on `react-native-netinfo/react-native-netinfo` ( poorly maintained ) when there's...
## Description When attempting to reconnect after disconnecting, the EP opens the appkit account modal view. This happens because the appkit state is not reset after disconnection. ## Type of...
i am using reown appkit and from their docs, i have tried to get phantom wallet adapter button but when i click on it, it doesn't get detected even i...
**Describe the bug** Using Universal Provider can not connect a existed and live pairing **SDK Version (if relevant)** @walletconnect/[email protected] **To Reproduce** Steps to reproduce the behavior: 1. const provider =...
## Description Added new util method to `ethereum-provider`, `updateConfigOptions` which lets devs update the provider configuration after its initialization. This allows for conditional QR modal behaviour where devs might choose...
**Is your feature request related to a problem? Please describe.** There is **no documented way** in WalletConnect providers to obtain the address of a **non-active chain**. As a result, swap...
**Describe the bug** Browser rejects import of `SignClient` class when it is configured to reject all cookies. Browser console reports an `insecure operation`. **To Reproduce** ``` 1) Checkout hieror-mirror-node-explorer 1.1)...
`bs58` module can be replaced with `@scure/base` (already present in dependencies list) ```js import { base58 } from '@scure/base'; base58.encode(data); ``` Related issue https://github.com/WalletConnect/walletconnect-monorepo/issues/5650