diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-26 14:34:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:49:57 +0800 |
commit | 42e9f2e15e54c1026183d86f10ad823d02d8528c (patch) | |
tree | 34d88632976e7e728d3d6544bd9f1c2621435c5c | |
parent | 1a00c9bac841f7f8b26b712dd8debc1fe1d9aabd (diff) | |
download | dexon-42e9f2e15e54c1026183d86f10ad823d02d8528c.tar dexon-42e9f2e15e54c1026183d86f10ad823d02d8528c.tar.gz dexon-42e9f2e15e54c1026183d86f10ad823d02d8528c.tar.bz2 dexon-42e9f2e15e54c1026183d86f10ad823d02d8528c.tar.lz dexon-42e9f2e15e54c1026183d86f10ad823d02d8528c.tar.xz dexon-42e9f2e15e54c1026183d86f10ad823d02d8528c.tar.zst dexon-42e9f2e15e54c1026183d86f10ad823d02d8528c.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 |