Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Dec 19, 2023
1 parent 36f72ef commit 88d61eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ contract L1AtomicTokenBridgeCreator is Initializable, OwnableUpgradeable {
}

{
uint256 chainId = IRollupCore(address(IInbox(inbox).bridge().rollup())).chainId();
// store L2 addresses which are proxies
uint256 chainId = IRollupCore(address(IInbox(inbox).bridge().rollup())).chainId();
l2Deployment.router = _getProxyAddress(OrbitSalts.L2_ROUTER, chainId);
l2Deployment.standardGateway = _getProxyAddress(OrbitSalts.L2_STANDARD_GATEWAY, chainId);
l2Deployment.customGateway = _getProxyAddress(OrbitSalts.L2_CUSTOM_GATEWAY, chainId);
Expand Down

0 comments on commit 88d61eb

Please sign in to comment.