Skip to content

Commit

Permalink
fix: check type in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Mar 26, 2024
1 parent e8d0ee7 commit ed39781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/test/unit/options/beaconNodeOptions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ describe("options / beaconNodeOptions", () => {
"enr:-KG4QOtcP9X1FbIMOe17QNMKqDxCpm14jcX5tiOE4_TyMrFqbmhPZHK_ZPG2Gxb1GE2xdtodOfx9-cgvNtxnRyHEmC0ghGV0aDKQ9aX9QgAAAAD__________4JpZIJ2NIJpcIQDE8KdiXNlY3AyNTZrMaEDhpehBDbZjM_L9ek699Y7vhUJ-eAdMyQW_Fil522Y0fODdGNwgiMog3VkcIIjKA",
],
targetPeers: 25,
deterministicLongLivedAttnets: true,
subscribeAllSubnets: true,
slotsToSubscribeBeforeAggregatorDuty: 1,
disablePeerScoring: true,
Expand Down Expand Up @@ -197,7 +196,6 @@ describe("options / beaconNodeOptions", () => {
maxPeers: 30,
targetPeers: 25,
localMultiaddrs: ["/ip4/127.0.0.1/tcp/9001"],
deterministicLongLivedAttnets: true,
subscribeAllSubnets: true,
slotsToSubscribeBeforeAggregatorDuty: 1,
disablePeerScoring: true,
Expand Down

0 comments on commit ed39781

Please sign in to comment.