Skip to content

Commit 72af509

Browse files
committed
params: add Infura bootnode to Rinkeby
1 parent 382c926 commit 72af509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

params/bootnodes.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ var TestnetBootnodes = []string{
4141
// Rinkeby test network.
4242
var RinkebyBootnodes = []string{
4343
"enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30303", // IE
44+
"enode://343149e4feefa15d882d9fe4ac7d88f885bd05ebb735e547f12e12080a9fa07c8014ca6fd7f373123488102fe5e34111f8509cf0b7de3f5b44339c9f25e87cb8@52.3.158.184:30303", // INFURA
4445
}
4546

4647
// RinkebyV5Bootnodes are the enode URLs of the P2P bootstrap nodes running on the
4748
// Rinkeby test network for the experimental RLPx v5 topic-discovery network.
4849
var RinkebyV5Bootnodes = []string{
4950
"enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30303?discport=30304", // IE
51+
"enode://343149e4feefa15d882d9fe4ac7d88f885bd05ebb735e547f12e12080a9fa07c8014ca6fd7f373123488102fe5e34111f8509cf0b7de3f5b44339c9f25e87cb8@52.3.158.184:30303?discport=30304", // INFURA
5052
}
5153

5254
// DiscoveryV5Bootnodes are the enode URLs of the P2P bootstrap nodes for the

0 commit comments

Comments
 (0)