diff --git a/src/routes/explorer/+page.svelte b/src/routes/explorer/+page.svelte index 8a94bc5..0ba01d0 100644 --- a/src/routes/explorer/+page.svelte +++ b/src/routes/explorer/+page.svelte @@ -43,6 +43,7 @@
Target
Hash
Epoch
+
Cardano Tx
Time
@@ -62,8 +63,20 @@
{Math.floor(block.number / 2016 + 1)}
+ +
+ view +
+
- {intlFormat(block.currentPosixTime)} + {intlFormat(block.currentPosixTime, { + year: 'numeric', + month: 'short', + day: 'numeric', + hour: 'numeric', + minute: 'numeric', + second: 'numeric', + })}
{/each}