You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call to the Uniswap contract seth call --debug 0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45 <txdata, for example 0x0> fails with hevm: @openzeppelin/contracts/drafts/IERC20Permit.sol: openBinaryFile: does not exist (No such file or directory). I reinstalled different versions of @openzeppelin/contracts in node_modules, manually copypasted such a file in, and checked this file is there in the .debug folders created -- it seems hevm can't locate it.
The text was updated successfully, but these errors were encountered:
The call to the Uniswap contract
seth call --debug 0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45 <txdata, for example 0x0>
fails withhevm: @openzeppelin/contracts/drafts/IERC20Permit.sol: openBinaryFile: does not exist (No such file or directory)
. I reinstalled different versions of @openzeppelin/contracts in node_modules, manually copypasted such a file in, and checked this file is there in the .debug folders created -- it seems hevm can't locate it.The text was updated successfully, but these errors were encountered: