• smartcontracts's avatar
    fix: properly check all interfaces (#11734) · 1f0d8a8b
    smartcontracts authored
    Interfaces check script had a bug that would cause it to use the
    wrong ABI when checking an interface. Each compiler artifact only
    has a single ABI in it but this same ABI was being used for all
    contract definitions found within that file. Since each separate
    contract definition gets its own file anyway, this script now
    properly verifies by finding the specific definition that matches
    the filename.
    1f0d8a8b
Name
Last commit
Last update
..
autogen Loading commit data...
checks Loading commit data...
deploy Loading commit data...
fpac Loading commit data...
getting-started Loading commit data...
go-ffi Loading commit data...
interfaces Loading commit data...
libraries Loading commit data...
ops Loading commit data...
periphery Loading commit data...
safe Loading commit data...
utils Loading commit data...
Artifacts.s.sol Loading commit data...
DeployImplementations.s.sol Loading commit data...
DeployOPChain.s.sol Loading commit data...
DeploySuperchain.s.sol Loading commit data...
L2Genesis.s.sol Loading commit data...