Skip to content

Commit

Permalink
M-02 add clarrification note
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Dec 16, 2024
1 parent b4403a3 commit 28c1188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x/tokenfactory/types/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ const (
EnableForceTransfer = "enable_force_transfer"
EnableBurnFrom = "enable_burn_from"
// Allows addresses of your choosing to mint tokens based on specific conditions.
// via the IsSudoAdminFunc
// via the IsSudoAdminFunc.
// NOTE: with SudoMint enabled, the sudo admin can mint `any` token, not just tokenfactory tokens.
// This is intended behavior as requested by other teams, rather than having its own module with very minor logic.
// If you do not wish for this behavior, write your own and do not use this capability.
EnableSudoMint = "enable_admin_sudo_mint"
// EnableCommunityPoolFeeFunding sends tokens to the community pool when a new fee is charged (if one is set in params).
// This is useful for ICS chains, or networks who wish to just have the fee tokens burned (not gas fees, just the extra on top).
Expand Down

0 comments on commit 28c1188

Please sign in to comment.