Skip to content

remove 1.0.0 testnet deprec notice from 1.2.0 #1760

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

Merged
merged 1 commit into from
Feb 12, 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
10 changes: 0 additions & 10 deletions src/content/ccip/supported-networks/v1_2_0/testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ import { Aside } from "@components"
import Main from "@features/ccip/components/supported-networks/Main.astro"
import { Environment, Version } from "@config/data/ccip"

<Aside type="caution" title="Deprecation Notice for CCIP v1.0.0 on Testnet">
CCIP v1.0.0 has been deprecated on testnet. You must use the new router addresses listed in this page **before January
31st, 2024**. Please note that there is no change to the router interface. The CCIP v1.0.0 testnet routers will
continue to function in parallel **until January 31st, 2024**, but we highly recommend switching to the v1.2.0 routers
as soon as possible. If you currently use CCIP v1.0.0, use the [@chainlink/contracts-ccip npm package version
0.7.6](https://www.npmjs.com/package/@chainlink/contracts-ccip/v/0.7.6). To migrate to v1.2.0, use [version 1.2.1 of
the npm package](https://www.npmjs.com/package/@chainlink/contracts-ccip/v/1.2.1) or later. Please refer to the
[release notes](/ccip/release-notes) for a comprehensive overview of the enhancements and new features in v1.2.0.
</Aside>

<Aside type="note" title="Testnet tokens">
Read the [LINK Token Contracts](/resources/link-token-contracts?parent=ccip) page to learn where to get testnet LINK
and native gas tokens. You can pay fees for each network in native gas tokens, wrapped native gas tokens, or LINK
Expand Down