Gabriel Stoica
Gabriel Stoica
### Ethers Version 6.10.0 ### Search Terms abi, type ### Describe the Problem Having the following code snippet, when trying to deploy a custom `Box` contract, I'm getting the following...
I was searching for a method to create proposals (e.g. upgrade proposals) that require approval from a multisig wallet through the OpenZeppelin Defender but couldn't find anything out there. Normally,...
## Related Issue Multiple contracts are importing unused directives which may be confusing and make the code less clean. ## Description of changes Removed unused imports.
Hi! After upgrading to v1.4.0 the auto-complete path suggestions feature seems like it's no longer working.
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot that automatically merges some PRs. It will merge yours...
Multiple contracts in the `prebuilts` folder are importing unused directives which may be confusing and make the code less clean.
Hi! I'm trying to make a call to a method in a contract that's guarded by a modifier which checks if the sender (ERC-4337 SA) is a valid non-zero code...