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 | |
parent | b172f6701f6b235c5ceef997205732ced2fdc7d3 (diff) | |
download | dexon-yilan.tar.gz dexon-yilan.tar.zst dexon-yilan.zip |
params: update dmomentyilan
-rw-r--r-- | params/bootnodes.go | 2 | ||||
-rw-r--r-- | params/config.go | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/params/config.go b/params/config.go index aabc081a5..6b469733b 100644 --- a/params/config.go +++ b/params/config.go @@ -29,7 +29,7 @@ var ( MainnetGenesisHash = common.HexToHash("0x7108ec505c66c3735053746697442050175db51753b3f8c721294b3ba15fa598") TestnetGenesisHash = common.HexToHash("0x7d8700a7a731162880adff4f21398a901c0b75d907bec8f4eac51460f94cb846") TaipeiGenesisHash = common.HexToHash("0x5929cb70fe4ba22dce821b2efca737a1874a0f5a34f3ffb9a1e157516622e20b") - YilanGenesisHash = common.HexToHash("0xdcdafc044c24d728c6149ecfada746d8de6e59fc5d18063caf7950badc1df12e") + YilanGenesisHash = common.HexToHash("0x0025382ec3bf6797f46b4a07778fb4d62cf2cc7a185468993a06cdd65ef70512") ) var ( @@ -169,7 +169,7 @@ var ( // YilanChainConfig contains the chain parameters to run a node on the Yilan test network. YilanChainConfig = &ChainConfig{ ChainID: big.NewInt(240), - DMoment: 1550802900, + DMoment: 1556090400, HomesteadBlock: big.NewInt(0), DAOForkBlock: nil, DAOForkSupport: true, |