Skip to content

Commit

Permalink
GITBOOK-88: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Angjelkoski authored and gitbook-bot committed Dec 19, 2024
1 parent 6ef84e2 commit d2a01a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitbook/core-modules/token-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This `tokenfactory` module allows any account to create a new token with the nam

_Note: If you want your denom to be visible on products like Helix, Hub, Explorer, etc, it's important to add token metadata information using the `MsgSetDenomMetadata` message as explained below._

_Note #2: It's recommended to change your admin to the zero address for safety and preventing supply manipulation._ 
_Note #2: It's recommended to change your admin to the zero address for safety and preventing supply manipulation._

#### Messages

Expand Down Expand Up @@ -78,7 +78,7 @@ console.log(txHash)

#### MsgBurn

Burning of a specific denom is only allowed for the current admin. Note, the current admin is defaulted to the creator of the denom.
The admin can burn the supply of the token factory. Everyone else can use this message to burn their funds only. 

```ts
import { MsgBurn } from '@injectivelabs/sdk-ts'
Expand Down

0 comments on commit d2a01a5

Please sign in to comment.