We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8578594 commit d9146c0Copy full SHA for d9146c0
genesis/beacons.go
@@ -13,7 +13,7 @@ func getIPs(networkID uint32) []string {
13
switch networkID {
14
case constants.MainnetID:
15
return []string{
16
- "54.71.41.185:9651"
+ "54.71.41.185:9651",
17
}
18
case constants.FujiID:
19
@@ -49,7 +49,7 @@ func getNodeIDs(networkID uint32) []string {
49
50
51
52
- "NodeID-5h3qTR82CKGR1heEnbNVvvhAWUMZZp3bm"
+ "NodeID-5h3qTR82CKGR1heEnbNVvvhAWUMZZp3bm",
53
54
55
0 commit comments