loomnetwork / erc721x

ERC721x is an extension of ERC721 that adds support for multi-fungible tokens and batch transfers, while being fully backward-compatible.
BSD 3-Clause "New" or "Revised" License
165 stars 54 forks source link

Does not work with openzeppelin-solidity 2.0 #25

Closed alexiskattan closed 5 years ago

alexiskattan commented 5 years ago

Many of the files have been moved with openzeppelin-solidity 2.0 (AddressUtils.sol -> Address.sol, SupportsInterfaceWithLookup.sol -> ERC165.sol) which break during compiling.

gakonst commented 5 years ago

Yeah that's what the https://github.com/loomnetwork/erc721x/blob/master/package-lock.json#L4959 in package-lock is for. Will migrate to v2 zeppelin in the future