From 712f5a330f4c9e590d9d9d06a031045c04dd611e Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Fri, 6 Jan 2023 10:51:12 +0400 Subject: [PATCH] Remove backup bootstrap peer --- src/petals/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/petals/constants.py b/src/petals/constants.py index 27c8c70..a4620c3 100644 --- a/src/petals/constants.py +++ b/src/petals/constants.py @@ -3,5 +3,4 @@ PUBLIC_INITIAL_PEERS = [ "/dns6/bootstrap1.petals.ml/tcp/31337/p2p/QmedTaZXmULqwspJXz44SsPZyTNKxhnnFvYRajfH7MGhCY", "/dns/bootstrap2.petals.ml/tcp/31338/p2p/QmQGTqmM7NKjV6ggU1ZCap8zWiyKR89RViDXiqehSiCpY5", "/dns6/bootstrap2.petals.ml/tcp/31338/p2p/QmQGTqmM7NKjV6ggU1ZCap8zWiyKR89RViDXiqehSiCpY5", - "/ip4/193.106.95.184/tcp/46419/p2p/12D3KooWHqdGgDZZRCRDKqiikB1ofC3xLnV3oUynepUfDjNh5g9X", ]