Skip to content

Commit 5c7ef14

Browse files
committed
add tutorial burnmint direct mint authority
1 parent 7b5cb0a commit 5c7ef14

File tree

3 files changed

+1894
-3
lines changed

3 files changed

+1894
-3
lines changed

src/config/sidebar.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,12 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
14571457
{
14581458
title: "Cross-Chain Token (CCT) standard",
14591459
url: "ccip/tutorials/svm/cross-chain-tokens",
1460+
children: [
1461+
{
1462+
title: "BurnMint: Direct Mint Authority Transfer (Development)",
1463+
url: "ccip/tutorials/svm/cross-chain-tokens/direct-mint-authority",
1464+
},
1465+
],
14601466
},
14611467
],
14621468
},

0 commit comments

Comments
 (0)