Skip to content

Commit

Permalink
--wip--
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Oct 3, 2024
1 parent 7c0113f commit 1430998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 530 deletions.
4 changes: 3 additions & 1 deletion packages/contracts-bedrock/scripts/deploy/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ contract Deploy is Deployer {
AnchorStateRegistry: getAddress("AnchorStateRegistry"),
OptimismMintableERC20Factory: getAddress("OptimismMintableERC20Factory"),
OptimismPortal: getAddress("OptimismPortal"),
OptimismPortal2: getAddress("OptimismPortal"),
OptimismPortal2: getAddress("OptimismPortal2"),
SystemConfig: getAddress("SystemConfig"),
L1ERC721Bridge: getAddress("L1ERC721Bridge"),
ProtocolVersions: getAddress("ProtocolVersions"),
Expand Down Expand Up @@ -434,6 +434,8 @@ contract Deploy is Deployer {

Types.ContractSet memory contracts = _implsUnstrict();
ChainAssertions.checkL1CrossDomainMessenger({ _contracts: contracts, _vm: vm, _isProxy: false });

console.log("OptimismPortal2 address", getAddress("OptimismPortal2"));
ChainAssertions.checkOptimismPortal2({ _contracts: contracts, _cfg: cfg, _isProxy: false });
ChainAssertions.checkOptimismMintableERC20Factory({ _contracts: contracts, _isProxy: false });
// TODO: interop version of this?
Expand Down
242 changes: 0 additions & 242 deletions packages/contracts-bedrock/scripts/fpac/FPACOPS.s.sol

This file was deleted.

Loading

0 comments on commit 1430998

Please sign in to comment.