Troubles Verifying BSC contract using openzeppelin file

i am having troubles verifying my contract address on BSc Scan network.

i keep getting this error -- Error! Unable to generate Contract Bytecode and ABI

Hello Everyone?

I was able to verify my contract by Changing the evm settings to paris and that was the evm settings i used in my compiler. i checked other projects settings and it was in default. Does this pose any risk to my token?

Does this pose any risk to my token?

No, compilation settings have never been a source of vulnerabilities as far as I know. Using EVM Version Paris is recommended for networks without PUSH0 support. You can learn more about the optimizer here