Skip to content

Commit b634069

Browse files
committed
params/bootnode: additional testnet bootnode
1 parent 693d721 commit b634069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

params/bootnodes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var MainnetBootnodes = []string{
2929
// test network.
3030
var TestnetBootnodes = []string{
3131
"enode://d3440cdb8f942e1f01dac2292b7a8f886831800e301c41cf943a4ba4c68e37513920cd94c421fa5e073ed7329d9c3194e3911c857b9ded1677a5234441d9950d@54.94.191.104:32110",
32+
"enode://c8d58742fef51a70267a916949cefd0d7ba5bdb75393bbfcbcbc959b3eebf16353ac15d1f7493d749f7f452ff2bec894b8a8c469306e247d265f4f305c5740f7@127.0.0.1:32110",
3233
}
3334

3435
var V5Bootnodes = []string{

0 commit comments

Comments
 (0)