Skip to content

Commit

Permalink
update bsc BlocksToSkip 17->20
Browse files Browse the repository at this point in the history
  • Loading branch information
rain-zxn authored Jun 6, 2022
1 parent 9e4f485 commit 24b37f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func BlocksToSkip(chainId uint64) uint64 {
case ETH:
return 8
case BSC, HECO, HSC, BYTOM, KCC:
return 17
return 20
case O3:
return 8
case PLT, BCSPALETTE:
Expand Down

0 comments on commit 24b37f7

Please sign in to comment.