params: update yolov2 bootnode with elastic ip

pull/21747/head
Martin Holst Swende 4 years ago
parent 8a94aa91fb
commit 68ac4eb796
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  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
// YOLOv2 ephemeral test network.
var YoloV2Bootnodes = []string{
"enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@18.130.52.230:30303",
"enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@3.9.20.133:30303",
}
const dnsPrefix = "enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@"

Loading…
Cancel
Save