forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information
1 parent
7091d42
commit 98c0c0e
Showing
24 changed files
with
6 additions
and
2,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
111 changes: 0 additions & 111 deletions
111
packages/contracts-periphery/contracts/L1/L1ERC721Bridge.sol
This file was deleted.
Oops, something went wrong.
126 changes: 0 additions & 126 deletions
126
packages/contracts-periphery/contracts/L2/L2ERC721Bridge.sol
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.