divergencetech / ethier

Golang and Solidity SDK to make Ethereum development ethier
MIT License
217 stars 23 forks source link

ERC721A.sol not found in /contracts/erc721/ERC721APreApproval.sol #44

Closed aragalie closed 2 years ago

aragalie commented 2 years ago

I think there's an import issue here: https://github.com/divergencetech/ethier/blob/84192760578365a6fa8eb4730c47944ceefeb036/contracts/erc721/ERC721APreApproval.sol

erc721a/contracts/ERC721A.sol doesn't exist.

aragalie commented 2 years ago

Probably it should be importing instead ERC721ACommon from the same folder?

But then line 19 should also be updated accordingly...

aragalie commented 2 years ago

Ah, my bad, saw now the dependencies in package.json 🤦‍♂️