From 4d6f9630254e84e8c48b2f4d303a161e8d3b3d93 Mon Sep 17 00:00:00 2001 From: Mark Grothe Date: Tue, 5 May 2026 16:26:27 -0500 Subject: [PATCH] feat: ink banner Co-authored-by: Copilot --- src/layouts/MainLayout.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/layouts/MainLayout.tsx b/src/layouts/MainLayout.tsx index 655cf90ca4..a8e1398103 100644 --- a/src/layouts/MainLayout.tsx +++ b/src/layouts/MainLayout.tsx @@ -116,6 +116,17 @@ const getCampaignConfigs = () => ({ bannerVersion: 'aave-pro-mainnet-v0', // icon: '/icons/networks/binance.svg', }, + + [ChainId.ink]: { + notifyText: 'Tydro is temporarily pausing all reserves.', + buttonText: 'Learn more', + buttonAction: { + type: 'url' as const, + value: 'https://x.com/tydrohq/status/2051383181874540957?s=20', + target: '_blank' as const, + }, + bannerVersion: 'aave-ink-paused-v0', + }, }); // For defining Route specific campaigns if needed in future