Skip to content

Commit

Permalink
Added a colossuem bootnode for rpc testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Jun 10, 2024
1 parent dae232c commit ffc604a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package common

var (
BootstrapPeers = map[string][]string{
"colosseum": {
"/ip4/35.222.139.95/tcp/4001/p2p/12D3KooWK3nVCWjToi3igfs8oyJscVQYLd4SmQanohAuF8M6eZBn",
},
"garden": {
"/ip4/146.148.66.22/tcp/4001/p2p/12D3KooWRQrLVEeJtfyKoJDYWYjryBKR8qxkDooMMzyf2ZpLaZRR",
"/ip4/35.190.147.237/tcp/4001/p2p/12D3KooWSb49ccXFWPCsvi7rzCbqBUK2xfuRC2xbo6KnUZk3YaVg",
Expand Down

0 comments on commit ffc604a

Please sign in to comment.