From eed3c4057d4fa453eedbe4560a7e9367ffcdd1fa Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 26 Nov 2018 14:34:17 +0800 Subject: params: update testnet bootnode IP (#48) --- params/bootnodes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/bootnodes.go b/params/bootnodes.go index 742b696db..2fc3562ad 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -25,7 +25,7 @@ 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.187.157.218:30301", + "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.194.209.230:30301", } // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the -- cgit v1.2.3