• Mark Tyneway's avatar
    contracts: remove op-nft (#12950) · 39c3b5b6
    Mark Tyneway authored
    * contracts: remove op-nft
    
    Remove the `op-nft` package from the contracts package. None of these
    contracts are maintained and can be moved to another repo if necessary.
    The purpose of this commit is to reduce compilation time. Less files
    to compile means less compilation time.
    
    * fix: semver lock step - ran pre-pr.
    
    * fix: use added/modified filter for heavy fuzz
    
    Updates the heavy fuzz filter for CI to only check for added or
    modified contracts, now excluding deleted or moved contracts.
    
    ---------
    Co-authored-by: default avatarBlaine Malone <blainemalone01@gmail.com>
    Co-authored-by: default avatarKelvin Fichter <kelvinfichter@gmail.com>
    39c3b5b6
Name
Last commit
Last update
..
AlphabetVM.sol Loading commit data...
Callers.sol Loading commit data...
EIP1967Helper.sol Loading commit data...
FaucetHelper.sol Loading commit data...
NextImpl.sol Loading commit data...
SimpleStorage.sol Loading commit data...
SuperchainERC20Implementation.sol Loading commit data...
TestERC1271Wallet.sol Loading commit data...
TestERC20.sol Loading commit data...
TestERC721.sol Loading commit data...