Skip to content

Commit

Permalink
Merge branch 'main' into automation-native-billing
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords authored Sep 9, 2024
2 parents b7040c3 + 99a1b53 commit 6ce197a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const productChainLinks: ProductChainLinks = {
arbitrum: "/chainlink-functions/supported-networks#arbitrum",
avalanche: "/chainlink-functions/supported-networks#avalanche",
base: "/chainlink-functions/supported-networks#base",
celo: "/chainlink-functions/supported-networks#celo",
ethereum: "/chainlink-functions/supported-networks#ethereum",
optimism: "/chainlink-functions/supported-networks#optimism",
polygon: "/chainlink-functions/supported-networks#polygon",
Expand Down
4 changes: 4 additions & 0 deletions src/content/chainlink-functions/resources/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ title: "Chainlink Functions Release Notes"

import { Aside } from "@components"

## Celo support - 2024-09-09

Chainlink Functions is available on [Celo mainnet](/chainlink-functions/supported-networks#celo-mainnet) and [Celo Alfajores testnet](/chainlink-functions/supported-networks#celo-alfajores-testnet).

## Timing out requests manually - 2024-08-21

The [Chainlink Functions Subscription Manager](https://functions.chain.link/) now supports [timing out requests manually](/chainlink-functions/resources/subscriptions#time-out-pending-requests-manually). You can time out requests that are pending for longer than five minutes to unlock your subscription funds.
Expand Down
38 changes: 38 additions & 0 deletions src/content/chainlink-functions/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,41 @@ Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn w
| Request threshold (withdrawing funds) | 10 requests |
| Cancellation fees (withdrawing funds) | 2 LINK |
| Minimum balance for uploading encrypted secrets | 2 LINK |

## Celo

<Aside type="note" title="USD-denominated premium fees">
The fixed premium fee is denominated in USD but no USD is ever used. The LINK equivalent of the fee is calculated at
request time, and then deducted from your subscription in LINK at response time. See the [example cost
calculation](/chainlink-functions/resources/billing#cost-calculation-example) for more information.
</Aside>

### Celo Mainnet

| Item | Value |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Functions router | <Address contractUrl="https://explorer.celo.org/mainnet/address/0xd74646C75163f9dA0F3666C3BE8A9C42F4b3b261" /> |
| <DonId client:load/> | <CopyText text="fun-celo-mainnet-1" code /> / <CopyText text="0x66756e2d63656c6f2d6d61696e6e65742d310000000000000000000000000000"code format formatType="bytes32" /> |
| Encrypted secrets upload endpoints | <ul><li><CopyText text="https://01.functions-gateway.chain.link/" code /></li><li><CopyText text="https://02.functions-gateway.chain.link/" code /></li></ul> |

| Billing Item | Value |
| ------------------------------------------------ | ----------- |
| Premium fees (converted to LINK at request time) | 3 cents USD |
| Request threshold (withdrawing funds) | 1 request |
| Cancellation fees (withdrawing funds) | 0.1 LINK |
| Minimum balance for uploading encrypted secrets | 0.1 LINK |

### Celo Alfajores testnet

| Item | Value |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Functions router | <Address contractUrl="https://explorer.celo.org/alfajores/address/0x53BA5D8E5aab0cf9589aCE139666Be2b9Fd268e2" /> |
| <DonId client:load/> | <CopyText text="fun-celo-alfajores-1" code /> / <CopyText text="0x66756e2d63656c6f2d616c66616a6f7265732d31000000000000000000000000"code format formatType="bytes32" /> |
| Encrypted secrets upload endpoints | <ul><li><CopyText text="https://01.functions-gateway.testnet.chain.link/" code /></li><li><CopyText text="https://02.functions-gateway.testnet.chain.link/" code /></li></ul> |

| 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 |
1 change: 1 addition & 0 deletions src/features/landing/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const evmProducts = [
{ id: "arbitrum", title: "Arbitrum" },
{ id: "optimism", title: "Optimism" },
{ id: "base", title: "BASE" },
{ id: "celo", title: "Celo" },
],
},
{
Expand Down

0 comments on commit 6ce197a

Please sign in to comment.