Tomas Rawski

Results 10 issues of Tomas Rawski

These Webs are not working . https://graphlets.io/ -> Live data unavailable. https://oracleminer.com/graph/indexer/ -> web doesn't exist anymore.

file Library ``` library Events { event Mint(); } ``` file Contract calling the event `emit Event.Mint()` Can't get Chai to detect the event that is in the library Throw...

+ Update code for custom connector in react for wagmi and ethers. Preview: + ethers: https://walletconnect-docs-git-feat-update-custom-17feee-walletconnect1.vercel.app/appkit/react/core/custom-connectors?platform=ethers + wagmi: https://walletconnect-docs-git-feat-update-custom-17feee-walletconnect1.vercel.app/appkit/react/core/custom-connectors?platform=wagmi

### Link to minimal reproducible example https://github.com/WalletConnect/web-examples/tree/issue/with-base-sepolia/dapps/web3modal/react ### Summary Connect to the Sepolia Base using Social Login. Then a modal appears to change the network upon connection, but clicking it...

bug

### Link to minimal reproducible example https://lab.web3modal.com/library/ethers/ ### Summary Using Trust Wallet Extension with ethers v5 or v6 failed to disconnect. 1. Connect 2. Try to disconnect. ![image](https://github.com/user-attachments/assets/d0d4eb04-6e3d-42c8-906d-2109f35a05cd) ### List...

bug

### Link to minimal reproducible example https://github.com/rtomas/solana-walletconnect-example ### Summary Trying to run a simple example using `@web3modal/solana/react` as you can see in my github project and having ``` [ERROR] Could...

bug

### Link to minimal reproducible example https://lab.web3modal.com/library/solana/ ### Summary Connect to the wallet in Solana and then try to change to another blockchain (for example, testnet) and you will see...

bug

+ It was not working because we have to add `"rpc-websockets": "7.11.0",` (not the latest)

# Description Update a broken link in readme ## Type of change - [x] Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements) - [ ] Bug...

### Link to minimal reproducible example add baseSepolia to this example https://github.com/WalletConnect/web-examples/tree/main/dapps/appkit-siwe/react ### Summary When i config my SIWE dApp with base and BaseSepolia Reproduction Steps … add baseSepolia to...

bug