Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jul 16, 2024
1 parent bd9c876 commit 7065bb3
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 @@ -283,10 +283,10 @@ let
edgeNodes = [
{
addr = relaysNew;
port = 3001;
port = 3004;
}
];
edgePort = 3001;
edgePort = 3004;
networkConfig = import ./private-config.nix // minNodeVersion;
networkConfigBp = import ./private-config-bp.nix // minNodeVersion;
usePeersFromLedgerAfterSlot = 1886369;
Expand Down

0 comments on commit 7065bb3

Please sign in to comment.