Why don’t Hardhat named accounts resolve correctly in production when using environment variable overrides?
When deploying a contract locally with Hardhat, named accounts (e.g., deployer ) resolve to the expected address and the deployment succeeds. In the production environment, which connects to the Goerli testnet via an Infura endpoint, the same deployment script fails with an “address not found” error, even though the namedAccounts section in hardhat.config.js