Closed jtriley-eth closed 11 months ago
Removes totalSupply in accordance with EIP-6909 update.
totalSupply
Adds checked arithmetic on balance increases, as they previously relied on a checked addition to totalSupply
Note: npm run lint corrects src/test/CREATE3.t.sol. Disregarding for simplicity.
npm run lint
src/test/CREATE3.t.sol
Ensure you completed all of the steps below before submitting your pull request:
forge snapshot
forge test
something's up with the ci, forge snapshot --check is failing, even on solmate main
forge snapshot --check
gonna halt this for now and open a pr for a fix
Description
Removes
totalSupply
in accordance with EIP-6909 update.Adds checked arithmetic on balance increases, as they previously relied on a checked addition to
totalSupply
Checklist
Ensure you completed all of the steps below before submitting your pull request:
forge snapshot
?npm run lint
?forge test
?