Add unfurler page for /blocks and /tx/push

This commit is contained in:
wiz 2024-03-11 17:54:51 +09:00
parent 5ea4ef80b9
commit 0dff902151
No known key found for this signature in database
GPG Key ID: A394E332255A6173

@ -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',
}
}