Skip to content

Commit 0804887

Browse files
committed
Add bootnode and change PirlGuard activation block to 2135000
1 parent fea90d8 commit 0804887

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

params/bootnodes.go

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ var CallistoBootnodes = []string{
8383
"enode://019faf0a35f3bcf6ac47c54d9d73917378f82acc6ae7197e0cdc037325e934cf12c7587bcbf0358abb2ab5b139780c97ed7d15ec2bd7784a5570e2cc58479bed@104.156.230.179:30303",
8484
"enode://cd85a09fddddfed9ad6858ba1cffb7b6688e4197b85b722f79ccd8b97a7ee8d6d6ef173af91618c24032b5dbaff3265b63bb85dc768d58d830e9aa654cc51838@46.101.190.119:30303",
8585
"enode://d34e34dc0d57694a71611d9bb3df73c928ef77feb05f1e6e3a6243d26b75034c09a6eab37872f7ce830890d87ca180a8d359fa0a649c2d12a05c853c52bae264@159.65.237.29:30303",
86+
"enode://76043456c65ec826f8c2474c57f1cfc880208e036fa85a260c7754a652a6366369caf054afbbeacd7add4f23d9a1525c3cfce23e790e5be6cab68b672e68b770@54.39.105.95:30303",
8687
}
8788

8889
var CallistoTestnetBootnodes = []string{

params/protocol_params.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ var (
9393
MinimumDifficulty = big.NewInt(131072) // The minimum that the difficulty may ever be.
9494
DurationLimit = big.NewInt(13) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.
9595

96-
ActivationBlock = int64(2160000)
96+
ActivationBlock = int64(2135000)
9797
PenaltyCheckLength = uint64(60)
9898
)

0 commit comments

Comments
 (0)