Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed May 22, 2024
1 parent a153aab commit 1b3489e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts-foundry/script/DeployL1.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ contract DeployL1Script is Script {
}

function deploySharedBridgeProxy() internal {
bytes memory initCalldata = abi.encodeCall(L1SharedBridge.initialize, (config.deployerAddress));
bytes memory initCalldata = abi.encodeCall(L1SharedBridge.initialize, (config.deployerAddress, 1, 1, 1, 0));
bytes memory bytecode = abi.encodePacked(
type(TransparentUpgradeableProxy).creationCode,
abi.encode(addresses.bridges.sharedBridgeImplementation, addresses.transparentProxyAdmin, initCalldata)
Expand Down

0 comments on commit 1b3489e

Please sign in to comment.