From 3fb5465d7b38e28a91f17010ddd8765cb4b97f9f Mon Sep 17 00:00:00 2001 From: "Arold D. Touko" <51093921+0xArDANT@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:37:33 +0100 Subject: [PATCH] Update 08-activate-native-minter.mdx (#163) Signed-off-by: Arold D. Touko <51093921+0xArDANT@users.noreply.github.com> --- .../04-independent-tokenomics/08-activate-native-minter.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/course/multi-chain-architecture/04-independent-tokenomics/08-activate-native-minter.mdx b/content/course/multi-chain-architecture/04-independent-tokenomics/08-activate-native-minter.mdx index bd4f7e2b..888458cd 100644 --- a/content/course/multi-chain-architecture/04-independent-tokenomics/08-activate-native-minter.mdx +++ b/content/course/multi-chain-architecture/04-independent-tokenomics/08-activate-native-minter.mdx @@ -10,8 +10,8 @@ When prompted if you want to allow minting of new natie tokens, select **Yes**. ``` ? Allow minting of new native tokens?: - ▸ No, I want the supply of the native tokens be hard-capped - Yes, I want to be able to mint additional the native tokens (Native Minter Precompile ON) + No, I want the supply of the native tokens be hard-capped + ▸ Yes, I want to be able to mint additional the native tokens (Native Minter Precompile ON) ``` Let's add an address as an admin for our native token minting: @@ -63,4 +63,4 @@ Use the arrow keys to navigate: ↓ ↑ → ← ? Confirm?: ▸ Yes No, keep editing - ``` \ No newline at end of file + ```