You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug setApprovalForAll to many operators more than 10 example 20.
Because of CW721 all_operators .limit default 10.
ERC721 isApprovedForAll will return true within operators 10, return false after operators 10, expected all operators return true
To Reproduce
Steps to reproduce the behavior:
deploy a CW721 and pointer to ERC721.
setApprovalForAll from operator1 to operator20, total 20 operators
isApprovedForAll from operator1 to operator20,
The text was updated successfully, but these errors were encountered:
Chain ID
atlantic-2 & pacific-1
Describe the bug
setApprovalForAll
to many operators more than 10 example 20.Because of CW721
all_operators
.limit
default10
.ERC721
isApprovedForAll
will returntrue
within operators 10, returnfalse
after operators 10, expected all operators returntrue
To Reproduce
Steps to reproduce the behavior:
setApprovalForAll
from operator1 to operator20, total 20 operatorsisApprovedForAll
from operator1 to operator20,The text was updated successfully, but these errors were encountered: