From 0dff902151ad698ea5f55dfae5c82b582d2e269c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 11 Mar 2024 17:54:51 +0900 Subject: [PATCH] Add unfurler page for /blocks and /tx/push --- unfurler/src/routes.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unfurler/src/routes.ts b/unfurler/src/routes.ts index 326b234ad..c266217c8 100644 --- a/unfurler/src/routes.ts +++ b/unfurler/src/routes.ts @@ -26,6 +26,10 @@ const routes = { return `Block: ${path[0]}`; } }, + blocks: { + title: "Blocks", + fallbackImg: '/resources/previews/blocks.jpg', + }, docs: { title: "Docs", fallbackImg: '/resources/previews/faq.jpg', @@ -51,6 +55,7 @@ const routes = { }, routes: { push: { + title: "Push Transaction", fallbackImg: '/resources/previews/tx-push.jpg', } }