File tree 6 files changed +232
-532
lines changed
6 files changed +232
-532
lines changed Original file line number Diff line number Diff line change 37
37
localRoots = [
38
38
{
39
39
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 ; }
43
43
] ;
44
44
advertise = false ;
45
45
valency = 1 ;
141
141
useByronWallet = true ;
142
142
private = false ;
143
143
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 " ;
146
146
explorerUrl = "https://explorer.cardano.org" ;
147
147
smashUrl = "https://smash.cardano-mainnet.iohk.io" ;
148
148
metadataUrl = "https://tokens.cardano.org" ;
268
268
useByronWallet = false ;
269
269
private = true ;
270
270
domain = "play.dev.cardano.org" ;
271
- relaysNew = "192.168.83.55 " ;
271
+ relaysNew = "192.168.83.117 " ;
272
272
explorerUrl = "https://private-explorer.play.dev.cardano.org" ;
273
273
smashUrl = "https://private-smash.play.dev.cardano.org" ;
274
274
metadataUrl = "https://metadata.play.dev.cardano.org" ;
Original file line number Diff line number Diff line change 7
7
##### Locations #####
8
8
9
9
ByronGenesisFile = ./private + "/byron-genesis.json" ;
10
- ByronGenesisHash = "39868f13bb632d44644b2df4d1b180dcf1ba61f26d26a196b69d4cee9cf629b2 " ;
10
+ ByronGenesisHash = "fd639df89b39fcbcf82b98ccb48893ffabd541aae86282879466e5971c42a1f8 " ;
11
11
ShelleyGenesisFile = ./private + "/shelley-genesis.json" ;
12
- ShelleyGenesisHash = "ba9cf9eaa185a603c8f37de69725c5298e3cfee16b883a072a8564df3c102fd5 " ;
12
+ ShelleyGenesisHash = "813d248c2570aaec4336ca04f592c8a1b65896dff4b59143bc7fbb614204b7a0 " ;
13
13
AlonzoGenesisFile = ./private + "/alonzo-genesis.json" ;
14
- AlonzoGenesisHash = "0cd6973c5c4a2a8754f82b4807f3f9d6c837ef169f42da9f4ac0917d2275579a " ;
14
+ AlonzoGenesisHash = "1182ef7bc09a976e3a4085ea9fdbb48f3a60e3d80d8fbe1e3daad231e613e5b9 " ;
15
15
ConwayGenesisFile = ./private + "/conway-genesis.json" ;
16
- ConwayGenesisHash = "231bca8ceca1c18781f4020a7d716d470a444333e251b0954514591dac1894ba " ;
16
+ ConwayGenesisHash = "ba3a98545902c877b545c903b69318ae097ae4d1f3536882b051e1561556f23e " ;
17
17
18
18
### Core protocol parameters #####
19
19
Protocol = "Cardano" ;
You can’t perform that action at this time.
0 commit comments