Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guayaba221 authored Dec 4, 2024
1 parent a6525cb commit c88d839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/tokenfactory/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Token Factory (by Osmosis Labs)

> This module was taken from Osmosis chain codebase (commit: https://github.com/osmosis-labs/osmosis/commit/9e178a631f91ffc91c51f3665ed915c9f15e1807). The reason of this action was to adopt module and tests to our codebase because it was not possible to import it without code modification
> This module was taken from Osmosis chain codebase (commit: https://github.com/osmosis-labs/osmosis/commit/9e178a631f91ffc91c51f3665ed915c9f15e1807). The reason of this action was to adapt module and tests to our codebase because it was not possible to import it without code modification
> that was made by Osmosis team to the original Cosmos SDK. These changes made it not possible (without deep modifications of the whole code) to import module to our code.
> Also support of the creation fee was removed at the moment because we do not have community pool in the Neutron.
Expand Down Expand Up @@ -73,7 +73,7 @@ message MsgBurn {
```

**State Modifications:**
- Saftey check the following
- Safety check the following
- Check that the denom minting is created via `tokenfactory` module
- Check that the sender of the message is the admin of the denom
- Burn designated amount of tokens for the denom via `bank` module
Expand Down Expand Up @@ -119,4 +119,4 @@ The choice between how we standardized the split these 60 bytes between maxes fr
For explicitness, its currently set to `len(longest_subdenom) = 44` and `len(longest_chain_addr_prefix) = 16`.

Please note, if the SDK increases the maximum length of a denom from 128 bytes, these caps should increase.
So please don't make code rely on these max lengths for parsing.
So please don't make code rely on these max lengths for parsing.

0 comments on commit c88d839

Please sign in to comment.