solmate
solmate copied to clipboard
⚡ CREATE3 Gas Optimization
Description
Removed the unnecessary memory recopying from the call. Anyway the copied data is not used anywhere.
Checklist
Ensure you completed all of the steps below before submitting your pull request:
- [x] Ran
forge snapshot? - [x] Ran
npm run lint? - [x] Ran
forge test?
Pull requests with an incomplete checklist will be thrown out.