Skip to content

Commit

Permalink
Plasma Bridge Example Added (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodlin authored Oct 31, 2023
1 parent f3a13de commit 94ca52c
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,10 @@ function getSidebar(locale: string): SidebarOptions {
text: "Safe",
link: `${locale}/quickstart/quickstart_multichain/safe.md`,
},
{
text: "Polygon Plasma Bridge",
link: `${locale}/quickstart/quickstart_multichain/polygon-plasma-bridge.md`,
},
],
},
`${locale}/quickstart/whats-next.md`,
Expand Down
Loading

0 comments on commit 94ca52c

Please sign in to comment.