Skip to content

Commit e0af98f

Browse files
author
TATAUFO
committed
set hf block on testnet 695000
1 parent 6d0f3d1 commit e0af98f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

params/bootnodes.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ var SidechainBootnodes = []string{
4747
"enode://1a4cc9c8512256ff475990c4ab03636ac7771315a42432a240c6161befa162324be5af0f65828f0b7ec468b3d2183c430fb4a33d88ba5057eaa35b36a3af4b56@127.0.0.1:30510",
4848
}
4949

50-
5150
// RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the
5251
// Rinkeby test network.
5352
var RinkebyBootnodes = []string{

params/config.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ var (
116116
Epoch: 201600,
117117
MaxSignerCount: 21,
118118
MinVoterBalance: new(big.Int).Mul(big.NewInt(100), big.NewInt(1e+18)),
119+
TrantorBlock: big.NewInt(695000),
119120
GenesisTimestamp: 1554004800,
120121
SelfVoteSigners: []common.UnprefixedAddress{
121122
common.UnprefixedAddress(common.HexToAddress("t0be6865ffcbbe5f9746bef5c84b912f2ad9e52075")),
@@ -139,10 +140,10 @@ var (
139140
Period: 1,
140141
Epoch: 201600,
141142
MaxSignerCount: 21,
142-
TrantorBlock: big.NewInt(5),
143+
TrantorBlock: big.NewInt(5),
143144
MinVoterBalance: new(big.Int).Mul(big.NewInt(100), big.NewInt(1e+18)),
144145
GenesisTimestamp: 1554004800,
145-
SelfVoteSigners: []common.UnprefixedAddress{},
146+
SelfVoteSigners: []common.UnprefixedAddress{},
146147
},
147148
}
148149

0 commit comments

Comments
 (0)