diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-31 22:20:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:20 +0800 |
commit | 95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3 (patch) | |
tree | 9c555929422772e09f9860e6a5159d7373d5242d /params/bootnodes.go | |
parent | 90ae869a1a8609bc0cec53b2ce9fd52cea40d7af (diff) | |
download | go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.tar go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.tar.gz go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.tar.bz2 go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.tar.lz go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.tar.xz go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.tar.zst go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.zip |
params: update taipei testnet genesis and config (#113)
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 2fc3562ad..339a5a64c 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -31,7 +31,7 @@ var TestnetBootnodes = []string{ // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Taipei test network. var TaipeiBootnodes = []string{ - "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.229.247.207:30301", + "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.201.198.255:30301", } // DiscoveryV5Bootnodes are the enode URLs of the P2P bootstrap nodes for the |