Skip to content

Commit

Permalink
allow unsafe node key generation
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed May 17, 2024
1 parent 039531d commit bf27f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts-tests/tests/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export async function startFrontierNode(provider?: string): Promise<{
`--rpc-port=${RPC_PORT}`,
`--frontier-backend-type=${FRONTIER_BACKEND_TYPE}`,
`--tmp`,
`--unsafe-force-node-key-generation`
];
const binary = spawn(cmd, args);

Expand Down

0 comments on commit bf27f3a

Please sign in to comment.