Commit 5a444e42 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7970 from ethereum-optimism/ctb/deploy-script-virtual

contracts-bedrock: virtual setup in deploy script
parents ad0bdd60 7b2cb349
......@@ -58,7 +58,7 @@ contract Deploy is Deployer {
name_ = "Deploy";
}
function setUp() public override {
function setUp() public virtual override {
super.setUp();
string memory path = string.concat(vm.projectRoot(), "/deploy-config/", deploymentContext, ".json");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment