Skip to content

Commit

Permalink
Add config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Nov 8, 2024
1 parent f92ca30 commit b8962cb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions core/chains/evm/config/toml/defaults/Shibarium.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
ChainID = '157'
FinalityDepth = 20
FinalityTagEnabled = true
LogPollInterval = '5s'
NoNewHeadsThreshold = '40s'
MinIncomingConfirmations = 1
NoNewFinalizedHeadsThreshold = '3m'
LogBroadcasterEnabled = false

[GasEstimator]
EIP1559DynamicFees = true
PriceMax = '1000 gwei'

[GasEstimator.BlockHistory]
BlockHistorySize = 60

[NodePool]
SyncThreshold = 10
NewHeadsPollInterval = '2s'

[OCR]
ContractConfirmations = 1

0 comments on commit b8962cb

Please sign in to comment.