Skip to content

Commit

Permalink
updated zkEVM config
Browse files Browse the repository at this point in the history
  • Loading branch information
simsonraj committed Aug 22, 2023
1 parent cf5846b commit bf80bc1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions core/chains/evm/config/toml/defaults/Polygon_Zkevm_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ChainID = '1101'
FinalityDepth = 1
NoNewHeadsThreshold = '6m'
RPCBlockQueryDelay = 10
MinIncomingConfirmations = 1
OCR.ContractConfirmations = 1

[GasEstimator]
BumpMin = '2 gwei'

[GasEstimator.BlockHistory]
BlockHistorySize = 12

[HeadTracker]
HistoryDepth = 50
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ FinalityDepth = 1
NoNewHeadsThreshold = '6m'
RPCBlockQueryDelay = 10
MinIncomingConfirmations = 1
OCR.ContractConfirmations = 1

[GasEstimator]
PriceMin = '50 mwei'
BumpMin = '2 gwei'

[GasEstimator.BlockHistory]
Expand Down

0 comments on commit bf80bc1

Please sign in to comment.