Skip to content

Commit

Permalink
feat: added flow integration report (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin852 authored Dec 19, 2024
1 parent 2ff1a29 commit 3d05acc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,15 @@ export const getNavigation = (section) => {
title: "Community Pool Proposals",
href: " /resources/community/community-pool-proposals/",
},
{
title: "Chain Integration Reports",
children: [
{
title: "Flow",
href: "https://github.com/axelarnetwork/amplifier-advisory-committee/blob/main/src/chains/flow-evm/FLOW_EVM_REPORT.md",
}
]
},
{
title: "Onboard Your IBC chain",
href: "/resources/ibc-chain-onboarding/",
Expand Down

0 comments on commit 3d05acc

Please sign in to comment.