Skip to content

Commit

Permalink
Merge branch 'feat/simplify-its' into feat/update-registrars
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Nov 2, 2023
2 parents 31b7e6e + 8c34840 commit 39eb547
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ contract InterchainTokenService is
bytes32 public immutable chainNameHash;

bytes32 internal constant PREFIX_TOKEN_ID = keccak256('its-custom-token-id');
bytes32 internal constant PREFIX_INTERCHAIN_TOKEN_ID = keccak256('its-interchain-token-id');
bytes32 internal constant PREFIX_INTERCHAIN_TOKEN_SALT = keccak256('its-interchain-token-salt');

uint256 private constant SELECTOR_RECEIVE_TOKEN = 1;
Expand Down

0 comments on commit 39eb547

Please sign in to comment.