diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-03-11 18:26:50 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:58 +0800 |
commit | dc20741f407fc9f180811dbda618056a08941252 (patch) | |
tree | 11766d709b0d3dcb441da0b0559a2be0aefe82b9 | |
parent | 46d50cf0f0bbe2ef38ea150ed5e4df9bd3754908 (diff) | |
download | dexon-dc20741f407fc9f180811dbda618056a08941252.tar.gz dexon-dc20741f407fc9f180811dbda618056a08941252.tar.zst dexon-dc20741f407fc9f180811dbda618056a08941252.zip |
params: update taipei bootnode IP
-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 d655680fb..eec6157f1 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -31,7 +31,7 @@ var TestnetBootnodes = []string{ // TaipeiBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Taipei test network. var TaipeiBootnodes = []string{ - "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@34.80.219.23:30301", + "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@34.80.32.107:30301", } // YilanBootnodes are the enode URLs of the P2P bootstrap nodes running on the |