From 303e59f9b19b2d2cbda2daa0d3d196b4ebb13237 Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Tue, 27 Feb 2024 13:35:16 -0500 Subject: [PATCH 1/3] CLA on Optimism Sepolia --- .../overview/automation-release-notes.mdx | 5 ++++ .../overview/supported-networks.mdx | 1 + .../data/chainlink-automation-addresses.json | 4 +++ .../data/chainlink-automation-config.json | 25 +++++++++++++++++++ 4 files changed, 35 insertions(+) diff --git a/src/content/chainlink-automation/overview/automation-release-notes.mdx b/src/content/chainlink-automation/overview/automation-release-notes.mdx index 802d030ab10..416e6c53d76 100644 --- a/src/content/chainlink-automation/overview/automation-release-notes.mdx +++ b/src/content/chainlink-automation/overview/automation-release-notes.mdx @@ -13,6 +13,7 @@ whatsnext: **Chainlink Automation Release Notes** +- [Automation on Optimism Sepolia](#2024-02-27---automation-on-optimism-sepolia) - [v2.0 release](#2023-10-02---v20-release) - [Automation on Optimism](#2023-05-15---automation-on-optimism) - [Chainlink Keepers is now Chainlink Automation](#chainlink-keepers-is-now-chainlink-automation) @@ -27,6 +28,10 @@ whatsnext: - [Keepers v1.1 launch on Ethereum](#2021-08-05---keepers-v11-launch-on-ethereum) - [Questions](#questions) +## 2024-02-27 - Automation on Optimism Sepolia + +Chainlink Automation is live on [Optimism Sepolia](/chainlink-automation/supported-networks#optimism-sepolia). + ## 2023-10-02 - v2.0 release Automation 2.0 is now live on Ethereum, Binance Smart Chain, Polygon, Avalanche, Arbitrum, and Optimism. Automation 2.0 features include: diff --git a/src/content/chainlink-automation/overview/supported-networks.mdx b/src/content/chainlink-automation/overview/supported-networks.mdx index 2465ee9b7df..88ceed17c18 100644 --- a/src/content/chainlink-automation/overview/supported-networks.mdx +++ b/src/content/chainlink-automation/overview/supported-networks.mdx @@ -42,6 +42,7 @@ Chainlink Automation is available on the following networks. All networks operat - [Optimism](#optimism) - Mainnet - Goerli testnet + - Sepolia testnet - [BASE](#base) - Mainnet diff --git a/src/features/chainlink-automation/data/chainlink-automation-addresses.json b/src/features/chainlink-automation/data/chainlink-automation-addresses.json index c11e090dc30..52c90f6453a 100644 --- a/src/features/chainlink-automation/data/chainlink-automation-addresses.json +++ b/src/features/chainlink-automation/data/chainlink-automation-addresses.json @@ -63,6 +63,10 @@ "registryAddress": "0x500Fb2e3903D3f296a69E21EC95661db5FE7F31C", "registrarAddress": "0xCA7A0b1F8153EcD3861899d468dC946F22B39114" }, + "OPTIMISM_SEPOLIA": { + "registryAddress": "0x881918E24290084409DaA91979A30e6f0dB52eBe", + "registrarAddress": "0x110Bd89F0B62EA1598FfeBF8C0304c9e58510Ee5" + }, "BASE_MAINNET": { "registryAddress": "0xE226D5aCae908252CcA3F6CEFa577527650a9e1e", "registrarAddress": "0xD8983a340A96b9C2Bb6855E46847aE134Db71fB1" diff --git a/src/features/chainlink-automation/data/chainlink-automation-config.json b/src/features/chainlink-automation/data/chainlink-automation-config.json index d58dda96697..0e5432f713a 100644 --- a/src/features/chainlink-automation/data/chainlink-automation-config.json +++ b/src/features/chainlink-automation/data/chainlink-automation-config.json @@ -399,6 +399,31 @@ "registrar": "0xCA7A0b1F8153EcD3861899d468dC946F22B39114", "transcoder": "0x395C8461299c9981E9D1A30d116F0c80a927d2A4" }, + "OPTIMISM_SEPOLIA": { + "paymentPremiumPPB": 500000000, + "blockCountPerTurn": "Not Applicable", + "maxCheckDataSize": 5000, + "checkGasLimit": 10000000, + "gasCeilingMultiplier": 5, + "minUpkeepSpend": { + "type": "BigNumber", + "hex": "0x016345785d8a0000" + }, + "maxPerformGas": 5000000, + "fallbackGasPrice": { + "type": "BigNumber", + "hex": "0x3b9aca00" + }, + "fallbackLinkPrice": { + "type": "BigNumber", + "hex": "0x2386f26fc10000" + }, + "maxPerformDataSize": 2000, + "flatFeeMicroLink": 10000, + "stalenessSeconds": 90000, + "registrar": "0x110Bd89F0B62EA1598FfeBF8C0304c9e58510Ee5", + "transcoder": "0x245675A2f4b4C1052C880cD600DCF04D58520eE7" + }, "BASE_MAINNET": { "paymentPremiumPPB": 500000000, "blockCountPerTurn": "Not Applicable", From 48b0bdbd10271dcb5356bf5447f266a221a058db Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Tue, 27 Feb 2024 13:42:36 -0500 Subject: [PATCH 2/3] update link --- .../chainlink-automation/overview/automation-release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chainlink-automation/overview/automation-release-notes.mdx b/src/content/chainlink-automation/overview/automation-release-notes.mdx index 416e6c53d76..886ec41a658 100644 --- a/src/content/chainlink-automation/overview/automation-release-notes.mdx +++ b/src/content/chainlink-automation/overview/automation-release-notes.mdx @@ -30,7 +30,7 @@ whatsnext: ## 2024-02-27 - Automation on Optimism Sepolia -Chainlink Automation is live on [Optimism Sepolia](/chainlink-automation/supported-networks#optimism-sepolia). +Chainlink Automation is live on [Optimism Sepolia](/chainlink-automation/supported-networks#optimism-sepolia-testnet). ## 2023-10-02 - v2.0 release From bd1c5147ee0cef1462ecc030ebdbfce227fc9897 Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Tue, 27 Feb 2024 13:48:01 -0500 Subject: [PATCH 3/3] update link 2 --- .../chainlink-automation/overview/automation-release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chainlink-automation/overview/automation-release-notes.mdx b/src/content/chainlink-automation/overview/automation-release-notes.mdx index 886ec41a658..bef9378a600 100644 --- a/src/content/chainlink-automation/overview/automation-release-notes.mdx +++ b/src/content/chainlink-automation/overview/automation-release-notes.mdx @@ -30,7 +30,7 @@ whatsnext: ## 2024-02-27 - Automation on Optimism Sepolia -Chainlink Automation is live on [Optimism Sepolia](/chainlink-automation/supported-networks#optimism-sepolia-testnet). +Chainlink Automation is live on [Optimism Sepolia](/chainlink-automation/overview/supported-networks#optimism-sepolia-testnet). ## 2023-10-02 - v2.0 release