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

Commit

Permalink
Point to ICM contracts (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaplan13 authored Dec 3, 2024
2 parents c825d29 + b9f5065 commit 1fdb084
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit 1fdb084

Please sign in to comment.