Skip to content
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

Misc KTLO fixes #2286

Merged
merged 5 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import ChainlinkAutomation from "@features/chainlink-automation/common/Chainlink

<ChainlinkAutomation callout="deprecation" />

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/).

<CcipCommon callout="thirdPartyApps" />
<ResourcesCallout callout="bridgeRisks" />
Expand Down
4 changes: 4 additions & 0 deletions src/content/chainlink-functions/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

<CcipCommon callout="thirdPartyApps" />
<ResourcesCallout callout="bridgeRisks" />

## Ethereum
Expand Down
4 changes: 4 additions & 0 deletions src/content/vrf/v2-5/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"

<Vrf2_5Common callout="security" />

Expand All @@ -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/).

<CcipCommon callout="thirdPartyApps" />
<ResourcesCallout callout="bridgeRisks" />

### Ethereum mainnet
Expand Down
4 changes: 4 additions & 0 deletions src/content/vrf/v2/direct-funding/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"

<Vrf2_5Common callout="supportednetworks" />

Expand Down Expand Up @@ -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/).

<CcipCommon callout="thirdPartyApps" />
<ResourcesCallout callout="bridgeRisks" />

### Ethereum mainnet
Expand Down
4 changes: 4 additions & 0 deletions src/content/vrf/v2/subscription/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"

<Vrf2_5Common callout="supportednetworks" />

Expand All @@ -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/).

<CcipCommon callout="thirdPartyApps" />
<ResourcesCallout callout="bridgeRisks" />

### Ethereum mainnet
Expand Down
2 changes: 1 addition & 1 deletion src/features/any-api/common/UseFunctions.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Aside } from "@components"

<Aside type="caution" title="Use Chainlink Functions">
<Aside type="danger" title="Use Chainlink Functions">
The Any API docs remain as a public historical reference for node operators. Please use Chainlink Functions instead.

Chainlink Functions provides your smart contracts access to trust-minimized compute infrastructure, allowing you to fetch data from APIs and perform custom computation. Read the [Chainlink Functions
Expand Down