Skip to content

Commit

Permalink
Merge pull request #57 from cardano-foundation/fix/preprod_config
Browse files Browse the repository at this point in the history
fix: Update network config for Preprod
  • Loading branch information
satran004 authored Nov 8, 2024
2 parents 82200c9 + dae9b65 commit f7e44f2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ public static NetworkConfig getPreprodConfig() {
.totalLovelace(new BigInteger("45000000000000000"))
.poolDepositInLovelace(BigInteger.valueOf(500000000))
.expectedSlotsPerEpoch(432000)
.shelleyInitialReserves(new BigInteger("14991000000000000"))
.shelleyInitialTreasury(new BigInteger("9000000000000"))
.shelleyInitialUtxo(new BigInteger("30009000000000000"))
.shelleyInitialReserves(new BigInteger("15000000000000000"))
.shelleyInitialTreasury(new BigInteger("0"))
.shelleyInitialUtxo(new BigInteger("30000000000000000"))
.genesisConfigSecurityParameter(2160)
.shelleyStartEpoch(4)
.allegraHardforkEpoch(5)
Expand Down

0 comments on commit f7e44f2

Please sign in to comment.