Skip to content

Commit 7d19bc2

Browse files
authored
Merge branch 'main' into hyperliquid-ccip
2 parents 0f27fd4 + da33a1b commit 7d19bc2

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ export const productChainLinks: ProductChainLinks = {
187187
base: "/chainlink-automation/overview/supported-networks#base",
188188
"bnb-chain": "/chainlink-automation/overview/supported-networks#bnb-chain",
189189
ethereum: "/chainlink-automation/overview/supported-networks#ethereum",
190-
fantom: "/chainlink-automation/overview/supported-networks#fantom",
191190
"gnosis-chain": "/chainlink-automation/overview/supported-networks#gnosis",
192191
optimism: "/chainlink-automation/overview/supported-networks#op",
193192
polygon: "/chainlink-automation/overview/supported-networks#polygon",

src/content/chainlink-automation/overview/supported-networks.mdx

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -199,38 +199,6 @@ To use Chainlink Automation on certain networks, you may need to conduct token t
199199
| Gas Ceiling Multiplier | 3 |
200200
| Minimum Upkeep Spend (LINK) | 0.0 |
201201

202-
## Fantom
203-
204-
### Fantom Mainnet
205-
206-
| Item | Value |
207-
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
208-
| Registry Address | <Address contractUrl="https://ftmscan.com/address/0x02777053d6764996e594c3E88AF1D58D5363a2e6" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "Fantom" }} /> |
209-
| Registrar Address | <Address contractUrl="https://ftmscan.com/address/0xDb8e8e2ccb5C033938736aa89Fe4fa1eDfD15a1d" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registrarAddress_copied", extraInfo1: "Fantom" }} /> |
210-
| Payment Premium % | 50 |
211-
| Block Count per Turn | 50 |
212-
| Maximum Check Data Size | Not Applicable |
213-
| Check Gas Limit | 10,000,000 |
214-
| Perform Gas Limit | 3,500,000 |
215-
| Maximum Perform Data Size | Not Applicable |
216-
| Gas Ceiling Multiplier | 4 |
217-
| Minimum Upkeep Spend (LINK) | 0.1 |
218-
219-
### Fantom Testnet
220-
221-
| Item | Value |
222-
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
223-
| Registry Address | <Address contractUrl="https://testnet.ftmscan.com/address/0x8Ef7AC62dc3a4FF4dcc0441ed098106f8F313220" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registryAddress_copied", extraInfo1: "Fantom Testnet" }} /> |
224-
| Registrar Address | <Address contractUrl="https://testnet.ftmscan.com/address/0x57A4a13b35d25EE78e084168aBaC5ad360252467" eventName="docs_product_interaction" additionalInfo={{ product: "AUTOMATION", action: "registrarAddress_copied", extraInfo1: "Fantom Testnet" }} /> |
225-
| Payment Premium % | 50 |
226-
| Block Count per Turn | 200 |
227-
| Maximum Check Data Size | 5,000 |
228-
| Check Gas Limit | 10,000,000 |
229-
| Perform Gas Limit | 3,500,000 |
230-
| Maximum Perform Data Size | 5,000 |
231-
| Gas Ceiling Multiplier | 2 |
232-
| Minimum Upkeep Spend (LINK) | 0.0 |
233-
234202
## Gnosis
235203

236204
### Gnosis Mainnet

src/content/chainlink-nodes/v1/node-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15690,7 +15690,7 @@ MinAttempts = 3 # Example
1569015690
Enabled = false # Default
1569115691
```
1569215692

15693-
Enabled enables or disables automatically purging transactions that have been idenitified as terminally stuck (will never be included on-chain). This feature is only expected to be used by ZK chains.
15693+
Enabled enables or disables automatically purging transactions that have been identified as terminally stuck (will never be included on-chain). This feature is only expected to be used by ZK chains.
1569415694

1569515695
### DetectionApiUrl
1569615696

@@ -15985,7 +15985,7 @@ In EIP-1559 mode, the following changes occur to how configuration works:
1598515985
- All new transactions will be sent as type 0x2 transactions specifying a TipCap and FeeCap. Be aware that existing pending legacy transactions will continue to be gas bumped in legacy mode.
1598615986
- `BlockHistoryEstimator` will apply its calculations (gas percentile etc) to the TipCap and this value will be used for new transactions (GasPrice will be ignored)
1598715987
- `FixedPriceEstimator` will use `GasTipCapDefault` instead of `GasPriceDefault` for the tip cap
15988-
- `FixedPriceEstimator` will use `GasFeeCapDefault` instaed of `GasPriceDefault` for the fee cap
15988+
- `FixedPriceEstimator` will use `GasFeeCapDefault` instead of `GasPriceDefault` for the fee cap
1598915989
- `PriceMin` is ignored for new transactions and `GasTipCapMinimum` is used instead (default 0)
1599015990
- `PriceMax` still represents that absolute upper limit that Chainlink will ever spend (total) on a single tx
1599115991
- `Keeper.GasTipCapBufferPercent` is ignored in EIP-1559 mode and `Keeper.GasTipCapBufferPercent` is used instead

0 commit comments

Comments
 (0)