Skip to content
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 @@ -41,8 +41,7 @@ There is no registration fee or other fees for any offchain computation.
<Aside type="note" title="Additional fees for specific cases">
On Automation v2.3 and earlier, there is an additional flat per-transaction fee of 0.01 LINK in the following cases:

- For mainnet transactions on OP and Base to account for L1 transaction costs, which ensures that node operators are fairly compensated
- For testnet transactions on all supported networks to account for node infrastructure costs
- For testnet transactions on all supported networks to account for node infrastructure costs.

</Aside>

Expand Down
29 changes: 14 additions & 15 deletions src/content/chainlink-automation/overview/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -267,31 +267,30 @@ 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 |
| Flat fee per transaction (LINK) | 0.02 |
| Item | Value |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Registry Address | <Address contractUrl="https://optimistic.etherscan.io/address/0x4F70c323b8B72AeffAF633Aa4D5e8B6Be5df4AEf" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "OP Mainnet" }} /> |
| Registrar Address | <Address contractUrl="https://optimistic.etherscan.io/address/0xe96057F85510292231e2C759752f012C87A8c8dd" 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 | 5,000 |
| Gas Ceiling Multiplier | 5 |

### OP Sepolia Testnet

| Item | Value |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Registry Address | <Address contractUrl="https://sepolia-optimism.etherscan.io/address/0x881918E24290084409DaA91979A30e6f0dB52eBe" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "OP Sepolia" }} /> |
| Registrar Address | <Address contractUrl="https://sepolia-optimism.etherscan.io/address/0x110Bd89F0B62EA1598FfeBF8C0304c9e58510Ee5" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registrarAddress_copied", extraInfo1: "OP Sepolia" }} /> |
| Registry Address | <Address contractUrl="https://sepolia-optimism.etherscan.io/address/0x8E82eE417f916Bd44E8Efa144222808E5Fa84611" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "OP Sepolia" }} /> |
| Registrar Address | <Address contractUrl="https://sepolia-optimism.etherscan.io/address/0x9e329384F4155a5c284FF91CeD9f2AEF589C81c9" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registrarAddress_copied", extraInfo1: "OP Sepolia" }} /> |
| 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 | 2,000 |
| Maximum Perform Data Size | 5,000 |
| Gas Ceiling Multiplier | 5 |
| Minimum Upkeep Spend (LINK) | 0.1 |

Expand Down
Loading