Skip to content

Commit

Permalink
Point outputOracle to SystemConfigGlobal proxy rather than implementa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
mdehoog committed Oct 3, 2024
1 parent f032afc commit f6195ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeploySystem.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ contract DeploySystem is Deploy {
}

function deployOutputOracle() public broadcast returns (address addr_) {
SystemConfigGlobal systemConfigGlobal = SystemConfigGlobal(mustGetAddress("SystemConfigGlobal"));
SystemConfigGlobal systemConfigGlobal = SystemConfigGlobal(mustGetAddress("SystemConfigGlobalProxy"));

console.log("Deploying L2OutputOracle implementation");
OutputOracle oracle = new OutputOracle{ salt: _implSalt() }(
Expand Down

0 comments on commit f6195ba

Please sign in to comment.