Skip to content

Commit 76a4571

Browse files
Le-Caigneczguesmi
andauthored
Update packages/smart-contract/config/env.ts
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 1743030 commit 76a4571

File tree

1 file changed

+1
-1
lines changed
  • packages/smart-contract/config

1 file changed

+1
-1
lines changed

packages/smart-contract/config/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const envSchema = z.object({
2525
// Mnemonic de déploiement ou interaction réseau
2626
MNEMONIC: z.string().min(1, 'MNEMONIC cannot be empty').optional().or(z.literal('')),
2727

28-
// Clé API pour Arbiscan
28+
// Arbiscan API key
2929
ARBISCAN_API_KEY: z.string().optional().or(z.literal('')),
3030
});
3131

0 commit comments

Comments
 (0)