From 68ac4eb796a243b9c79405ffdafab2a6125acb7a Mon Sep 17 00:00:00 2001
From: Martin Holst Swende <martin@swende.se>
Date: Fri, 23 Oct 2020 16:47:26 +0200
Subject: [PATCH] params: update yolov2 bootnode with elastic ip

---
 params/bootnodes.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/params/bootnodes.go b/params/bootnodes.go
index e4e2e8c93..d4512bf78 100644
--- a/params/bootnodes.go
+++ b/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@"
-- 
GitLab