mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 13:06:40 +00:00
params: update yolov2 bootnode with elastic ip
This commit is contained in:
parent
8a94aa91fb
commit
68ac4eb796
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue