Skip to content

Commit

Permalink
reduce finality depth
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Dec 12, 2023
1 parent 2fb0ae8 commit 81f8e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/BTCC_Testnet.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ChainID = '1029'
# Finality Depth is insanely high (https://github.com/bttcprotocol/bttc/blob/master/params/network_params.go#L60)
FinalityDepth = 9000
FinalityDepth = 500
# blocks are generated every 2-4s
LogPollInterval = '2s'
# Blocks are only emitted when a transaction happens / no empty blocks
Expand Down

0 comments on commit 81f8e0d

Please sign in to comment.