Skip to content

Commit

Permalink
(NOBIDS) Change blobs value names to look more "frontend-y" (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
D13ce authored Nov 7, 2023
1 parent a0f539c commit e3b5638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/slot/blobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<tbody id="blobs_table">
<tr style="background-color: var(--bg-color-light);">
<th class="border-0">Index</th>
<th class="border-0">KzgCommitment</th>
<th class="border-0">KzgProof</th>
<th class="border-0">BlobVersionedHash</th>
<th class="border-0">KZG Commitment</th>
<th class="border-0">KZG Proof</th>
<th class="border-0">Blob Versioned Hash</th>
</tr>
{{ range .BlobSidecars }}
<tr class="border-bottom">
Expand Down

0 comments on commit e3b5638

Please sign in to comment.