diff --git a/src/content/chainlink-automation/overview/supported-networks.mdx b/src/content/chainlink-automation/overview/supported-networks.mdx index 1d3e333245e..5b682c5d9c1 100644 --- a/src/content/chainlink-automation/overview/supported-networks.mdx +++ b/src/content/chainlink-automation/overview/supported-networks.mdx @@ -20,7 +20,7 @@ import ChainlinkAutomation from "@features/chainlink-automation/common/Chainlink -To use Chainlink Automation on certain networks, you may need to conduct token transfers. You can transfer tokens by using [Chainlink CCIP](/ccip/tutorials/transfer-tokens-from-contract) or third-party applications such as [XSwap](https://xswap.link/). +To use Chainlink Automation on certain networks, you may need to conduct token transfers. You can transfer tokens by using [Chainlink CCIP](/ccip/tutorials/transfer-tokens-from-contract), [Transporter](https://www.transporter.io/) or third-party applications such as [XSwap](https://xswap.link/). diff --git a/src/content/chainlink-functions/supported-networks.mdx b/src/content/chainlink-functions/supported-networks.mdx index b067d3215a9..49aa5d315c4 100644 --- a/src/content/chainlink-functions/supported-networks.mdx +++ b/src/content/chainlink-functions/supported-networks.mdx @@ -6,10 +6,14 @@ title: "Supported Networks" import ResourcesCallout from "@features/resources/callouts/ResourcesCallout.astro" import { Aside, Address, CopyText } from "@components" +import CcipCommon from "@features/ccip/CcipCommon.astro" import { DonId } from "@features/chainlink-functions" Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn where to get testnet LINK and ETH. +To use Chainlink Functions on certain networks, you may need to conduct token transfers. You can transfer tokens by using [Chainlink CCIP](/ccip/tutorials/transfer-tokens-from-contract), [Transporter](https://www.transporter.io/) or third-party applications such as [XSwap](https://xswap.link/). + + ## Ethereum diff --git a/src/content/vrf/v2-5/supported-networks.mdx b/src/content/vrf/v2-5/supported-networks.mdx index 1998a93cc26..67b7b42893a 100644 --- a/src/content/vrf/v2-5/supported-networks.mdx +++ b/src/content/vrf/v2-5/supported-networks.mdx @@ -12,6 +12,7 @@ import Vrf2_5Common from "@features/vrf/v2-5/Vrf2_5Common.astro" import ResourcesCallout from "@features/resources/callouts/ResourcesCallout.astro" import { Address, Aside, CopyText } from "@components" import { TabsContent } from "@components/Tabs" +import CcipCommon from "@features/ccip/CcipCommon.astro" @@ -32,6 +33,9 @@ These parameters are configured in the coordinator contract. You can view these VRF v2.5 coordinators for subscription funding are available on several networks. +To use Chainlink VRF on certain networks, you may need to conduct token transfers. You can transfer tokens by using [Chainlink CCIP](/ccip/tutorials/transfer-tokens-from-contract), [Transporter](https://www.transporter.io/) or third-party applications such as [XSwap](https://xswap.link/). + + ### Ethereum mainnet diff --git a/src/content/vrf/v2/direct-funding/supported-networks.mdx b/src/content/vrf/v2/direct-funding/supported-networks.mdx index 265cd672f3d..98fd871a135 100644 --- a/src/content/vrf/v2/direct-funding/supported-networks.mdx +++ b/src/content/vrf/v2/direct-funding/supported-networks.mdx @@ -11,6 +11,7 @@ metadata: import Vrf2_5Common from "@features/vrf/v2-5/Vrf2_5Common.astro" import ResourcesCallout from "@features/resources/callouts/ResourcesCallout.astro" import { Address, Aside, CopyText } from "@components" +import CcipCommon from "@features/ccip/CcipCommon.astro" @@ -47,6 +48,9 @@ The details for calculating the total transaction cost can be found [here](/vrf/ VRF v2 coordinators for direct funding are available on several networks. To see a list of coordinators for subscription funding, see the [Subscription Configurations](/vrf/v2/subscription/supported-networks) page. +To use Chainlink VRF on certain networks, you may need to conduct token transfers. You can transfer tokens by using [Chainlink CCIP](/ccip/tutorials/transfer-tokens-from-contract), [Transporter](https://www.transporter.io/) or third-party applications such as [XSwap](https://xswap.link/). + + ### Ethereum mainnet diff --git a/src/content/vrf/v2/subscription/supported-networks.mdx b/src/content/vrf/v2/subscription/supported-networks.mdx index 78aa4d997ea..31b377fdd14 100644 --- a/src/content/vrf/v2/subscription/supported-networks.mdx +++ b/src/content/vrf/v2/subscription/supported-networks.mdx @@ -11,6 +11,7 @@ metadata: import Vrf2_5Common from "@features/vrf/v2-5/Vrf2_5Common.astro" import ResourcesCallout from "@features/resources/callouts/ResourcesCallout.astro" import { Address, Aside, CopyText } from "@components" +import CcipCommon from "@features/ccip/CcipCommon.astro" @@ -36,6 +37,9 @@ The details for calculating the total transaction cost can be found [here](/vrf/ VRF v2 coordinators for subscription funding are available on several networks. To see a list of coordinators for direct funding, see the [Direct Funding Configurations](/vrf/v2/direct-funding/supported-networks) page. +To use Chainlink VRF on certain networks, you may need to conduct token transfers. You can transfer tokens by using [Chainlink CCIP](/ccip/tutorials/transfer-tokens-from-contract), [Transporter](https://www.transporter.io/) or third-party applications such as [XSwap](https://xswap.link/). + + ### Ethereum mainnet diff --git a/src/features/any-api/common/UseFunctions.mdx b/src/features/any-api/common/UseFunctions.mdx index 13429c9d0fd..0157f83dad0 100644 --- a/src/features/any-api/common/UseFunctions.mdx +++ b/src/features/any-api/common/UseFunctions.mdx @@ -1,6 +1,6 @@ import { Aside } from "@components" -