Skip to content

Commit

Permalink
Update contracts/InterchainTokenFactory.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Dec 10, 2024
1 parent 0f3b53a commit 0c1dc92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/InterchainTokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ contract InterchainTokenFactory is IInterchainTokenFactory, Multicall, Upgradabl
tokenId = deployRemoteCanonicalInterchainToken(originalTokenAddress, destinationChain, gasValue);
}

// TODO: Should we reuse interchainTokenDeploySalt?
function linkedTokenDeploySalt(address deployer, bytes32 salt) public view returns (bytes32 deploySalt) {
deploySalt = keccak256(abi.encode(PREFIX_CUSTOM_TOKEN_SALT, chainNameHash, deployer, salt));
}
Expand Down

0 comments on commit 0c1dc92

Please sign in to comment.