From 99d3d3d67a601e2ee273f82a9f143f9f2e138c91 Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Fri, 26 Apr 2024 17:13:25 -0400 Subject: [PATCH 1/3] Add Amoy to CF --- .../chainlink-functions/supported-networks.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/content/chainlink-functions/supported-networks.mdx b/src/content/chainlink-functions/supported-networks.mdx index 328faa0cf73..935b83332d8 100644 --- a/src/content/chainlink-functions/supported-networks.mdx +++ b/src/content/chainlink-functions/supported-networks.mdx @@ -61,6 +61,21 @@ Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn w | Cancellation fees (withdrawing funds) | 0.1 LINK | | Minimum balance for uploading encrypted secrets | 0.1 LINK | +### Polygon Amoy testnet + +| Item | Value | +| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Functions router |
| +| | / | +| Encrypted secrets upload endpoints |
| + +| Billing Item | Value | +| ----------------------------------------------- | ----------- | +| Premium fees | 0.004 LINK | +| Request threshold (withdrawing funds) | 10 requests | +| Cancellation fees (withdrawing funds) | 0.1 LINK | +| Minimum balance for uploading encrypted secrets | 0.1 LINK | + ## Avalanche ### Avalanche Mainnet From 83c46aae96c6c15435a8335f3bf8772966ec4cb0 Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Fri, 26 Apr 2024 17:30:34 -0400 Subject: [PATCH 2/3] Release note --- src/content/chainlink-functions/resources/release-notes.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/chainlink-functions/resources/release-notes.mdx b/src/content/chainlink-functions/resources/release-notes.mdx index f341e6a069f..232914ca6ed 100644 --- a/src/content/chainlink-functions/resources/release-notes.mdx +++ b/src/content/chainlink-functions/resources/release-notes.mdx @@ -6,6 +6,10 @@ title: "Chainlink Functions Release Notes" import { Aside } from "@components" +## Polygon Amoy support - 2024-04-26 + +Chainlink Functions is available on [Polygon Amoy](/chainlink-functions/supported-networks#polygon-amoy-testnet). + ## Polygon testnet support - 2024-04-13 The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon From 8e0776cb914a24579297ba24799d68d3a05dd528 Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Fri, 26 Apr 2024 18:02:20 -0400 Subject: [PATCH 3/3] Billing correction --- .../chainlink-functions/supported-networks.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/chainlink-functions/supported-networks.mdx b/src/content/chainlink-functions/supported-networks.mdx index 935b83332d8..311fc0bfff6 100644 --- a/src/content/chainlink-functions/supported-networks.mdx +++ b/src/content/chainlink-functions/supported-networks.mdx @@ -69,12 +69,12 @@ Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn w | | / | | Encrypted secrets upload endpoints |
| -| Billing Item | Value | -| ----------------------------------------------- | ----------- | -| Premium fees | 0.004 LINK | -| Request threshold (withdrawing funds) | 10 requests | -| Cancellation fees (withdrawing funds) | 0.1 LINK | -| Minimum balance for uploading encrypted secrets | 0.1 LINK | +| Billing Item | Value | +| ------------------------------------------------ | ------------- | +| Premium fees (converted to LINK at request time) | 320 cents USD | +| Request threshold (withdrawing funds) | 10 requests | +| Cancellation fees (withdrawing funds) | 2 LINK | +| Minimum balance for uploading encrypted secrets | 2 LINK | ## Avalanche