Ashwin Yardi

Results 3 issues of Ashwin Yardi

Is there any standard documentation out there which depicts, exactly how do metamask controllers work? It would be really really helpful if there is a documentation for this. @metamask/controllers is...

Fixes #3417 - This PR removes isContract utility function from Address.sol library. - Wherever isContract was used in the other contracts, is replaced by inlining `address(...).code.length > 0` #### PR...

## Description When you try to use SafeFactory with contractNetworks property for the custom chainId, `safeFactory.deploySafe` fails with an error: SafeProxy was not deployed correctly. If you check on-chain, Safe...

bug