Skip to content

Commit

Permalink
add shib puppynet config
Browse files Browse the repository at this point in the history
  • Loading branch information
finleydecker committed Nov 7, 2024
1 parent 39fde60 commit d3cdaac
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions core/chains/evm/config/toml/defaults/Shibarium_Puppynet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ChainID = '157'
FinalityDepth = 20
FinalityTagEnabled = true
LogPollInterval = '5s'
NoNewHeadsThreshold = '40s'
MinIncomingConfirmations = 1
NoNewFinalizedHeadsThreshold = '3m'

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

[GasEstimator.BlockHistory]
BlockHistorySize = 60

[NodePool]
SyncThreshold = 10

[OCR]
ContractConfirmations = 1

0 comments on commit d3cdaac

Please sign in to comment.