diff --git a/core/chains/evm/config/toml/defaults/BTTC_Testnet.toml b/core/chains/evm/config/toml/defaults/BTTC_Testnet.toml index 3ee06787305..33164900655 100644 --- a/core/chains/evm/config/toml/defaults/BTTC_Testnet.toml +++ b/core/chains/evm/config/toml/defaults/BTTC_Testnet.toml @@ -1,6 +1,6 @@ ChainID = '1029' # Finality Depth is insanely high (https://github.com/bttcprotocol/bttc/blob/master/params/network_params.go#L60) -FinalityDepth = 500 +FinalityDepth = 9000 # blocks are generated every 2-4s LogPollInterval = '2s' # Blocks are only emitted when a transaction happens / no empty blocks @@ -9,7 +9,6 @@ NoNewHeadsThreshold = '0' [GasEstimator] EIP1559DynamicFees = false - [GasEstimator.BlockHistory] # how many blocks we want to keep in memory to calculate gas price # # Average block time of 2s @@ -20,7 +19,7 @@ ResendAfterThreshold = '30s' [HeadTracker] # re-org for bttc is really high so we want to check for the block where reorg happens -HistoryDepth = 500 +HistoryDepth = 9000 [NodePool] SyncThreshold = 10