We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1743030 commit 76a4571Copy full SHA for 76a4571
packages/smart-contract/config/env.ts
@@ -25,7 +25,7 @@ const envSchema = z.object({
25
// Mnemonic de déploiement ou interaction réseau
26
MNEMONIC: z.string().min(1, 'MNEMONIC cannot be empty').optional().or(z.literal('')),
27
28
- // Clé API pour Arbiscan
+ // Arbiscan API key
29
ARBISCAN_API_KEY: z.string().optional().or(z.literal('')),
30
});
31
0 commit comments