diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-03-11 18:26:50 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 2b26b808b64c7343c042c18ee8caab72d6120643 (patch) | |
tree | e35d8dffa7cccc028b440b4db150fab6f1a24450 /params | |
parent | a567c061aa7407e34cd8e8afc7f1b21c2e2c1628 (diff) | |
download | dexon-2b26b808b64c7343c042c18ee8caab72d6120643.tar dexon-2b26b808b64c7343c042c18ee8caab72d6120643.tar.gz dexon-2b26b808b64c7343c042c18ee8caab72d6120643.tar.bz2 dexon-2b26b808b64c7343c042c18ee8caab72d6120643.tar.lz dexon-2b26b808b64c7343c042c18ee8caab72d6120643.tar.xz dexon-2b26b808b64c7343c042c18ee8caab72d6120643.tar.zst dexon-2b26b808b64c7343c042c18ee8caab72d6120643.zip |
params: update taipei bootnode IP
Diffstat (limited to 'params')
-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 |