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
There is a 20th guard, called allocation, in the on-chain program but it is not registered in the SDK.
Let's say I add a 21st custom guard, below allocation, to the on-chain program and register it with the SDK, when trying to create the Candy Machine, the SDK seems to serialise the settings for this new custom guard into the allocation guard settings, i.e. off-by-one.
Should allocation be registered by default?
Is there a workaround with the SDK that let us proceed without registering allocation?
Create a guard manifest for allocation and register it myself?
Can I somehow fudge the feature flag list so I don't have to register allocation?
The text was updated successfully, but these errors were encountered:
There is a 20th guard, called
allocation
, in the on-chain program but it is not registered in the SDK.Let's say I add a 21st custom guard, below
allocation
, to the on-chain program and register it with the SDK, when trying to create the Candy Machine, the SDK seems to serialise the settings for this new custom guard into theallocation
guard settings, i.e. off-by-one.allocation
be registered by default?allocation
?allocation
and register it myself?allocation
?The text was updated successfully, but these errors were encountered: