File tree 2 files changed +19
-0
lines changed
src/content/chainlink-functions 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ title: "Chainlink Functions Release Notes"
6
6
7
7
import { Aside } from " @components"
8
8
9
+ ## Polygon Amoy support - 2024-04-26
10
+
11
+ Chainlink Functions is available on [ Polygon Amoy] ( /chainlink-functions/supported-networks#polygon-amoy-testnet ) .
12
+
9
13
## Polygon testnet support - 2024-04-13
10
14
11
15
The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon
Original file line number Diff line number Diff line change @@ -61,6 +61,21 @@ Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn w
61
61
| Cancellation fees (withdrawing funds) | 0.1 LINK |
62
62
| Minimum balance for uploading encrypted secrets | 0.1 LINK |
63
63
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
+
64
79
## Avalanche
65
80
66
81
### Avalanche Mainnet
You can’t perform that action at this time.
0 commit comments