diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-26 14:34:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:19 +0800 |
commit | 19ec7a0cd8f05be8761a4b074dd2d784fab8ae37 (patch) | |
tree | 0a6f4126e1f7bd8ee3a648e3501b4c84ac43d273 /params/bootnodes.go | |
parent | 06276babe273f248ba1177f2a7bc369d09c303dd (diff) | |
download | go-tangerine-19ec7a0cd8f05be8761a4b074dd2d784fab8ae37.tar go-tangerine-19ec7a0cd8f05be8761a4b074dd2d784fab8ae37.tar.gz go-tangerine-19ec7a0cd8f05be8761a4b074dd2d784fab8ae37.tar.bz2 go-tangerine-19ec7a0cd8f05be8761a4b074dd2d784fab8ae37.tar.lz go-tangerine-19ec7a0cd8f05be8761a4b074dd2d784fab8ae37.tar.xz go-tangerine-19ec7a0cd8f05be8761a4b074dd2d784fab8ae37.tar.zst go-tangerine-19ec7a0cd8f05be8761a4b074dd2d784fab8ae37.zip |
params: update testnet bootnode IP (#48)
Diffstat (limited to 'params/bootnodes.go')
-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 |