Skip to content

Commit

Permalink
chore: incorrect comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Sep 3, 2024
1 parent 7df851d commit 7c39a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/InterchainTokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ contract InterchainTokenFactory is IInterchainTokenFactory, ITokenManagerType, M
* @param symbol The symbol of the token.
* @param decimals The number of decimals for the token.
* @param initialSupply The amount of tokens to mint initially (can be zero).
* @param minter The address to receive the initially minted tokens.
* @param minter The address to receive the mintership and operatorship of the token.
* @return tokenId The tokenId corresponding to the deployed InterchainToken.
*/
function deployInterchainToken(
Expand Down
3 changes: 1 addition & 2 deletions contracts/InterchainTokenService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ contract InterchainTokenService is
/**
* @notice Used to deploy an interchain token alongside a TokenManager in another chain.
* @dev At least the `gasValue` amount of native token must be passed to the function call. `gasValue` exists because this function can be
* part of a multicall involving multiple functions that could make remote contract calls. If the `minter` parameter is empty bytes then
* a mint/burn TokenManager is used, otherwise a lock/unlock TokenManager is used.
* part of a multicall involving multiple functions that could make remote contract calls.
* @param salt The salt to be used during deployment.
* @param destinationChain The name of the destination chain to deploy to.
* @param name The name of the token to be deployed.
Expand Down

0 comments on commit 7c39a21

Please sign in to comment.