diff --git a/pages/dev-tutorials/tokenfactory-allow-list.mdx b/pages/dev-tutorials/tokenfactory-allow-list.mdx index b79aee58..7e338f97 100644 --- a/pages/dev-tutorials/tokenfactory-allow-list.mdx +++ b/pages/dev-tutorials/tokenfactory-allow-list.mdx @@ -35,7 +35,7 @@ The format of the allow list is as follows: Where each address is a valid Sei bech32 address or EVM 0x prefixed address. Please note, that 0x addresses will be converted to bech32 addresses when the allow list is persisted. -```bash copy +```bash seid tx tokenfactory create-denom $SUBDENOM \ --allow-list=$ALLOW_LIST_FILE_PATH \ --from=$CREATOR_ACCOUNT \