Skip to content

Commit

Permalink
use correct endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Sep 11, 2024
1 parent bb912b7 commit add0b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/system_fpp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func testFaultProofProgramScenario(t *testing.T, ctx context.Context, sys *Syste
fppConfig := oppconf.NewConfig(sys.RollupConfig, sys.L2GenesisCfg.Config, s.L1Head, s.L2Head, s.L2OutputRoot, common.Hash(s.L2Claim), s.L2ClaimBlockNumber)
fppConfig.L1URL = sys.NodeEndpoint("l1").RPC()
fppConfig.L2URL = sys.NodeEndpoint("sequencer").RPC()
fppConfig.L1BeaconURL = sys.NodeEndpoint("l1").RPC()
fppConfig.L1BeaconURL = sys.L1BeaconEndpoint().RestHTTP()
fppConfig.DataDir = preimageDir
if s.Detached {
// When running in detached mode we need to compile the client executable since it will be called directly.
Expand Down

0 comments on commit add0b86

Please sign in to comment.