diff options
Diffstat (limited to 'params/bootnodes.go')
-rw-r--r-- | params/bootnodes.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/params/bootnodes.go b/params/bootnodes.go index 0e0c0364e..95b1c1bb7 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -33,8 +33,7 @@ var TestnetBootnodes = []string{ // TaipeiBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Taipei test network. var TaipeiBootnodes = []string{ - "enode://66f54114842accd1e09620d804e114f3f967193bf37a391fed44ea208a5280198d183f1e7297c59719c2b2426fb0e10a4da5f820a2262993f698e16666427224@34.80.132.214:30301", - "enode://8aafeabce292097e68da9e84e57453af2229340257931e2fecfa527cb77189dd8a70144854e279918ad4c631674dfbaf0e3058dab451d5964d7c9fdc6c79cbcc@35.196.137.55:30301", + "enode://66f54114842accd1e09620d804e114f3f967193bf37a391fed44ea208a5280198d183f1e7297c59719c2b2426fb0e10a4da5f820a2262993f698e16666427224@34.80.144.214:30301", } // YilanBootnodes are the enode URLs of the P2P bootstrap nodes running on the |