Skip to content

Commit

Permalink
Update the client options
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Aug 17, 2023
1 parent 1ed675b commit d628ce8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/cli/test/utils/simulation/SimulationEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export class SimulationEnvironment {
client: executionType,
logsDir: this.options.logsDir,
}),
clientOptions: executionOptions.clientOptions,
});

// Beacon Node
Expand All @@ -279,7 +278,6 @@ export class SimulationEnvironment {
genesisState: this.genesisState,
engineUrls,
paths: getNodePaths({id, logsDir: this.options.logsDir, client: beaconType, root: this.options.rootDir}),
clientOptions: beaconOptions.clientOptions,
});

if (keys.type === "no-keys") {
Expand Down Expand Up @@ -309,7 +307,6 @@ export class SimulationEnvironment {
keys,
beaconUrls,
paths: getNodePaths({id, logsDir: this.options.logsDir, client: validatorType, root: this.options.rootDir}),
clientOptions: validatorOptions.clientOptions,
});

this.nodePairCount += 1;
Expand Down

0 comments on commit d628ce8

Please sign in to comment.