Skip to content

Commit

Permalink
fix: incorrect merge conflict resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Jan 16, 2025
1 parent a8560e2 commit e253d0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/cli/src/config/beaconParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ export function getBeaconParamsFromArgs(args: GlobalArgs): ChainConfig {
});

// Temp
beaconParams["PEERDAS_FORK_EPOCH"] = beaconParams["EIP7594_FORK_EPOCH"];
beaconParams["PEERDAS_FORK_VERSION"] = beaconParams["EIP7594_FORK_VERSION"];
// TODO-das @matthewkeil what was this "temp" here for?
// beaconParams["PEERDAS_FORK_EPOCH"] = beaconParams["EIP7594_FORK_EPOCH"];
// beaconParams["PEERDAS_FORK_VERSION"] = beaconParams["EIP7594_FORK_VERSION"];

if (args.supernode) {
beaconParams["NODE_CUSTODY_REQUIREMENT"] = DATA_COLUMN_SIDECAR_SUBNET_COUNT;
Expand Down

0 comments on commit e253d0c

Please sign in to comment.