Skip to content

Commit

Permalink
Rename HatTokenArbitrumBridgeL2.sol to HATTokenArbitrumBridgeL2.sol
Browse files Browse the repository at this point in the history
Signed-off-by: benk10 <ben.kaufman10@gmail.com>
  • Loading branch information
ben-kaufman authored Jul 11, 2024
1 parent e7127cb commit c930ec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ contract HATTokenArbitrumBridgeL2 is HATToken, IArbToken {
function bridgeBurn(address account, uint256 amount) external override onlyL2Gateway {
_burn(account, amount);
}
}
}

0 comments on commit c930ec0

Please sign in to comment.