The totalSupply is set to 1.75 million tokens, but the test file expects 10 million tokens. This inconsistency will cause deployment verification to fail when compared against the test expectations.
const totalSupply = ethers.utils.parseEther("1750000"); // 1.75 million tokens
Originally posted by @Copilot in Sonny-Ethan-Quinn/demo-repository#15 (comment)