From cfdc199eba801437613779e09c26c8a573940f26 Mon Sep 17 00:00:00 2001 From: Dwight Lyle Date: Tue, 9 Apr 2024 17:33:42 -0600 Subject: [PATCH] Functions - Base Mainnet support --- .../resources/release-notes.mdx | 4 ++++ .../chainlink-functions/supported-networks.mdx | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/src/content/chainlink-functions/resources/release-notes.mdx b/src/content/chainlink-functions/resources/release-notes.mdx index c635912d8cd..00c30421074 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" +## Base Mainnet support - 2024-04-09 + +Chainlink Functions is available on [Base Mainnet](/chainlink-functions/supported-networks#base-mainnet). + ## USD-denominated premium fees and new testnets - 2024-03-22 Chainlink Functions is available as an open beta on the following testnets: diff --git a/src/content/chainlink-functions/supported-networks.mdx b/src/content/chainlink-functions/supported-networks.mdx index f809e7bb0dc..b80739b1920 100644 --- a/src/content/chainlink-functions/supported-networks.mdx +++ b/src/content/chainlink-functions/supported-networks.mdx @@ -148,6 +148,21 @@ Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn w calculation](/chainlink-functions/resources/billing#cost-calculation-example) for more information. +### BASE Mainnet + +| Item | Value | +| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Functions router |
| +| | / | +| Encrypted secrets upload endpoints |
| + +| Billing Item | Value | +| ------------------------------------------------ | ----------- | +| Premium fees (converted to LINK at request time) | 3 cents USD | +| Request threshold (withdrawing funds) | 10 requests | +| Cancellation fees (withdrawing funds) | 0.1 LINK | +| Minimum balance for uploading encrypted secrets | 0.1 LINK | + ### BASE Sepolia testnet | Item | Value |