Skip to content

Commit 1b9200c

Browse files
committed
add tutorial burnmint direct mint authority
1 parent 3b37491 commit 1b9200c

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
@@ -1493,6 +1493,12 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
14931493
{
14941494
title: "Cross-Chain Token (CCT) standard",
14951495
url: "ccip/tutorials/svm/cross-chain-tokens",
1496+
children: [
1497+
{
1498+
title: "BurnMint: Direct Mint Authority Transfer (Development)",
1499+
url: "ccip/tutorials/svm/cross-chain-tokens/direct-mint-authority",
1500+
},
1501+
],
14961502
},
14971503
],
14981504
},

0 commit comments

Comments
 (0)