diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-24 14:14:39 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-24 14:54:20 +0800 |
commit | 1681680eaa6479b1ef8388bf2a8c553f7d759cb1 (patch) | |
tree | 78a01a41ed3af562555dcc5bb8682953e9da9e08 /params/bootnodes.go | |
parent | b172f6701f6b235c5ceef997205732ced2fdc7d3 (diff) | |
download | dexon-yilan.tar dexon-yilan.tar.gz dexon-yilan.tar.bz2 dexon-yilan.tar.lz dexon-yilan.tar.xz dexon-yilan.tar.zst dexon-yilan.zip |
params: update dmomentyilan
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 0e0c0364e..2a8465967 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -40,7 +40,7 @@ var TaipeiBootnodes = []string{ // YilanBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Yilan test network. var YilanBootnodes = []string{ - "enode://242df07a1fa3c337b50c0d0f4d7d305c00f2610383a8e468567dba53d77c5e67213e85f00d884baef96dfc726da5f5a4de7c4ef3e295fceb543c8ed4337b599f@34.80.4.56:30301", + "enode://242df07a1fa3c337b50c0d0f4d7d305c00f2610383a8e468567dba53d77c5e67213e85f00d884baef96dfc726da5f5a4de7c4ef3e295fceb543c8ed4337b599f@34.80.206.22:30301", } // DiscoveryV5Bootnodes are the enode URLs of the P2P bootstrap nodes for the |