Skip to content

Fix openzeppelin-solidity/contracts/ownership/Ownable.solΒ #69

@harshitsinghai77

Description

@harshitsinghai77

In the latest version of openzeppelin, this has been moved.

Install
npm install @openzeppelin/contracts --save

Instead of

import "openzeppelin-solidity/contracts/ownership/Ownable.sol";

use it like this

import "@openzeppelin/contracts/access/Ownable.sol";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions