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
The text was updated successfully, but these errors were encountered:
zajck
changed the title
Number of collections and ownership transfer during the
Number of collections and ownership transfer during the seller update
Sep 4, 2023
If the number of collections gets too high, it might become impossible to update the seller because of
boson-protocol-contracts/contracts/protocol/facets/SellerHandlerFacet.sol
Lines 274 to 281 in 2b9f60b
Options
maxCollectionsPerSeller
. After the seller reaches it,createNewCollection
revertsNote
It's not critical now, since the maximum number of collections before running into the problem should be relatively high.
Tracking issue for:
The text was updated successfully, but these errors were encountered: