diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-26 14:34:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 34dcce67dfe99e7643aee74258957a489b368a32 (patch) | |
tree | 59d4cf0fb3d77cf8b9dd5fa29c88868b1a7f415c | |
parent | 61cb6c4428d46897b1cb812f431289cdbb9a4433 (diff) | |
download | dexon-34dcce67dfe99e7643aee74258957a489b368a32.tar.gz dexon-34dcce67dfe99e7643aee74258957a489b368a32.tar.zst dexon-34dcce67dfe99e7643aee74258957a489b368a32.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 |