Merge pull request #21747 from holiman/yolov2update

params: update yolov2 bootnode with elastic ip
pull/21749/head
Péter Szilágyi 4 years ago committed by GitHub
commit 7b748e550a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      params/bootnodes.go

@ -70,7 +70,7 @@ var GoerliBootnodes = []string{
// YoloV2Bootnodes are the enode URLs of the P2P bootstrap nodes running on the // YoloV2Bootnodes are the enode URLs of the P2P bootstrap nodes running on the
// YOLOv2 ephemeral test network. // YOLOv2 ephemeral test network.
var YoloV2Bootnodes = []string{ var YoloV2Bootnodes = []string{
"enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@18.130.52.230:30303", "enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@3.9.20.133:30303",
} }
const dnsPrefix = "enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@" const dnsPrefix = "enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@"

Loading…
Cancel
Save