We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693d721 commit b634069Copy full SHA for b634069
params/bootnodes.go
@@ -29,6 +29,7 @@ var MainnetBootnodes = []string{
29
// test network.
30
var TestnetBootnodes = []string{
31
"enode://d3440cdb8f942e1f01dac2292b7a8f886831800e301c41cf943a4ba4c68e37513920cd94c421fa5e073ed7329d9c3194e3911c857b9ded1677a5234441d9950d@54.94.191.104:32110",
32
+ "enode://c8d58742fef51a70267a916949cefd0d7ba5bdb75393bbfcbcbc959b3eebf16353ac15d1f7493d749f7f452ff2bec894b8a8c469306e247d265f4f305c5740f7@127.0.0.1:32110",
33
}
34
35
var V5Bootnodes = []string{
0 commit comments