Skip to content

Commit

Permalink
chore: fix comment on outbound bridge router contract
Browse files Browse the repository at this point in the history
  • Loading branch information
garythung committed Oct 4, 2022
1 parent 8ce0d72 commit bc6df5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "../L2ArbitrumMessenger.sol";
import "arb-bridge-eth/contracts/libraries/AddressAliasHelper.sol";

/**
* @title Handles withdrawals from Ethereum into Arbitrum. Tokens are routered to their appropriate L2 gateway (Router itself also conforms to the Gateway interface).
* @title Handles withdrawals from Arbitrum into Ethereum. Tokens are routered to their appropriate L2 gateway (Router itself also conforms to the Gateway interface).
* @notice Router also serves as an L2-L1 token address oracle.
*/
contract L2GatewayRouter is GatewayRouter, L2ArbitrumMessenger {
Expand Down

0 comments on commit bc6df5e

Please sign in to comment.