From 4ea4e9df96eeb598e0304112c2d5b4df3669c977 Mon Sep 17 00:00:00 2001 From: Alexander Krupenkin Date: Fri, 17 Apr 2020 14:45:18 +0300 Subject: [PATCH] Dusty: added bootnodes --- bin/node/cli/res/dusty.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/node/cli/res/dusty.json b/bin/node/cli/res/dusty.json index 80fb7218b1..3160f357d7 100644 --- a/bin/node/cli/res/dusty.json +++ b/bin/node/cli/res/dusty.json @@ -3,7 +3,11 @@ "id": "dusty", "chainType": "Live", "bootNodes": [ - "/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWGXFZFnRNTPH2BvddPzLabW46NyVaUwLNMdTkPM5P1kvX" + "/ip4/54.64.145.3/tcp/30333/p2p/QmTFWr36gcQ5aRUQCuAFSUdaoBid4ChfHaKdiYwa6hUyLw", + "/ip4/3.115.175.152/tcp/30333/p2p/QmWKdqqaKr3pWujhbv5CvNPLry7WqHXouSYUZDvfusNFWp", + "/ip4/3.114.81.104/tcp/30333/p2p/QmXELPiGCywBdgtQRewie5VEpxgxbWFDm6rk87YmrTkBet", + "/ip4/3.114.90.94/tcp/30333/p2p/QmRCJbRdkJv8gGQcUZrUYnhQLB9EavEo1LEnr52xiXqqqs", + "/ip4/95.216.202.55/tcp/30333/p2p/QmS2hSkyLWWopScxJ3BWhnMGELX6BNHL43YCGtSZi5u7De" ], "telemetryEndpoints": [ [ @@ -334,4 +338,4 @@ "children": {} } } -} \ No newline at end of file +}