Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed Jun 27, 2024
1 parent 9967baa commit 6dad6a5
Show file tree
Hide file tree
Showing 23 changed files with 63 additions and 61 deletions.
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Avalanche_Fuji.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ BlockHistorySize = 24
FinalityTagBypass = false

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ PriceMin = '25 gwei'
BlockHistorySize = 24

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/BSC_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ObservationGracePeriod = '500ms'
SyncThreshold = 10

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/BSC_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ ObservationGracePeriod = '500ms'
SyncThreshold = 10

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Base_Goerli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ContractConfirmations = 1

[OCR2.Automation]
GasLimit = 6500000
BlockRate = 5
LogLimit = 5
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Base_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ContractConfirmations = 1

[OCR2.Automation]
GasLimit = 6500000
BlockRate = 5
LogLimit = 5
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Base_Sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ContractConfirmations = 1

[OCR2.Automation]
GasLimit = 6500000
BlockRate = 5
LogLimit = 5
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Ethereum_Goerli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ BlockHistorySize = 4
TransactionPercentile = 50

[OCR2.Automation]
BlockRate = 20
LogLimit = 20
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Ethereum_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TransactionPercentile = 50

[OCR2.Automation]
GasLimit = 10500000
BlockRate = 20
LogLimit = 20
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Ethereum_Rinkeby.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ BlockHistorySize = 4
TransactionPercentile = 50

[OCR2.Automation]
BlockRate = 20
LogLimit = 20
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Ethereum_Sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TransactionPercentile = 50

[OCR2.Automation]
GasLimit = 10500000
BlockRate = 20
LogLimit = 20

[HeadTracker]
FinalityTagBypass = false
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Polygon_Amoy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ HistoryDepth = 2000
SyncThreshold = 10

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Polygon_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ HistoryDepth = 2000
SyncThreshold = 10

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Polygon_Mumbai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ HistoryDepth = 2000
SyncThreshold = 10

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ BlockHistorySize = 12
HistoryDepth = 2000

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ BlockHistorySize = 12
HistoryDepth = 2000

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ BlockHistorySize = 12
HistoryDepth = 2000

[OCR2.Automation]
BlockRate = 5
LogLimit = 5
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ ObservationGracePeriod = '1s'
[EVM.OCR2]
[EVM.OCR2.Automation]
GasLimit = 10500000
BlockRate = 20
LogLimit = 2
BlockRate = 1
LogLimit = 20

[[EVM.Nodes]]
Name = 'primary'
Expand Down Expand Up @@ -530,8 +530,8 @@ ObservationGracePeriod = '1s'
[EVM.OCR2]
[EVM.OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5

[[EVM.Nodes]]
Name = 'bar'
Expand Down
8 changes: 4 additions & 4 deletions core/web/resolver/testdata/config-multi-chain-effective.toml
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ ObservationGracePeriod = '1s'
[EVM.OCR2]
[EVM.OCR2.Automation]
GasLimit = 10500000
BlockRate = 20
LogLimit = 2
BlockRate = 1
LogLimit = 20

[[EVM.Nodes]]
Name = 'primary'
Expand Down Expand Up @@ -530,8 +530,8 @@ ObservationGracePeriod = '1s'
[EVM.OCR2]
[EVM.OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5

[[EVM.Nodes]]
Name = 'bar'
Expand Down
68 changes: 34 additions & 34 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1842,8 +1842,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 10500000
BlockRate = 20
LogLimit = 2
BlockRate = 1
LogLimit = 20
```

</p></details>
Expand Down Expand Up @@ -2026,8 +2026,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 20
LogLimit = 2
BlockRate = 1
LogLimit = 20
```

</p></details>
Expand Down Expand Up @@ -2118,8 +2118,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 20
LogLimit = 2
BlockRate = 1
LogLimit = 20
```

</p></details>
Expand Down Expand Up @@ -2580,8 +2580,8 @@ ObservationGracePeriod = '500ms'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -2854,8 +2854,8 @@ ObservationGracePeriod = '500ms'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -3131,8 +3131,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -4235,8 +4235,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -4602,8 +4602,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -4786,8 +4786,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -5061,8 +5061,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 6500000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -5430,8 +5430,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -5522,8 +5522,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -6071,8 +6071,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -6162,8 +6162,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 5400000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -6254,8 +6254,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 6500000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -6346,8 +6346,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 6500000
BlockRate = 5
LogLimit = 2
BlockRate = 1
LogLimit = 5
```

</p></details>
Expand Down Expand Up @@ -6900,8 +6900,8 @@ ObservationGracePeriod = '1s'
[OCR2]
[OCR2.Automation]
GasLimit = 10500000
BlockRate = 20
LogLimit = 2
BlockRate = 1
LogLimit = 20
```

</p></details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ ObservationGracePeriod = '1s'
[EVM.OCR2]
[EVM.OCR2.Automation]
GasLimit = 10500000
BlockRate = 1
BlockRate = 20
LogLimit = 2

[[EVM.Nodes]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ ObservationGracePeriod = '1s'
[EVM.OCR2]
[EVM.OCR2.Automation]
GasLimit = 10500000
BlockRate = 1
BlockRate = 20
LogLimit = 2

[[EVM.Nodes]]
Expand Down
2 changes: 2 additions & 0 deletions testdata/scripts/node/validate/valid.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ ObservationGracePeriod = '1s'
[EVM.OCR2]
[EVM.OCR2.Automation]
GasLimit = 10500000
BlockRate = 20
LogLimit = 1

[[EVM.Nodes]]
Name = 'fake'
Expand Down

0 comments on commit 6dad6a5

Please sign in to comment.