diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-17 18:19:24 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-25 14:56:54 +0800 |
commit | 55345881e27646d3ba53a27db4f3cd080d7976ac (patch) | |
tree | e0ff20217ea2cb542464d50bacf84af60609aa5e /params/bootnodes.go | |
parent | 1ef1a2e7dc9f5e6ae2c586254156df7ffe73f785 (diff) | |
download | dexon-55345881e27646d3ba53a27db4f3cd080d7976ac.tar dexon-55345881e27646d3ba53a27db4f3cd080d7976ac.tar.gz dexon-55345881e27646d3ba53a27db4f3cd080d7976ac.tar.bz2 dexon-55345881e27646d3ba53a27db4f3cd080d7976ac.tar.lz dexon-55345881e27646d3ba53a27db4f3cd080d7976ac.tar.xz dexon-55345881e27646d3ba53a27db4f3cd080d7976ac.tar.zst dexon-55345881e27646d3ba53a27db4f3cd080d7976ac.zip |
params: update taipei config
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 |