origin-dollar
origin-dollar copied to clipboard
Remove SafeMath from OUSD
Safe math operations are now built into the solidity compiler. We could remove the use of safe math from OUSD and save gas.
These have now been removed from the vault, but remain in OUSD.
FYI, I've removed SafeMath from the OETH Vault as part of the collateral swap changes.
Note VaultAdmin still requires StableMath.