We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073106b commit 776a619Copy full SHA for 776a619
src/features/notifications/data/index.ts
@@ -1,9 +1,9 @@
1
import { BannerContent } from "../components/HeaderBanner.tsx"
2
3
export const NotificationData: BannerContent = {
4
- description: "Chainlink CCIP is now officially live on Solana.",
+ description: "Chainlink CCIP is now officially live on Aptos.",
5
type: "info",
6
linkText: "View lanes and tokens.",
7
linkUrl:
8
- "https://docs.chain.link/ccip/directory/mainnet/chain/solana-mainnet?utm_medium=referral&utm_source=chainlink-docs&utm_campaign=solana-ccip",
+ "https://docs.chain.link/ccip/directory/mainnet/chain/aptos-mainnet?utm_medium=referral&utm_source=chainlink-docs&utm_campaign=aptos-ccip",
9
}
0 commit comments