File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
calculation/src/main/java/org/cardanofoundation/rewards/calculation/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ public static NetworkConfig getPreprodConfig() {
6666 .totalLovelace (new BigInteger ("45000000000000000" ))
6767 .poolDepositInLovelace (BigInteger .valueOf (500000000 ))
6868 .expectedSlotsPerEpoch (432000 )
69- .shelleyInitialReserves (new BigInteger ("14991000000000000 " ))
70- .shelleyInitialTreasury (new BigInteger ("9000000000000 " ))
71- .shelleyInitialUtxo (new BigInteger ("30009000000000000 " ))
69+ .shelleyInitialReserves (new BigInteger ("15000000000000000 " ))
70+ .shelleyInitialTreasury (new BigInteger ("0 " ))
71+ .shelleyInitialUtxo (new BigInteger ("30000000000000000 " ))
7272 .genesisConfigSecurityParameter (2160 )
7373 .shelleyStartEpoch (4 )
7474 .allegraHardforkEpoch (5 )
You can’t perform that action at this time.
0 commit comments