Преглед изворни кода

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

add hotfix initial peer (@borzunov's peers are down)
justheuristic пре 2 година
родитељ
комит
d1fa5eb260
1 измењених фајлова са 1 додато и 0 уклоњено
  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",
 ]