Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Custom bootnodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Mar 20, 2024
1 parent f8f2375 commit 095e559
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ package common

var (
BootstrapPeers = []string{
"/ip4/34.31.180.127/tcp/4001/p2p/12D3KooWJ8d3AnGzscdVf2kzxzTbJgDtDXqrHS8vnedrFmZr8uvK",
"/ip4/34.68.124.139/tcp/4001/p2p/12D3KooWLxXHZx2QGjJra2oWjGYQ3Vdrkew5cNZcEgfaiKi7Dfrx",
"/ip4/34.41.131.24/tcp/4001/p2p/12D3KooWD8kycTRgZAovnciaoyNzcJxW16hCFNSfJYm4Lj6ouCBd",
"/ip4/34.31.180.127/tcp/4001/p2p/12D3KooWMukBUrnZ2LqBTCg16qVjU642F2QLYj2KjhTq3dCoJiMo",
"/ip4/34.68.124.139/tcp/4001/p2p/12D3KooWRJoK7ebWk33DQmF97sfQV5R1k6avNT4E8aB6QC6fJskG",
}
)

0 comments on commit 095e559

Please sign in to comment.