From 7f28616d7b5b6f0414d4f9adc0c1499ae303969c Mon Sep 17 00:00:00 2001 From: owenwahlgren Date: Tue, 24 Sep 2024 14:56:07 -0400 Subject: [PATCH] fix headings --- .../03-avalanche-starter-kit/03-create-blockchain.mdx | 2 +- .../03-avalanche-starter-kit/04-add-blockchain-to-wallet.mdx | 2 +- .../03-avalanche-starter-kit/05-add-ewoq-account.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/course/multi-chain-architecture/03-avalanche-starter-kit/03-create-blockchain.mdx b/content/course/multi-chain-architecture/03-avalanche-starter-kit/03-create-blockchain.mdx index 35ec36a1..43eb6bb1 100644 --- a/content/course/multi-chain-architecture/03-avalanche-starter-kit/03-create-blockchain.mdx +++ b/content/course/multi-chain-architecture/03-avalanche-starter-kit/03-create-blockchain.mdx @@ -1,6 +1,6 @@ --- title: Create Blockchain -description: TBD +description: Deploy a new Avalanche L1 on local network. updated: 2024-05-31 authors: [martineckardt] icon: Terminal diff --git a/content/course/multi-chain-architecture/03-avalanche-starter-kit/04-add-blockchain-to-wallet.mdx b/content/course/multi-chain-architecture/03-avalanche-starter-kit/04-add-blockchain-to-wallet.mdx index b22cfa34..bad01593 100644 --- a/content/course/multi-chain-architecture/03-avalanche-starter-kit/04-add-blockchain-to-wallet.mdx +++ b/content/course/multi-chain-architecture/03-avalanche-starter-kit/04-add-blockchain-to-wallet.mdx @@ -1,6 +1,6 @@ --- title: Add Blockchain to Wallet -description: TBD +description: Add the newly created Avalanche L1 to Core. updated: 2024-05-31 authors: [martineckardt] icon: Terminal diff --git a/content/course/multi-chain-architecture/03-avalanche-starter-kit/05-add-ewoq-account.mdx b/content/course/multi-chain-architecture/03-avalanche-starter-kit/05-add-ewoq-account.mdx index 3b09c5ea..46b95f75 100644 --- a/content/course/multi-chain-architecture/03-avalanche-starter-kit/05-add-ewoq-account.mdx +++ b/content/course/multi-chain-architecture/03-avalanche-starter-kit/05-add-ewoq-account.mdx @@ -1,6 +1,6 @@ --- title: Import EWOQ Account -description: TBD +description: Import the private keys of EWOQ account to Core. updated: 2024-05-31 authors: [martineckardt] icon: Terminal