From c88d83932f237505f71d8287224e13b01b62f1ae Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:01:53 +0100 Subject: [PATCH] Update README.md --- x/tokenfactory/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x/tokenfactory/README.md b/x/tokenfactory/README.md index f7bc55489..523edcd09 100644 --- a/x/tokenfactory/README.md +++ b/x/tokenfactory/README.md @@ -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. @@ -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 @@ -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. \ No newline at end of file +So please don't make code rely on these max lengths for parsing.