Skip to content

Commit f7e44f2

Browse files
authored
Merge pull request #57 from cardano-foundation/fix/preprod_config
fix: Update network config for Preprod
2 parents 82200c9 + dae9b65 commit f7e44f2

File tree

1 file changed

+3
-3
lines changed
  • calculation/src/main/java/org/cardanofoundation/rewards/calculation/config

1 file changed

+3
-3
lines changed

calculation/src/main/java/org/cardanofoundation/rewards/calculation/config/NetworkConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)