Skip to content

Commit

Permalink
domain type hash name
Browse files Browse the repository at this point in the history
  • Loading branch information
iethena committed Nov 16, 2024
1 parent ccab3b0 commit 4b33f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ustb/UStbMinting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ contract UStbMinting is IUStbMinting, SingleAdminAccessControl, ReentrancyGuard
address private constant NATIVE_TOKEN = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;

/// @notice EIP712 name
bytes32 private constant EIP_712_NAME = keccak256("EthenaUStbMinting");
bytes32 private constant EIP_712_NAME = keccak256("UStbMinting");

/// @notice holds EIP712 revision
bytes32 private constant EIP712_REVISION = keccak256("1");
Expand Down

0 comments on commit 4b33f21

Please sign in to comment.