Skip to content

Commit

Permalink
ready for testnet jupiter test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolieatcat committed Mar 11, 2021
1 parent 3bb9c37 commit db60548
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pos/posconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const (
// TODO: recovery K and time
// K count of each epoch
KCount = 12
K = 20
K = 1440

// SlotCount is slot count in an epoch
SlotCount = K * KCount
Expand Down Expand Up @@ -111,8 +111,9 @@ const (
MainnetMarsEpochId = MainnetVenusEpochId
TestnetMarsEpochId = 18506 //2020.09.01

// After Jupiter fork, wanchain support ethereum tx and wallet.
MainnetJupiterEpochId = 99999
TestnetJupiterEpochId = 18697
TestnetJupiterEpochId = 18698

TARGETS_LOCKED_EPOCH = 90 //90 DAYS,90 EPOCH
RETURN_DIVIDE = 10000
Expand Down

0 comments on commit db60548

Please sign in to comment.