Skip to content

CLA on Optimism Sepolia #1786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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/overview/supported-networks#optimism-sepolia-testnet).

## 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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
"registryAddress": "0x500Fb2e3903D3f296a69E21EC95661db5FE7F31C",
"registrarAddress": "0xCA7A0b1F8153EcD3861899d468dC946F22B39114"
},
"OPTIMISM_SEPOLIA": {
"registryAddress": "0x881918E24290084409DaA91979A30e6f0dB52eBe",
"registrarAddress": "0x110Bd89F0B62EA1598FfeBF8C0304c9e58510Ee5"
},
"BASE_MAINNET": {
"registryAddress": "0xE226D5aCae908252CcA3F6CEFa577527650a9e1e",
"registrarAddress": "0xD8983a340A96b9C2Bb6855E46847aE134Db71fB1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down