Skip to content

Commit

Permalink
Fix bootnode public key
Browse files Browse the repository at this point in the history
  • Loading branch information
wizeguyy committed Nov 14, 2023
1 parent 85b45d6 commit 4cb04d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var (

// ! NOTE: using public bootstrap peers only for testing purposes !
BootstrapPeers = []string{
"/ip4/35.232.36.100/tcp/4001/p2p/12D3KooWBxA6wb6ea87CreaHp6RKAv8MupVBnTxgCyyDJztvyB3h",
"/ip4/35.232.36.100/tcp/4001/p2p/12D3KooWKa7MFEtQx3CayUHdE31xzaDgurzhaBH9MKaGw4x3n9RN",
"/ip4/35.223.198.14/tcp/4001/p2p/12D3KooWDWPz7ghZzBXfygv5Q62ijk3XFZYYjgSXfQkXgQPBGtA8",
}
)

0 comments on commit 4cb04d3

Please sign in to comment.