aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-09-13 17:48:00 +0800
committerGitHub <noreply@github.com>2017-09-13 17:48:00 +0800
commit79b11121a7e4beef0d0297894289200b9842c36c (patch)
treef30a551823eb6e483fcb4db73d0e16798c00d6aa
parent382c9266e6f30e3a6cdcb9ec08ffa51dacb71c87 (diff)
parent72af509abe8e77ecbc7a1aee344c6dbc6992de66 (diff)
downloaddexon-79b11121a7e4beef0d0297894289200b9842c36c.tar
dexon-79b11121a7e4beef0d0297894289200b9842c36c.tar.gz
dexon-79b11121a7e4beef0d0297894289200b9842c36c.tar.bz2
dexon-79b11121a7e4beef0d0297894289200b9842c36c.tar.lz
dexon-79b11121a7e4beef0d0297894289200b9842c36c.tar.xz
dexon-79b11121a7e4beef0d0297894289200b9842c36c.tar.zst
dexon-79b11121a7e4beef0d0297894289200b9842c36c.zip
Merge pull request #15141 from karalabe/rinkeby-infura-bootnode
params: add Infura bootnode to Rinkeby
-rw-r--r--params/bootnodes.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/params/bootnodes.go b/params/bootnodes.go
index 6c6c02f8c..82ab6d48c 100644
--- a/params/bootnodes.go
+++ b/params/bootnodes.go
@@ -41,12 +41,14 @@ var TestnetBootnodes = []string{
// Rinkeby test network.
var RinkebyBootnodes = []string{
"enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30303", // IE
+ "enode://343149e4feefa15d882d9fe4ac7d88f885bd05ebb735e547f12e12080a9fa07c8014ca6fd7f373123488102fe5e34111f8509cf0b7de3f5b44339c9f25e87cb8@52.3.158.184:30303", // INFURA
}
// RinkebyV5Bootnodes are the enode URLs of the P2P bootstrap nodes running on the
// Rinkeby test network for the experimental RLPx v5 topic-discovery network.
var RinkebyV5Bootnodes = []string{
"enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30303?discport=30304", // IE
+ "enode://343149e4feefa15d882d9fe4ac7d88f885bd05ebb735e547f12e12080a9fa07c8014ca6fd7f373123488102fe5e34111f8509cf0b7de3f5b44339c9f25e87cb8@52.3.158.184:30303?discport=30304", // INFURA
}
// DiscoveryV5Bootnodes are the enode URLs of the P2P bootstrap nodes for the