Skip to content

Commit

Permalink
Update the chain params for Developer Testnet 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Dec 5, 2020
1 parent b7a6a1f commit 383a461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/MainChainParams.nim
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ proc newChainParams(

of "testnet":
result = ChainParams(
GENESIS: "MEROS_DEVELOPER_TESTNET_5.1",
GENESIS: "MEROS_DEVELOPER_TESTNET_6",

#The following is a temporary value for before the mainnet launches.
BLOCK_TIME: 120,
DEAD_MERIT: 1000,
#The following are temporary values for before the mainnet launches.
BLOCK_TIME: 300,
DEAD_MERIT: 400,

BLOCK_DIFFICULTY: 1000,
SEND_DIFFICULTY: 3,
Expand Down

0 comments on commit 383a461

Please sign in to comment.