Skip to content

Commit

Permalink
Increase default ocr2 automation gas limit to 14.5M (smartcontractkit…
Browse files Browse the repository at this point in the history
…#10706)

* Increase default ocr2 automation gas limit to 14.5M

* make docs

* insert new line
  • Loading branch information
infiloop2 authored Sep 19, 2023
1 parent ebbd972 commit df9c499
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions core/chains/evm/config/toml/defaults/Arbitrum_Goerli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ BlockHistorySize = 0

[NodePool]
SyncThreshold = 10

[OCR2.Automation]
GasLimit = 14500000
3 changes: 3 additions & 0 deletions core/chains/evm/config/toml/defaults/Arbitrum_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ BlockHistorySize = 0

[NodePool]
SyncThreshold = 10

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

[OCR2]
[OCR2.Automation]
GasLimit = 5300000
GasLimit = 14500000
```

</p></details>
Expand Down Expand Up @@ -3997,7 +3997,7 @@ ObservationGracePeriod = '1s'

[OCR2]
[OCR2.Automation]
GasLimit = 5300000
GasLimit = 14500000
```

</p></details>
Expand Down

0 comments on commit df9c499

Please sign in to comment.