Skip to content

Commit

Permalink
sanchonet: bump minNodeVersion to 10.0.0 for respin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski authored and disassembler committed Oct 30, 2024
1 parent 14e55e5 commit d407eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ let
}
];
edgePort = 3001;
networkConfig = import ./sanchonet-config.nix // minNodeVersion;
networkConfigBp = import ./sanchonet-config-bp.nix // minNodeVersion;
networkConfig = import ./sanchonet-config.nix // { MinNodeVersion = "10.0.0"; };
networkConfigBp = import ./sanchonet-config-bp.nix // { MinNodeVersion = "10.0.0"; };
usePeersFromLedgerAfterSlot = 33695977;
extraDbSyncConfig = {
enableFutureGenesis = true;
Expand Down

0 comments on commit d407eed

Please sign in to comment.