File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ runCommandCC "daedalus-cardano-bridge" {
3636 '' else abort "Unknown target: ${ target } " }
3737
3838 cp -f ${ mock-token-metadata-server } /bin/* . || true
39- cp -f ${ ./../utils/cardano/selfnode } /token-metadata.json .
39+ cp -f ${ ./../../ utils/cardano/selfnode } /token-metadata.json .
4040 '' }
4141 ${ lib . optionalString ( target == "x86_64-linux" ) ''
4242 chmod +w -R .
Original file line number Diff line number Diff line change 9898 networkConfig = import ./selfnode-config.nix ;
9999 nodeConfig = networkConfig // cardanoLib . defaultLogConfig ;
100100 consensusProtocol = networkConfig . Protocol ;
101- genesisFile = ../utils/cardano/selfnode/genesis.json ;
102- delegationCertificate = ../utils/cardano/selfnode/selfnode.cert ;
103- signingKey = ../utils/cardano/selfnode/selfnode.key ;
104- topology = ../utils/cardano/selfnode/selfnode-topology.json ;
101+ genesisFile = ../../ utils/cardano/selfnode/genesis.json ;
102+ delegationCertificate = ../../ utils/cardano/selfnode/selfnode.cert ;
103+ signingKey = ../../ utils/cardano/selfnode/selfnode.key ;
104+ topology = ../../ utils/cardano/selfnode/selfnode-topology.json ;
105105 } ;
106106
107107 # Helper function to make a path to a binary
249249 AlonzoGenesisFile = "genesis-alonzo.json" ;
250250 } ) ) ) ;
251251 genesisFile = let
252- genesisFile' . selfnode = ../utils/cardano/selfnode/genesis.json ;
252+ genesisFile' . selfnode = ../../ utils/cardano/selfnode/genesis.json ;
253253 genesisFile' . local = ( __fromJSON nodeConfig ) . GenesisFile ;
254254 in if ( genesisOverride != null ) then genesisOverride else if ( network == "selfnode" || network == "local" ) then genesisFile' . ${ network } else envCfg . nodeConfig . ByronGenesisFile ;
255255 normalTopologyFile = if network == "selfnode" then envCfg . topology else cardanoLib . mkEdgeTopology {
Original file line number Diff line number Diff line change 66{
77 ##### Locations #####
88
9- GenesisFile = ../utils/cardano/selfnode/selfnode-byron-genesis.json ;
9+ GenesisFile = ../../ utils/cardano/selfnode/selfnode-byron-genesis.json ;
1010
1111 ##### Core protocol parameters #####
1212
You can’t perform that action at this time.
0 commit comments