Skip to content

Commit

Permalink
small fix from review
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Aug 31, 2023
1 parent 62846c9 commit a0ce5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArbitrumDomain.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract ArbSysOverride {
contract ArbitrumDomain is BridgedDomain {

bytes32 private constant MESSAGE_DELIVERED_TOPIC = keccak256("MessageDelivered(uint256,bytes32,address,uint8,address,bytes32,uint256,uint64)");
bytes32 private constant SEND_TO_L1_TOPIC = keccak256("SendTxToL1(address,address,bytes)");
bytes32 private constant SEND_TO_L1_TOPIC = keccak256("SendTxToL1(address,address,bytes)");

address public constant ARB_SYS = 0x0000000000000000000000000000000000000064;
InboxLike public INBOX;
Expand Down

0 comments on commit a0ce5f4

Please sign in to comment.