We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ca8d1 commit 3132640Copy full SHA for 3132640
config/env.ts
@@ -3,7 +3,7 @@ import { z } from 'zod';
3
4
const addressRegex = /^0x[a-fA-F0-9]{40}$/;
5
const numericRegex = /^\d+$/;
6
-const privateKeyRegex = /^([a-fA-F0-9]{64})$/;
+const privateKeyRegex = /^(0x[a-fA-F0-9]{64})$/;
7
8
const envSchema = z.object({
9
IEXEC_VOUCHER_MANAGER_ACCOUNT_INDEX: z
0 commit comments