Skip to content

Commit d9146c0

Browse files
committed
Update beacons.go
1 parent 8578594 commit d9146c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genesis/beacons.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func getIPs(networkID uint32) []string {
1313
switch networkID {
1414
case constants.MainnetID:
1515
return []string{
16-
"54.71.41.185:9651"
16+
"54.71.41.185:9651",
1717
}
1818
case constants.FujiID:
1919
return []string{
@@ -49,7 +49,7 @@ func getNodeIDs(networkID uint32) []string {
4949
switch networkID {
5050
case constants.MainnetID:
5151
return []string{
52-
"NodeID-5h3qTR82CKGR1heEnbNVvvhAWUMZZp3bm"
52+
"NodeID-5h3qTR82CKGR1heEnbNVvvhAWUMZZp3bm",
5353
}
5454
case constants.FujiID:
5555
return []string{

0 commit comments

Comments
 (0)