-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature
Sugar is setting mint authority and freeze authority as default.
Is it available to set these in config.json?
Ideal solution or implementation
sugar/src/deploy/collection.rs
Lines 57 to 63 in 9af4103
| let init_mint_ix = initialize_mint( | |
| &TOKEN_PROGRAM_ID, | |
| &collection_mint.pubkey(), | |
| &payer, | |
| Some(&payer), | |
| 0, | |
| )?; |
I want to know if we can set mint authority and freeze authority as config.json and passing into these lines.
Alternative solutions or implementations
No response
Other context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request