Skip to content

Commit

Permalink
Enable all nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Feb 15, 2024
1 parent 7526354 commit 123ba02
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions packages/cli/test/sim/multi_fork.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,40 +78,40 @@ const env = await SimulationEnvironment.initWithDefaults(
keysCount: 32,
remote: true,
},
// {
// id: "node-3",
// beacon: BeaconClient.Lodestar,
// validator: {
// type: ValidatorClient.Lodestar,
// options: {
// // this builder selection will make it use produceBlockV2 and respond with full block
// clientOptions: {
// useProduceBlockV3: false,
// "builder.selection": "executiononly",
// },
// },
// },
// execution: ExecutionClient.Nethermind,
// keysCount: 32,
// },
// {
// id: "node-4",
// beacon: BeaconClient.Lodestar,
// validator: {
// type: ValidatorClient.Lodestar,
// options: {
// // this builder selection will make it use produceBlindedBlockV2 and respond with blinded version
// // of local block and subsequent publishing via publishBlindedBlock
// clientOptions: {
// useProduceBlockV3: false,
// "builder.selection": "maxprofit",
// },
// },
// },
// execution: ExecutionClient.Nethermind,
// keysCount: 32,
// },
// {id: "node-5", beacon: BeaconClient.Lighthouse, execution: ExecutionClient.Geth, keysCount: 32},
{
id: "node-3",
beacon: BeaconClient.Lodestar,
validator: {
type: ValidatorClient.Lodestar,
options: {
// this builder selection will make it use produceBlockV2 and respond with full block
clientOptions: {
useProduceBlockV3: false,
"builder.selection": "executiononly",
},
},
},
execution: ExecutionClient.Nethermind,
keysCount: 32,
},
{
id: "node-4",
beacon: BeaconClient.Lodestar,
validator: {
type: ValidatorClient.Lodestar,
options: {
// this builder selection will make it use produceBlindedBlockV2 and respond with blinded version
// of local block and subsequent publishing via publishBlindedBlock
clientOptions: {
useProduceBlockV3: false,
"builder.selection": "maxprofit",
},
},
},
execution: ExecutionClient.Nethermind,
keysCount: 32,
},
{id: "node-5", beacon: BeaconClient.Lighthouse, execution: ExecutionClient.Geth, keysCount: 32},
]
);

Expand Down

0 comments on commit 123ba02

Please sign in to comment.