Skip to content

Commit 5f02838

Browse files
Add release notes for Mumbai support change
1 parent 2c65845 commit 5f02838

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

src/content/chainlink-automation/overview/automation-release-notes.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ whatsnext:
1313

1414
**Chainlink Automation Release Notes**
1515

16+
- [Polygon testnet support](#2024-04-13---polygon-testnet-support)
1617
- [Automation StreamsLookup error handler](#2024-03-07---automation-streamslookup-error-handler)
1718
- [Automation debugging script](#2024-02-27---automation-debugging-script)
1819
- [Automation on Optimism Sepolia](#2024-02-27---automation-on-optimism-sepolia)
@@ -31,6 +32,11 @@ whatsnext:
3132
- [Keepers v1.1 launch on Ethereum](#2021-08-05---keepers-v11-launch-on-ethereum)
3233
- [Questions](#questions)
3334

35+
## 2024-04-13 - Polygon testnet support
36+
37+
The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon
38+
for updates about future testnet support on Polygon.
39+
3440
## 2024-03-07 - Automation StreamsLookup error handler
3541

3642
The [Automation StreamsLookup error handler](/chainlink-automation/guides/streams-lookup-error-handler) is available to help you handle potential errors with StreamsLookup upkeeps. When you add the new [`checkErrorHandler`](/chainlink-automation/reference/automation-interfaces#checkerrorhandler-function) function, you can define custom logic to handle some errors offchain and handle other errors onchain in `performUpkeep`.

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

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

77
import { Aside } from "@components"
88

9+
## Polygon testnet support - 2024-04-13
10+
11+
The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon
12+
for updates about future testnet support on Polygon.
13+
914
## Base Mainnet support - 2024-04-09
1015

1116
Chainlink Functions is available on [Base Mainnet](/chainlink-functions/supported-networks#base-mainnet).

src/content/vrf/release-notes.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ whatsnext:
1010
}
1111
---
1212

13+
## 2024-04-13 - Polygon testnet support changed
14+
15+
The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon
16+
for updates about future testnet support on Polygon.
17+
1318
## 2024-03-29 - Fantom support changed
1419

1520
Creating new Fantom subscriptions in the [VRF Subscription Manager](https://vrf.chain.link/) is no longer supported. Existing Fantom subscriptions are still supported.

0 commit comments

Comments
 (0)