Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchaindevsh authored Jan 21, 2025
1 parent 18936b5 commit d46bf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-program/verify/beta-testnet/cmd/beta-testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {
}

// Apply the custom configs by running op-program
runner, err := verify.NewRunner(l1RpcUrl, l1RpcKind, l1BeaconUrl, l2RpcUrl, dataDir, "beta testnet", 3335, false)
runner, err := verify.NewRunner(l1RpcUrl, l1RpcKind, l1BeaconUrl, l2RpcUrl, dataDir, "3335", 3335, false)
if err != nil {
_, _ = fmt.Fprintf(os.Stderr, "Failed to create runner: %v\n", err.Error())
os.Exit(1)
Expand Down

0 comments on commit d46bf8c

Please sign in to comment.