Describe the bug
Calling an empty function takes up 400k gas units (according to solidity-gas-reporter) when interacting with l2geth
To Reproduce
See this reproduction branch: https://github.com/Rari-Capital/nova/tree/reproCaseForEmptyFunctionGasUsage
Can also view this run of CI which shows the crazy high gas usage in the "Run tests" section: https://github.com/Rari-Capital/nova/runs/2386486739

Expected behavior
I don't think a simple empty call like this is meant to take up this much gas.