opensea-creatures
opensea-creatures copied to clipboard
Importing Zeppelin contracts.
Hello,
Sorry if i am mistaken but it looks like your contracts trying to import the openzeppelin contracts are a little outdated?
Currently they are as below: import "openzeppelin-solidity/contracts/access/Ownable.sol"; import "openzeppelin-solidity/contracts/utils/Strings.sol";
Where i believe they should now be: import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol";
this change will need to be made to all contracts if this is out of date as they all use this incorrect import.