Farrel Darian

Results 6 comments of Farrel Darian

@frangio > but it will revert since there is selfdestruct check I have tried this and fails at [`.selfDestructIfCache()` error signature check](https://github.com/frangio/cacheable-beacon-proxy/blob/33d2413ee94b8926363336918f29a0bf395fa309/contracts/CacheableBeaconProxy.sol#L45), which is caused by calling [`beacon.cache()`](https://github.com/frangio/cacheable-beacon-proxy/blob/33d2413ee94b8926363336918f29a0bf395fa309/contracts/CacheableBeaconProxy.sol#L63) that hasn't...

> n immediate solution, you might try isolating the use of Rive in your projects to its own component with the `// @refresh reset` comment at top, and just add...

I have read the CLA Document and I hereby sign the CLA

Hi @d4mr, I hope to continue on this over the weekend, currently the tests are still failing. Additionally, I might need to check for any change from the AbiType migration...

Update: 10 test failing ``` AbiFunctionNotFoundError: Function "isValidSignature(bytes32,bytes)" not found on ABI. Make sure you are using the correct ABI and that the function exists on it. Docs: https://viem.sh/docs/contract/encodeFunctionData.html Version:...

This is what I found working with the latest `wagmi` and `@uniswap/widgets` ``` typescript import { Web3Provider } from '@ethersproject/providers' import { useAccount } from 'wagmi' import { SwapWidget }...