Skip to content

Commit

Permalink
N-05 Incorrect or Misleading Documentation (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball authored Aug 30, 2024
2 parents c90f267 + 8baa576 commit 4955f22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/src/TokenHome/NativeTokenHomeUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {Address} from "@openzeppelin/contracts@5.0.2/utils/Address.sol";
import {ICTTInitializable} from "../utils/ICTTInitializable.sol";

/**
* @title NativeTokenHome
* @title NativeTokenHomeUpgradeable
* @notice An {INativeTokenHome} implementation that locks the native token of this chain to be transferred to
* TokenRemote instances on other chains.
* @custom:security-contact https://github.com/ava-labs/avalanche-interchain-token-transfer/blob/main/SECURITY.md
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/TokenRemote/ERC20TokenRemoteUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {CallUtils} from "../utils/CallUtils.sol";
import {ICTTInitializable} from "../utils/ICTTInitializable.sol";

/**
* @title ERC20TokenRemote
* @title ERC20TokenRemoteUpgradeable
* @notice This contract is an {IERC20TokenTransferrer} that receives tokens from its specifed {TokenHome} instance,
* and represents the received tokens with an ERC20 token on this chain.
* @custom:security-contact https://github.com/ava-labs/avalanche-interchain-token-transfer/blob/main/SECURITY.md
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/TokenRemote/NativeTokenRemoteUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {SafeERC20TransferFrom} from "../utils/SafeERC20TransferFrom.sol";
import {ICTTInitializable} from "../utils/ICTTInitializable.sol";

/**
* @title NativeTokenRemote
* @title NativeTokenRemoteUpgradeable
* @notice This contract is an {INativeTokenRemote} that receives tokens from its specifed {TokenHome} instance,
* and represents the received tokens as the native token on this chain.
* @custom:security-contact https://github.com/ava-labs/avalanche-interchain-token-transfer/blob/main/SECURITY.md
Expand Down

0 comments on commit 4955f22

Please sign in to comment.