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
1 change: 0 additions & 1 deletion src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ export const productChainLinks: ProductChainLinks = {
base: "/chainlink-automation/overview/supported-networks#base",
"bnb-chain": "/chainlink-automation/overview/supported-networks#bnb-chain",
ethereum: "/chainlink-automation/overview/supported-networks#ethereum",
fantom: "/chainlink-automation/overview/supported-networks#fantom",
"gnosis-chain": "/chainlink-automation/overview/supported-networks#gnosis",
optimism: "/chainlink-automation/overview/supported-networks#op",
polygon: "/chainlink-automation/overview/supported-networks#polygon",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,38 +199,6 @@ To use Chainlink Automation on certain networks, you may need to conduct token t
| Gas Ceiling Multiplier | 3 |
| Minimum Upkeep Spend (LINK) | 0.0 |

## Fantom

### Fantom Mainnet

| Item | Value |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Registry Address | <Address contractUrl="https://ftmscan.com/address/0x02777053d6764996e594c3E88AF1D58D5363a2e6" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "Fantom" }} /> |
| Registrar Address | <Address contractUrl="https://ftmscan.com/address/0xDb8e8e2ccb5C033938736aa89Fe4fa1eDfD15a1d" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registrarAddress_copied", extraInfo1: "Fantom" }} /> |
| Payment Premium % | 50 |
| Block Count per Turn | 50 |
| Maximum Check Data Size | Not Applicable |
| Check Gas Limit | 10,000,000 |
| Perform Gas Limit | 3,500,000 |
| Maximum Perform Data Size | Not Applicable |
| Gas Ceiling Multiplier | 4 |
| Minimum Upkeep Spend (LINK) | 0.1 |

### Fantom Testnet

| Item | Value |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Registry Address | <Address contractUrl="https://testnet.ftmscan.com/address/0x8Ef7AC62dc3a4FF4dcc0441ed098106f8F313220" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "Fantom Testnet" }} /> |
| Registrar Address | <Address contractUrl="https://testnet.ftmscan.com/address/0x57A4a13b35d25EE78e084168aBaC5ad360252467" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registrarAddress_copied", extraInfo1: "Fantom Testnet" }} /> |
| Payment Premium % | 50 |
| Block Count per Turn | 200 |
| Maximum Check Data Size | 5,000 |
| Check Gas Limit | 10,000,000 |
| Perform Gas Limit | 3,500,000 |
| Maximum Perform Data Size | 5,000 |
| Gas Ceiling Multiplier | 2 |
| Minimum Upkeep Spend (LINK) | 0.0 |

## Gnosis

### Gnosis Mainnet
Expand Down
Loading