Skip to content

Commit ebe6e05

Browse files
committed
new private
1 parent 99e3af7 commit ebe6e05

File tree

6 files changed

+232
-532
lines changed

6 files changed

+232
-532
lines changed

cardano-lib/default.nix

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ let
3737
localRoots = [
3838
{
3939
accessPoints = [
40-
{ address = "192.168.83.55"; port = 3001; }
41-
{ address = "192.168.83.55"; port = 3002; }
42-
{ address = "192.168.83.55"; port = 3003; }
40+
{ address = "192.168.83.117"; port = 3001; }
41+
{ address = "192.168.83.117"; port = 3002; }
42+
{ address = "192.168.83.117"; port = 3003; }
4343
];
4444
advertise = false;
4545
valency = 1;
@@ -141,8 +141,8 @@ let
141141
useByronWallet = true;
142142
private = false;
143143
domain = "cardano-mainnet.iohk.io";
144-
relays = "192.168.83.55";
145-
relaysNew = "192.168.83.55";
144+
relays = "192.168.83.117";
145+
relaysNew = "192.168.83.117";
146146
explorerUrl = "https://explorer.cardano.org";
147147
smashUrl = "https://smash.cardano-mainnet.iohk.io";
148148
metadataUrl = "https://tokens.cardano.org";
@@ -268,7 +268,7 @@ let
268268
useByronWallet = false;
269269
private = true;
270270
domain = "play.dev.cardano.org";
271-
relaysNew = "192.168.83.55";
271+
relaysNew = "192.168.83.117";
272272
explorerUrl = "https://private-explorer.play.dev.cardano.org";
273273
smashUrl = "https://private-smash.play.dev.cardano.org";
274274
metadataUrl = "https://metadata.play.dev.cardano.org";

cardano-lib/private-config.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
##### Locations #####
88

99
ByronGenesisFile = ./private + "/byron-genesis.json";
10-
ByronGenesisHash = "39868f13bb632d44644b2df4d1b180dcf1ba61f26d26a196b69d4cee9cf629b2";
10+
ByronGenesisHash = "fd639df89b39fcbcf82b98ccb48893ffabd541aae86282879466e5971c42a1f8";
1111
ShelleyGenesisFile = ./private + "/shelley-genesis.json";
12-
ShelleyGenesisHash = "ba9cf9eaa185a603c8f37de69725c5298e3cfee16b883a072a8564df3c102fd5";
12+
ShelleyGenesisHash = "813d248c2570aaec4336ca04f592c8a1b65896dff4b59143bc7fbb614204b7a0";
1313
AlonzoGenesisFile = ./private + "/alonzo-genesis.json";
14-
AlonzoGenesisHash = "0cd6973c5c4a2a8754f82b4807f3f9d6c837ef169f42da9f4ac0917d2275579a";
14+
AlonzoGenesisHash = "1182ef7bc09a976e3a4085ea9fdbb48f3a60e3d80d8fbe1e3daad231e613e5b9";
1515
ConwayGenesisFile = ./private + "/conway-genesis.json";
16-
ConwayGenesisHash = "231bca8ceca1c18781f4020a7d716d470a444333e251b0954514591dac1894ba";
16+
ConwayGenesisHash = "ba3a98545902c877b545c903b69318ae097ae4d1f3536882b051e1561556f23e";
1717

1818
### Core protocol parameters #####
1919
Protocol = "Cardano";

0 commit comments

Comments
 (0)