diff --git a/src/layouts/navigation.ts b/src/layouts/navigation.ts index 083a7ca45..ac6f274f7 100644 --- a/src/layouts/navigation.ts +++ b/src/layouts/navigation.ts @@ -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/",