DangyWing

Results 2 comments of DangyWing

@juanfranblanco I made an example project you can test with https://github.com/DangyWing/vscode-solidity-test

@juanfranblanco I dug a little deeper and found that the slowness may be because of the nested keccak256() and abi.encode() calls. Assuming you have installed solmate, go to lib/solmate/src/tokens/ERC20.sol and...