Rename to @openzeppelin/contracts-ethereum-package (#54)

* Change import path from zos-lib to upgrades in all contracts

* Update readme with new naming

* Update package and deps names

* Change path to initializable in AST of networks.jsons

* Migrate manifest version

* Use new oz file locations

* Rename in ERC20Migrator comments

* Update SDK install instructions in README

* Update gitignore to use new session file name

* trigger CI

* Fixes to readme and package version

* Use 2.5.0 release of OpenZeppelin SDK
This commit is contained in:
Santiago Palladino
2019-07-20 13:37:41 -03:00
committed by GitHub
parent dee9a2b897
commit 7ac0502c50
63 changed files with 3030 additions and 9481 deletions

View File

@ -1,6 +1,6 @@
pragma solidity ^0.5.2;
import "zos-lib/contracts/Initializable.sol";
import "@openzeppelin/upgrades/contracts/Initializable.sol";
import "../token/ERC20/ERC20.sol";
import "../token/ERC20/ERC20Detailed.sol";