Matt Solomon

Results 519 comments of Matt Solomon

Hmm, I'm a bit indifferent on the output format, but I do think having the full context is useful, since tracking inheritance paths manually to see where it's from can...

For something like this I think you are better off writing a custom mock solidity contract and etching it at the target address. I would be hesitant to implement this...

Here's a potential UX: First, we add logic to scripting so that it can take the gas estimates and split all broadcasted txs into chunks of 30M (or whatever the...

Ok I found the issue for one of the two repos, which was: ```solidity // file: test/utils/DSTestPlus.sol // The file listed in `ValueError` was this imported DSTest Plus from solmate....

For the second repo, the error is with `import { IERC20 } from "openzeppelin-contracts/contracts/interfaces/IERC20.sol";`. I've removed all unused imports, but still received the error for that file. Looking at that...

Looks like I'm getting the same error after running slither with the latest foundry master: `.../lib/openzeppelin-contracts/contracts/token/ERC20/ERC20.sol does not exist in [ ... ]`. I think there were two causes for...

I'd recommend funding the deployer account on the chains to speed up deployment. Alternatively you can deploy yourself using the presigned transaction. See https://github.com/mds1/multicall#new-deployments for more info on either approach...