diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-03-11 18:26:50 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:22 +0800 |
commit | 7c261cc567abbbef286b5b993b52d9c032c1d36f (patch) | |
tree | d1af529374a02af7640d43154e3871b14afc844f | |
parent | 7fe778e601a9371c498ce9262d35b95daa1cc362 (diff) | |
download | go-tangerine-7c261cc567abbbef286b5b993b52d9c032c1d36f.tar.gz go-tangerine-7c261cc567abbbef286b5b993b52d9c032c1d36f.tar.zst go-tangerine-7c261cc567abbbef286b5b993b52d9c032c1d36f.zip |
params: update taipei bootnode IP
-rw-r--r-- | params/bootnodes.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |