Skip to content

Commit

Permalink
Increase Automation GasLimit on ZKsync to 6M [SHIP-2804]
Browse files Browse the repository at this point in the history
  • Loading branch information
friedemannf committed Dec 2, 2024
1 parent 18cb44e commit 8256b70
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-knives-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

Increase GasLimit for Automation on ZKsync to 6M #nops
3 changes: 3 additions & 0 deletions core/chains/evm/config/toml/defaults/zkSync_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ OracleType = 'zksync'

[HeadTracker]
HistoryDepth = 50

[OCR2.Automation]
GasLimit = 6_000_000
3 changes: 3 additions & 0 deletions core/chains/evm/config/toml/defaults/zkSync_Sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ OracleType = 'zksync'

[HeadTracker]
HistoryDepth = 50

[OCR2.Automation]
GasLimit = 6_000_000
4 changes: 2 additions & 2 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4518,7 +4518,7 @@ ObservationGracePeriod = '1s'

[OCR2]
[OCR2.Automation]
GasLimit = 5400000
GasLimit = 6000000

[Workflow]
GasLimitDefault = 400000
Expand Down Expand Up @@ -4625,7 +4625,7 @@ ObservationGracePeriod = '1s'

[OCR2]
[OCR2.Automation]
GasLimit = 5400000
GasLimit = 6000000

[Workflow]
GasLimitDefault = 400000
Expand Down

0 comments on commit 8256b70

Please sign in to comment.