diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-26 14:34:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | 8bf44330423b3a8a6370fdafd11f82a01065e249 (patch) | |
tree | bea66bfadefed4be52aca8d19cd200c5fb3beed4 | |
parent | 18c57d4af12b9a532897459d8ad11579436b9bab (diff) | |
download | dexon-8bf44330423b3a8a6370fdafd11f82a01065e249.tar dexon-8bf44330423b3a8a6370fdafd11f82a01065e249.tar.gz dexon-8bf44330423b3a8a6370fdafd11f82a01065e249.tar.bz2 dexon-8bf44330423b3a8a6370fdafd11f82a01065e249.tar.lz dexon-8bf44330423b3a8a6370fdafd11f82a01065e249.tar.xz dexon-8bf44330423b3a8a6370fdafd11f82a01065e249.tar.zst dexon-8bf44330423b3a8a6370fdafd11f82a01065e249.zip |
params: update testnet bootnode IP (#48)
-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 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 |