From 2bc03d58b22306fdaa755d04b6598ba45db4246d Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Tue, 28 Nov 2023 18:37:56 -0500 Subject: [PATCH] Add/adjust notices and cross-linking --- .../components/supported-networks/LaneConfig.astro | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/features/ccip/components/supported-networks/LaneConfig.astro b/src/features/ccip/components/supported-networks/LaneConfig.astro index f5a25e923c6..e3e0f6dd0b8 100644 --- a/src/features/ccip/components/supported-networks/LaneConfig.astro +++ b/src/features/ccip/components/supported-networks/LaneConfig.astro @@ -16,6 +16,7 @@ type ConfigProps = { } const contactUrl = "https://chainlinkcommunity.typeform.com/ccip-form?typeform-source=docs.chain.link#ref_id=ccip_docs" +const arbMsgDocUrl = "/ccip/tutorials/send-arbitrary-data" const { laneConfig, sourceChain, environment, sourceChainRefId } = Astro.props as ConfigProps const { rateLimiterConfig, supportedTokens } = laneConfig @@ -167,6 +168,11 @@ if (supportedTokens) { <>

Supported tokens +

@@ -236,8 +242,9 @@ if (supportedTokens) { ) : ( ) }