Skip to content

Commit

Permalink
Add node toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Feb 7, 2024
1 parent 5c7c7ce commit 5d8a649
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions core/chains/evm/config/toml/defaults/Polygon_Zkevm_Cardona.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
ChainID = '2442'
FinalityDepth = 1
NoNewHeadsThreshold = '12m'
MinIncomingConfirmations = 1
LogPollInterval = '30s'

[OCR]
ContractConfirmations = 1

[Transactions]
ResendAfterThreshold = '3m'

[GasEstimator]
PriceMin = '50 mwei'
BumpPercent = 40
BumpMin = '20 mwei'

[GasEstimator.BlockHistory]
BlockHistorySize = 12

[HeadTracker]
HistoryDepth = 50

0 comments on commit 5d8a649

Please sign in to comment.