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) { ) : ( ) }