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 + ```