Skip to content

Commit

Permalink
Update src/lib/lightnet.js
Browse files Browse the repository at this point in the history
Co-authored-by: Yoni Mekuria <[email protected]>
  • Loading branch information
shimkiv and ymekuria authored Dec 2, 2023
1 parent a72472d commit 67166aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lightnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const lightnetExplorerDir = path.resolve(
`${Constants.lightnetWorkDir}/explorer`
);
const lightnetExplorerConfigFile = path.resolve(
`${lightnetExplorerDir}/current.json`
`${lightnetExplorerDir}/config.json`
);
const lightnetDockerContainerName = 'mina-local-lightnet';
const lightnetMinaDaemonGraphQlEndpoint = 'http://localhost:8080/graphql';
Expand Down

0 comments on commit 67166aa

Please sign in to comment.