From 7c261cc567abbbef286b5b993b52d9c032c1d36f Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 11 Mar 2019 18:26:50 +0800 Subject: params: update taipei bootnode IP --- params/bootnodes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'params/bootnodes.go') diff --git a/params/bootnodes.go b/params/bootnodes.go index d655680fb..eec6157f1 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -31,7 +31,7 @@ var TestnetBootnodes = []string{ // TaipeiBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Taipei test network. var TaipeiBootnodes = []string{ - "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@34.80.219.23:30301", + "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@34.80.32.107:30301", } // YilanBootnodes are the enode URLs of the P2P bootstrap nodes running on the -- cgit v1.2.3