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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
In method.ts#L276, and method.ts#L315 of NFT module, indexLength is calculated using other constants. Instead, this value should be defined as a constant like LENGTH_CHAIN_ID, and LENGTH_COLLECTION_ID.
Acceptance Criteria
Replace all usages of indexLength via constant defined above
Additional Information
release/6.1.0
The text was updated successfully, but these errors were encountered:
Description
In method.ts#L276, and method.ts#L315 of NFT module,
indexLength
is calculated using other constants. Instead, this value should be defined as a constant like LENGTH_CHAIN_ID, and LENGTH_COLLECTION_ID.Acceptance Criteria
Replace all usages of
indexLength
via constant defined aboveAdditional Information
release/6.1.0
The text was updated successfully, but these errors were encountered: