Skip to content

Commit

Permalink
fix: Update network config for Preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Nov 8, 2024
1 parent 82200c9 commit dae9b65
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 dae9b65

Please sign in to comment.