Skip to content
Merged

update #2752

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
24 changes: 12 additions & 12 deletions src/content/chainlink-automation/overview/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -267,18 +267,18 @@ To use Chainlink Automation on certain networks, you may need to conduct token t

### OP Mainnet

| Item | Value |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Registry Address | <Address contractUrl="https://optimistic.etherscan.io/address/0x696fB0d7D069cc0bb35a7c36115CE63E55cb9AA6" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "OP Mainnet" }} /> |
| Registrar Address | <Address contractUrl="https://optimistic.etherscan.io/address/0xe601C5837307f07aB39DEB0f5516602f045BF14f" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registrarAddress_copied", extraInfo1: "OP Mainnet" }} /> |
| Payment Premium % | 50 |
| Block Count per Turn | Not Applicable |
| Maximum Check Data Size | 5,000 |
| Check Gas Limit | 10,000,000 |
| Perform Gas Limit | 5,000,000 |
| Maximum Perform Data Size | 1,000 |
| Gas Ceiling Multiplier | 5 |
| Minimum Upkeep Spend (LINK) | 0.02 |
| Item | Value |
| ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Registry Address | <Address contractUrl="https://optimistic.etherscan.io/address/0x696fB0d7D069cc0bb35a7c36115CE63E55cb9AA6" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "OP Mainnet" }} /> |
| Registrar Address | <Address contractUrl="https://optimistic.etherscan.io/address/0xe601C5837307f07aB39DEB0f5516602f045BF14f" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registrarAddress_copied", extraInfo1: "OP Mainnet" }} /> |
| Payment Premium % | 50 |
| Block Count per Turn | Not Applicable |
| Maximum Check Data Size | 5,000 |
| Check Gas Limit | 10,000,000 |
| Perform Gas Limit | 5,000,000 |
| Maximum Perform Data Size | 1,000 |
| Gas Ceiling Multiplier | 5 |
| Flat fee per transaction (LINK) | 0.02 |

### OP Sepolia Testnet

Expand Down
Loading