Skip to content

Commit

Permalink
Merge branch 'refactor/remove-gateway-token-support' into perf/compil…
Browse files Browse the repository at this point in the history
…er-settings
  • Loading branch information
milapsheth authored Oct 28, 2024
2 parents 7927d49 + 1a33fbe commit 658c60e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/TokenHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ contract TokenHandler is ITokenHandler, ITokenManagerType, ReentrancyGuard, Crea
using SafeTokenCall for IERC20;
using SafeTokenTransfer for IERC20;

uint256 internal constant UINT256_MAX = type(uint256).max;

/**
* @notice This function gives token to a specified address from the token manager.
* @param tokenId The token id of the tokenManager.
Expand Down

0 comments on commit 658c60e

Please sign in to comment.