diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-16 14:31:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 16:57:30 +0800 |
commit | 8dddb63449d3d1439357a3bccd5c3cf828136ea5 (patch) | |
tree | 3e1097004e9e0266ff5d7562fd7a2461134b9504 /params/bootnodes.go | |
parent | 35998179f05b6c65250ef2dcfd8f83e49d2280a8 (diff) | |
download | go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.gz go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.bz2 go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.lz go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.xz go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.zst go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.zip |
params: update testnet and remove DEXON testnets
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..bb5ecca38 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -26,8 +26,7 @@ var MainnetBootnodes = []string{ // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Taiwan test network. var TestnetBootnodes = []string{ - "enode://801efa60c24a34a5025bb4472f25e65de951657d2944afe12371c167ba14b9da706dc6e584a2cd22faf98d4975edfc624f63da7accc188ea946a0e2c3e0df132@35.201.155.158:30301", - "enode://35d0154883fb8571a49951a24a589f16adbd693c06a36e472c4a8c29ed7400d87359e24e54140016ec88106ba12d5678fafc0c86400ed5cf78ba089717c4dc6c@34.73.40.90:30301", + "enode://3914afa7fdf6c62d50e56b1d27d4ce181d718930e1011103e21954d616083ce2d257a38a0e7f174045dc8f4d941586a090b01c2265a3a27920ff902b384fa2e8@34.83.238.227:30301", } // TaipeiBootnodes are the enode URLs of the P2P bootstrap nodes running on the |