• Mark Tyneway's avatar
    ctp: delete ERC721Bridge from ctp · 98c0c0ef
    Mark Tyneway authored
    The NFT bridge tests have been ported to foundry
    as part of the `contracts-bedrock` package. We can
    now delete the NFT bridge code from `contracts-periphery`.
    
    Note that the `OptimismMintableERC721Factory` will be a predeploy
    when upgrading to bedrock, so we do not need a deploy script for it.
    Its deploy artifact was migrated to `contracts-bedrock` so that
    the existing impl can be tracked. The deployment artifacts of
    the `L1ERC721Bridge` and its `Proxy` were also migrated to
    `contracts-bedrock`.
    98c0c0ef
Name
Last commit
Last update
..
ConstructorReverter.sol Loading commit data...
ERC20.sol Loading commit data...
FakeL2StandardERC20.sol Loading commit data...
FakeOptimismMintableERC721.sol Loading commit data...
Multicall.sol Loading commit data...
NFT.sol Loading commit data...
OVMContext.sol Loading commit data...
OVMContextStorage.sol Loading commit data...
Precompiles.sol Loading commit data...
Proxy.sol Loading commit data...
Reverter.sol Loading commit data...
SelfDestruction.sol Loading commit data...
SimpleStorage.sol Loading commit data...
StateDOS.sol Loading commit data...
TestOOG.sol Loading commit data...
ValueCalls.sol Loading commit data...