Skip to content

Commit

Permalink
update topology
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jul 15, 2024
1 parent d5546c4 commit 39a2f02
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 @@ -264,7 +264,7 @@ let
useByronWallet = false;
private = true;
domain = "play.dev.cardano.org";
relaysNew = "private-node.play.dev.cardano.org";
relaysNew = "192.168.50.231";
explorerUrl = "https://private-explorer.play.dev.cardano.org";
smashUrl = "https://private-smash.play.dev.cardano.org";
metadataUrl = "https://metadata.play.dev.cardano.org";
Expand All @@ -277,7 +277,7 @@ let
edgePort = 3001;
networkConfig = import ./private-config.nix // minNodeVersion;
networkConfigBp = import ./private-config-bp.nix // minNodeVersion;
usePeersFromLedgerAfterSlot = 1886369;
usePeersFromLedgerAfterSlot = -1;
};
};

Expand Down

0 comments on commit 39a2f02

Please sign in to comment.