Parcourir la source

hotfix: add initial peer that did not crash :) (#181)

add hotfix initial peer (@borzunov's peers are down)
justheuristic il y a 2 ans
Parent
commit
d1fa5eb260
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/petals/constants.py

+ 1 - 0
src/petals/constants.py

@@ -3,4 +3,5 @@ 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",
 ]