Luis Camargo

Results 4 comments of Luis Camargo

I also see this, seems like it happens when automine is not enabled (working fine otherwise) doing a mainnet fork. Nothing weird on the logs, but randomly getting this RPC...

Please check [this PR](https://github.com/EthWorks/useDApp/pull/300) it should fix your problem, the issue is that one of the logs returned by the transaction comes from another contract.

Hi @chris13524 I'll take a look at the code for the official repo example, but I reproduced the issue with the [web3-react demo](https://web3-react-mu.vercel.app/), you can reproduce it with [this code](https://github.com/Uniswap/web3-react/blob/main/example/components/connectorCards/WalletConnectV2Card.tsx)...

You can use another component as a wrapper and control your animation direction. This is an example of my component: ``` const RIGHT = { atEnter: { offset: 100, opacity:...