We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e245f5 commit ef96688Copy full SHA for ef96688
packages/app-explorer/src/systems/Block/components/BlocksTable.tsx
@@ -80,7 +80,7 @@ function BlocksTable({
80
</span>
81
</div>
82
<div className="absolute left-[20px] top-[30px] w-[20rem] opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10 px-3 py-2 text-xs font-light text-black dark:text-white bg-gray-3 rounded-lg shadow-sm">
83
- The height of the base chain via relayer (i.e. Ethereum or DA)
+ A unique identifier for this block, generated by hashing its data.
84
<div className="absolute left-[10px] top-[-6px] w-0 h-0 border-l-[6px] border-l-transparent border-r-[6px] border-r-transparent border-b-[6px] border-b-gray-3" />
85
86
0 commit comments