Skip to content

Commit

Permalink
Update testnet keys (spork, token management, carbon offset)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckti committed Apr 25, 2022
1 parent 34ce372 commit e6212b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,11 @@ class CTestNetParams : public CChainParams {
consensus.nStakeMinAge = 60 * 60; // 1 hour
consensus.nBlockStakeModifierV1A = 51197;
consensus.nBlockStakeModifierV2 = 826130;
consensus.strCarbonOffsetAddress = "TkDutp66Ygp5PpPnrETvfyrtnxq5UevLpo";
consensus.strCarbonOffsetAddress = "TrY4A3xFUWjb5Dvn6PJzX8RgZEj8jo6ADE";
// ATP parameters
consensus.ATPStartHeight = consensus.V17DeploymentHeight;
consensus.WagerrAddrPrefix = "wagerrtest";
consensus.strTokenManagementKey = "TkDutp66Ygp5PpPnrETvfyrtnxq5UevLpo";
consensus.strTokenManagementKey = "TsdKwqnDKEN3N38QG5hTQBNJe6y1mdECy8";
consensus.nOpGroupNewRequiredConfirmations = 1;
// Other
consensus.nCoinbaseMaturity = 15;
Expand Down

0 comments on commit e6212b1

Please sign in to comment.