Skip to content

Commit 410634b

Browse files
CF: Add Polygon Amoy (#1915)
* Add Amoy to CF * Release note * Billing correction
1 parent 1c3b846 commit 410634b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/content/chainlink-functions/resources/release-notes.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ title: "Chainlink Functions Release Notes"
66

77
import { Aside } from "@components"
88

9+
## Polygon Amoy support - 2024-04-26
10+
11+
Chainlink Functions is available on [Polygon Amoy](/chainlink-functions/supported-networks#polygon-amoy-testnet).
12+
913
## Polygon testnet support - 2024-04-13
1014

1115
The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon

src/content/chainlink-functions/supported-networks.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,21 @@ Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn w
6161
| Cancellation fees (withdrawing funds) | 0.1 LINK |
6262
| Minimum balance for uploading encrypted secrets | 0.1 LINK |
6363

64+
### Polygon Amoy testnet
65+
66+
| Item | Value |
67+
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
68+
| Functions router | <Address contractUrl="https://amoy.polygonscan.com/address/0xC22a79eBA640940ABB6dF0f7982cc119578E11De" /> |
69+
| <DonId client:load/> | <CopyText text="fun-polygon-amoy-1" code /> / <CopyText text="0x66756e2d706f6c79676f6e2d616d6f792d310000000000000000000000000000"code format formatType="bytes32" /> |
70+
| 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> |
71+
72+
| Billing Item | Value |
73+
| ------------------------------------------------ | ------------- |
74+
| Premium fees (converted to LINK at request time) | 320 cents USD |
75+
| Request threshold (withdrawing funds) | 10 requests |
76+
| Cancellation fees (withdrawing funds) | 2 LINK |
77+
| Minimum balance for uploading encrypted secrets | 2 LINK |
78+
6479
## Avalanche
6580

6681
### Avalanche Mainnet

0 commit comments

Comments
 (0)