Skip to content

Commit

Permalink
Fixes peg type column order. Adds title to event topic, method select…
Browse files Browse the repository at this point in the history
…or and peg type columns.
  • Loading branch information
jeremy-then committed Oct 4, 2024
1 parent 15d81cd commit 05ebcf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/PrecompiledAbis.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ <h3>Methods</h3>
<thead>
<tr>
<th>Method Name</th>
<th>Method Selector</th>
<th title="First 4 bytes of the keccak256 hash of the method signature">Method Selector</th>
<th>Method Signature</th>
<th>Output Type</th>
<th>Abi</th>
<th>Peg Type</th>
<th title="Shows to what peg process (pegin or pegout) this method is related to.">Peg Type</th>
</tr>
</thead>
<tbody id="methodsTableBody"></tbody>
Expand All @@ -125,10 +125,10 @@ <h3>Events</h3>
<thead>
<tr>
<th>Event Name</th>
<th>Event Topic</th>
<th>Peg Type</th>
<th title="Keccak256 hash of the event signature">Event Topic</th>
<th>Event Signature</th>
<th>Abi</th>
<th title="Shows to what peg process (pegin or pegout) this event is related to.">Peg Type</th>
</tr>
</thead>
<tbody id="eventsTableBody"></tbody>
Expand Down

0 comments on commit 05ebcf4

Please sign in to comment.