Skip to content

Commit eaf0b01

Browse files
feat: add support for rc tags on devnet (#7)
1 parent 112bc96 commit eaf0b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/devnet/milestones.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
{
7777
"height": 3963000,
7878
"p2p": {
79-
"minimumVersions": [">=2.6 || >=2.6.0-next.0"]
79+
"minimumVersions": [">=2.6 || >=2.6.0-next.0 || >=3.6.1-rc.0"]
8080
}
8181
},
8282
{
8383
"height": 4006000,
8484
"aip11": true,
8585
"htlcEnabled": true,
8686
"p2p": {
87-
"minimumVersions": [">=2.6 || >=2.6.0-next.9"]
87+
"minimumVersions": [">=2.6 || >=2.6.0-next.9 || >=3.6.1-rc.0"]
8888
}
8989
},
9090
{
@@ -95,7 +95,7 @@
9595
"height": 5640857,
9696
"aip37": true,
9797
"p2p": {
98-
"minimumVersions": [">=3.0 || >=3.0.0-next.0"]
98+
"minimumVersions": [">=3.0 || >=3.0.0-next.0 || >=3.6.1-rc.0"]
9999
}
100100
}
101101
]

0 commit comments

Comments
 (0)