Skip to content

Conversation

@sentientforest
Copy link
Contributor

@sentientforest sentientforest commented Dec 18, 2025

Outdated comment describes overwriteAuthorities boolean as not yet implemented, inspection of code shows it is in fact used:

ref:

newToken.authorities = toUpdate.overwriteAuthorities
? toUpdate.authorities
: Array.from(new Set(newToken.authorities.concat(toUpdate.authorities))).sort();

related:
GalaChain/launchpad#45

Outdated comment describes `overrideAuthorities` boolean as
not yet implemented, inspection of code shows it is in fact
used:

ref:
https://github.com/GalaChain/sdk/blob/b5a6db2ac8fbff6d29d5a7cec786e464e08a696a/chain-api/src/types/TokenClass.ts#L284-L286

related:
GalaChain/launchpad#45
@Jehosephat Jehosephat enabled auto-merge (squash) December 18, 2025 22:26
@Jehosephat Jehosephat merged commit 6552772 into GalaChain:main Dec 18, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants