Add unfurler page for /blocks and /tx/push
This commit is contained in:
parent
5ea4ef80b9
commit
0dff902151
@ -26,6 +26,10 @@ const routes = {
|
|||||||
return `Block: ${path[0]}`;
|
return `Block: ${path[0]}`;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
blocks: {
|
||||||
|
title: "Blocks",
|
||||||
|
fallbackImg: '/resources/previews/blocks.jpg',
|
||||||
|
},
|
||||||
docs: {
|
docs: {
|
||||||
title: "Docs",
|
title: "Docs",
|
||||||
fallbackImg: '/resources/previews/faq.jpg',
|
fallbackImg: '/resources/previews/faq.jpg',
|
||||||
@ -51,6 +55,7 @@ const routes = {
|
|||||||
},
|
},
|
||||||
routes: {
|
routes: {
|
||||||
push: {
|
push: {
|
||||||
|
title: "Push Transaction",
|
||||||
fallbackImg: '/resources/previews/tx-push.jpg',
|
fallbackImg: '/resources/previews/tx-push.jpg',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user