Skip to content

Commit

Permalink
add testnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Nov 20, 2023
1 parent c97b5d4 commit fe75cf0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions core/chains/evm/config/toml/defaults/Kava_Testnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
ChainID = '2221'
ChainType = 'kava'
FinalityDepth = 1
LogPollInterval = '6s'
NoNewHeadsThreshold = '40s'
MinIncomingConfirmations = 1

[GasEstimator]
EIP1559DynamicFees = false
PriceMin = '1 wei'
BumpMin = '100 wei'

[GasEstimator.BlockHistory]
BlockHistorySize = 24

[Transactions]
ResendAfterThreshold = '30s'

[HeadTracker]
HistoryDepth = 400

[NodePool]
SyncThreshold = 10

[OCR]
ContractConfirmations = 1

0 comments on commit fe75cf0

Please sign in to comment.