diff --git a/src/content/chainlink-automation/overview/automation-release-notes.mdx b/src/content/chainlink-automation/overview/automation-release-notes.mdx index 326c2ab1267..80a8e654982 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 Base Sepolia](#2024-06-28---automation-on-base-sepolia) - [Deprecation of older upkeeps](#2024-06-24---deprecation-of-older-upkeeps) - [Automation on Gnosis](#2024-06-06---automation-on-gnosis) - [Registrar deprecation through v2.0](#2024-06-03---registrar-deprecation-through-v20) @@ -36,6 +37,10 @@ whatsnext: - [Keepers v1.1 launch on Ethereum](#2021-08-05---keepers-v11-launch-on-ethereum) - [Questions](#questions) +## 2024-06-28 - Automation on Base Sepolia + +Chainlink Automation is live on [Base Sepolia](/chainlink-automation/overview/supported-networks#base-sepolia-testnet). + ## 2024-06-24 - Deprecation of older upkeeps Existing upkeeps on versions earlier than v2.1 will stop being performed on August 29, 2024. diff --git a/src/features/chainlink-automation/data/chainlink-automation-addresses.json b/src/features/chainlink-automation/data/chainlink-automation-addresses.json index 8c39e23238b..bfd78631d77 100644 --- a/src/features/chainlink-automation/data/chainlink-automation-addresses.json +++ b/src/features/chainlink-automation/data/chainlink-automation-addresses.json @@ -59,6 +59,10 @@ "registryAddress": "0xE226D5aCae908252CcA3F6CEFa577527650a9e1e", "registrarAddress": "0xD8983a340A96b9C2Bb6855E46847aE134Db71fB1" }, + "BASE_SEPOLIA": { + "registryAddress": "0x8B1565DbAF0577F2F3b474334b068C95687f4FcE", + "registrarAddress": "0x80C55e674a34FfE730B0357E16e8852B19573f7C" + }, "GNOSIS_MAINNET": { "registryAddress": "0x299c92a219F61a82E91d2062A262f7157F155AC1", "registrarAddress": "0x0F7E163446AAb41DB5375AbdeE2c3eCC56D9aA32" diff --git a/src/features/chainlink-automation/data/chainlink-automation-config.json b/src/features/chainlink-automation/data/chainlink-automation-config.json index 09dcbcf133b..ab51248178b 100644 --- a/src/features/chainlink-automation/data/chainlink-automation-config.json +++ b/src/features/chainlink-automation/data/chainlink-automation-config.json @@ -307,7 +307,7 @@ "gasCeilingMultiplier": 5, "minUpkeepSpend": { "type": "BigNumber", - "hex": "0x016345785d8a0000" + "hex": "0x470de4df820000" }, "maxPerformGas": 5000000, "fallbackGasPrice": { @@ -357,7 +357,7 @@ "gasCeilingMultiplier": 5, "minUpkeepSpend": { "type": "BigNumber", - "hex": "0x016345785d8a0000" + "hex": "0x470de4df820000" }, "maxPerformGas": 5000000, "fallbackGasPrice": { @@ -374,6 +374,31 @@ "registrar": "0xD8983a340A96b9C2Bb6855E46847aE134Db71fB1", "transcoder": "0x395C8461299c9981E9D1A30d116F0c80a927d2A4" }, + "BASE_SEPOLIA": { + "paymentPremiumPPB": 500000000, + "blockCountPerTurn": "Not Applicable", + "maxCheckDataSize": 5000, + "checkGasLimit": 10000000, + "gasCeilingMultiplier": 2, + "minUpkeepSpend": { + "type": "BigNumber", + "hex": "0x016345785d8a0000" + }, + "maxPerformGas": 5000000, + "fallbackGasPrice": { + "type": "BigNumber", + "hex": "0x3b9aca00" + }, + "fallbackLinkPrice": { + "type": "BigNumber", + "hex": "0x140dcf0880f5b8" + }, + "maxPerformDataSize": 1000, + "flatFeeMicroLink": 20000, + "stalenessSeconds": 360000, + "registrar": "0x80C55e674a34FfE730B0357E16e8852B19573f7C", + "transcoder": "0xd543F8aE4e54D90cAC7367c3C570De35E911fB51" + }, "GNOSIS_MAINNET": { "paymentPremiumPPB": 1000000000, "blockCountPerTurn": "Not Applicable",