global: big snapshot

This commit is contained in:
nym21
2026-04-26 23:12:17 +02:00
parent 2210443e37
commit 7a0b4b5890
125 changed files with 3833 additions and 3129 deletions

View File

@@ -77,6 +77,16 @@ export function init(selected) {
navigate();
selectCube(cube);
},
onTip: () => {
history.pushState(null, "", "/block/tip");
navigate();
goToCube(null);
},
onGenesis: () => {
history.pushState(null, "", "/block/0");
navigate();
goToCube(0);
},
});
initBlockDetails(explorerElement, handleLinkClick);