Skip to content

Commit 70834d1

Browse files
authored
Merge pull request 0xPolygon#2676 from 0xPolygon/0xsajal-patch-1
Update milestones.md
2 parents aac408e + 2bd5ded commit 70834d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pos/architecture/heimdall_v2/milestones.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module enables deterministic finality by leveraging Polygon PoS’s dual cl
66
This is done using a hybrid system that uses Peppermint layer consensus,
77
along with an additional fork choice rule within the execution layer.
88
With the introduction of milestones, finality is deterministic even before a checkpoint is submitted to L1.
9-
After a certain number of blocks (minimum 12), a milestone is proposed and voted by Heimdall.
9+
After a certain number of blocks (minimum 1), a milestone is proposed and voted by Heimdall.
1010
Once 2/3+ of the network agrees, the milestone is finalized, and all transactions up to that milestone are considered final, with no chance of reorganization.
1111

1212
## Flow
@@ -166,4 +166,4 @@ curl localhost:1317/milestones/latest
166166

167167
```bash
168168
curl localhost:1317/milestones/{number}
169-
```
169+
```

0 commit comments

Comments
 (0)