Paratii-Video/paratii-contracts

Could not find zeppelin-solidity/contracts/SafeMath.sol

geckoslair opened this issue · 1 comments

Hi,

running npm install:
Could not find zeppelin-solidity/contracts/SafeMath.sol from any sources; imported from /home/enrico/paratii/paratii-contract/contracts/paratii/DayLimitAccount.sol
how can i fix it?
Ty!

zeppelin moved the contract to contracts/math/SafeMath.sol. so it broke on upgrade.

you can fix it by changing the import paths and make a PR :-)