From 48a91a70ea7d92dd55afb1190257ddc796424e21 Mon Sep 17 00:00:00 2001 From: Denys S <150304777+dssei@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:57:35 -0700 Subject: [PATCH] Update pages/dev-tutorials/tokenfactory-allow-list.mdx Co-authored-by: seiyan-writer --- pages/dev-tutorials/tokenfactory-allow-list.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \