Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 3606b1d

Browse files
rename column (#790)
1 parent 7c18d69 commit 3606b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/EntropyDeploymentTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const EntropyDeploymentTable = ({
1616
<th>Chain Id</th>
1717
<th>Entropy Contract Address</th>
1818
{showReveal && <th>Reveal Delay</th>}
19-
<th>Gas Limit</th>
19+
<th>Default Gas Limit</th>
2020
</tr>
2121
</thead>
2222
<tbody>

0 commit comments

Comments
 (0)