Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Point to ICM contracts #391

Merged
merged 1 commit into from
Dec 3, 2024
Merged
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!IMPORTANT]
> This repository has been merged into Interchain Messaging Contracts repository at [ICM Contracts](https://github.com/ava-labs/icm-contracts). This repository is archived and will not be updated.

# Avalanche Interchain Token Transfer (ICTT)

## Overview
Expand Down Expand Up @@ -67,7 +70,7 @@ Compiler run successful!
Analysing contracts...
Running tests...
| File | % Lines | % Statements | % Branches | % Funcs |
|--------------------------------------------------|-------------------|-------------------|-----------------|-------------------|
| ------------------------------------------------ | ----------------- | ----------------- | --------------- | ----------------- |
| src/TokenHome/ERC20TokenHome.sol | 100.00% (1/1) | 100.00% (1/1) | 100.00% (0/0) | 100.00% (1/1) |
| src/TokenHome/ERC20TokenHomeUpgradeable.sol | 100.00% (27/27) | 100.00% (33/33) | 100.00% (6/6) | 100.00% (11/11) |
| src/TokenHome/NativeTokenHome.sol | 100.00% (1/1) | 100.00% (1/1) | 100.00% (0/0) | 100.00% (1/1) |
Expand Down