Skip to content

Commit

Permalink
FIX: add checkpoint sync for prysm test
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays authored Aug 21, 2024
1 parent a3c3813 commit de2ca50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test("prysm validator import", async () => {
//install geth
let geth = serviceManager.getService("GethService", { network: "holesky", installDir: "/opt/stereum" })

let prysmBC = serviceManager.getService("PrysmBeaconService", { network: "holesky", installDir: "/opt/stereum", executionClients: [geth] })
let prysmBC = serviceManager.getService("PrysmBeaconService", { network: "holesky", installDir: "/opt/stereum", executionClients: [geth], checkpointURL: "https://checkpoint-sync.holesky.ethpandaops.io/" })

let prysmVC = serviceManager.getService("PrysmValidatorService", { network: "holesky", installDir: "/opt/stereum", consensusClients: [prysmBC] })

Expand Down

0 comments on commit de2ca50

Please sign in to comment.