Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N-05 Incorrect or Misleading Documentation #263

Merged
merged 3 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Loading