We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe3b37 commit 0959546Copy full SHA for 0959546
packages/client/bin/cli.ts
@@ -180,6 +180,8 @@ async function run() {
180
181
const common = new Common({ chain, hardfork: 'chainstart' })
182
const datadir = args.datadir ?? Config.DATADIR_DEFAULT
183
+ const configDirectory = `${datadir}/${common.chainName()}/config`
184
+ fs.ensureDirSync(configDirectory)
185
const key = await Config.getClientKey(datadir, common)
186
const config = new Config({
187
common,
0 commit comments