Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
finleydecker committed Dec 5, 2023
1 parent ba1755d commit f80d7a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions core/chains/evm/config/toml/defaults/Kava_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
ChainID = '2222'
FinalityDepth = 1
LogPollInterval = '6s'
NoNewHeadsThreshold = '40s'
NoNewHeadsThreshold = '1m'
MinIncomingConfirmations = 1

[GasEstimator]
Mode = 'L2Suggested'
EIP1559DynamicFees = false
PriceMin = '1 wei'
BumpMin = '100 wei'
Expand All @@ -15,9 +16,6 @@ BlockHistorySize = 24
[Transactions]
ResendAfterThreshold = '30s'

[HeadTracker]
HistoryDepth = 400

[NodePool]
SyncThreshold = 10

Expand Down
6 changes: 2 additions & 4 deletions core/chains/evm/config/toml/defaults/Kava_Testnet.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
ChainID = '2221'
FinalityDepth = 1
LogPollInterval = '6s'
NoNewHeadsThreshold = '40s'
NoNewHeadsThreshold = '1m'
MinIncomingConfirmations = 1

[GasEstimator]
Mode = 'L2Suggested'
EIP1559DynamicFees = false
PriceMin = '1 wei'
BumpMin = '100 wei'
Expand All @@ -15,9 +16,6 @@ BlockHistorySize = 24
[Transactions]
ResendAfterThreshold = '30s'

[HeadTracker]
HistoryDepth = 400

[NodePool]
SyncThreshold = 10

Expand Down

0 comments on commit f80d7a7

Please sign in to comment.