aboutsummaryrefslogtreecommitdiffstats
path: root/params/bootnodes.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-01-13 20:17:05 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:56 +0800
commit73d19c6251f4c8486a5a65f62d41000d9627cba1 (patch)
treed21a88ba0d01e6b3d33b4da0504c0438288e25c6 /params/bootnodes.go
parent7c664ca090d90815db23644c209d4f5cdf0ff594 (diff)
downloaddexon-73d19c6251f4c8486a5a65f62d41000d9627cba1.tar
dexon-73d19c6251f4c8486a5a65f62d41000d9627cba1.tar.gz
dexon-73d19c6251f4c8486a5a65f62d41000d9627cba1.tar.bz2
dexon-73d19c6251f4c8486a5a65f62d41000d9627cba1.tar.lz
dexon-73d19c6251f4c8486a5a65f62d41000d9627cba1.tar.xz
dexon-73d19c6251f4c8486a5a65f62d41000d9627cba1.tar.zst
dexon-73d19c6251f4c8486a5a65f62d41000d9627cba1.zip
params: update bootnode IP
Diffstat (limited to 'params/bootnodes.go')
-rw-r--r--params/bootnodes.go11
1 files changed, 3 insertions, 8 deletions
diff --git a/params/bootnodes.go b/params/bootnodes.go
index 339a5a64c..2530215bf 100644
--- a/params/bootnodes.go
+++ b/params/bootnodes.go
@@ -25,20 +25,15 @@ var MainnetBootnodes = []string{
// TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the
// Taiwan test network.
var TestnetBootnodes = []string{
- "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.194.209.230:30301",
+ "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.234.27.122:30301",
}
// TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the
// Taipei test network.
var TaipeiBootnodes = []string{
- "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.201.198.255:30301",
+ "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@34.80.219.23:30301",
}
// DiscoveryV5Bootnodes are the enode URLs of the P2P bootstrap nodes for the
// experimental RLPx v5 topic-discovery network.
-var DiscoveryV5Bootnodes = []string{
- "enode://06051a5573c81934c9554ef2898eb13b33a34b94cf36b202b69fde139ca17a85051979867720d4bdae4323d4943ddf9aeeb6643633aa656e0be843659795007a@35.177.226.168:30303",
- "enode://0cc5f5ffb5d9098c8b8c62325f3797f56509bff942704687b6530992ac706e2cb946b90a34f1f19548cd3c7baccbcaea354531e5983c7d1bc0dee16ce4b6440b@40.118.3.223:30304",
- "enode://1c7a64d76c0334b0418c004af2f67c50e36a3be60b5e4790bdac0439d21603469a85fad36f2473c9a80eb043ae60936df905fa28f1ff614c3e5dc34f15dcd2dc@40.118.3.223:30306",
- "enode://85c85d7143ae8bb96924f2b54f1b3e70d8c4d367af305325d30a61385a432f247d2c75c45c6b4a60335060d072d7f5b35dd1d4c45f76941f62a4f83b6e75daaf@40.118.3.223:30307",
-}
+var DiscoveryV5Bootnodes = []string{}