Skip to content

Commit

Permalink
Rename HatTokenArbitrumBridgeL1.sol to HATTokenArbitrumBridgeL1.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 539c907 commit e7127cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ contract HATTokenArbitrumBridgeL1 is ICustomToken, HATToken {
function balanceOf(address account) public view override(ICustomToken, ERC20) returns (uint256) {
return super.balanceOf(account);
}
}
}

0 comments on commit e7127cb

Please sign in to comment.