airswap / airswap-protocols

AirSwap Contracts and Tools

Home Page:https://about.airswap.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC721 allowance checks should call `getApproved` instead of `isApprovedForAll`

dmosites opened this issue · comments

Frontend will be setting ERC721 approvals per-token so the adapter needs to call getApproved.

would we need to change the return value of hasAllowance? Since getApproved returns an address