Skip to content

Commit

Permalink
adding config for mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
ma33r committed Aug 8, 2024
1 parent 6de597f commit 2bf09ce
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions core/chains/evm/config/toml/defaults/Mantle_Sepolia.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
ChainID = '5003'
ChainType = 'optimismBedrock'
FinalityDepth = 500
LogPollInterval = '2s'
NoNewHeadsThreshold = '0'
MinIncomingConfirmations = 1

[Transactions]
ResendAfterThreshold = '30s'

[NodePool]
SyncThreshold = 10

[OCR]
ContractConfirmations = 1

[HeadTracker]
HistoryDepth = 1300

[GasEstimator]
EIP1559DynamicFees = false
Mode = 'BlockHistory'
BumpThreshold = 60
BumpPercent = 20
BumpMin = '100 wei'
PriceMin = '22 mwei'
PriceMax = '200 gwei'
LimitDefault = 4294967295
LimitMax = 4294967295
TipCapDefault = '0 wei'
TipCapMin = '0 wei'
FeeCapDefault = '200 gwei'

[GasEstimator.BlockHistory]
BlockHistorySize = 1300

0 comments on commit 2bf09ce

Please sign in to comment.