This commit is contained in:
2026-06-01 19:05:46 +02:00
parent abb810d544
commit 27e25d5bf4
59 changed files with 5727 additions and 1706 deletions

View File

@@ -218,6 +218,16 @@
<div class="form-text">Leave all unchecked for generic discovery. Check several surfaces to scan once and keep candidates matching any selected target.</div>
<div class="form-text">Use this to find corpus signatures for non-swap decoders without promoting unverified events. Leave all unchecked to request target='any'.</div>
</div>
<div class="col-6">
<label for="demo3TargetInstructionNameInput" class="form-label">Target instruction name</label>
<input id="demo3TargetInstructionNameInput" type="text" class="form-control font-monospace" placeholder="withdraw, raydium_cpmm.deposit" />
<div class="form-text">Optional exact instruction-name filter. Accepts comma/space separated names.</div>
</div>
<div class="col-6">
<label for="demo3TargetDiscriminatorHexInput" class="form-label">Target discriminator hex</label>
<input id="demo3TargetDiscriminatorHexInput" type="text" class="form-control font-monospace" placeholder="b712469c946da122, f223c68952e1f2b6" />
<div class="form-text">Optional first 8 bytes of instruction data, matching the Solscan instruction filter.</div>
</div>
<div class="col-6">
<label for="demo3HttpRoleInput" class="form-label">HTTP role</label>
<input id="demo3HttpRoleInput" type="text" class="form-control" value="history_backfill" />
@@ -335,6 +345,7 @@
<th>Kind</th>
<th>Confidence</th>
<th>Data prefix</th>
<th>Discriminator</th>
<th>Verified pool</th>
<th>Token A</th>
<th>Token B</th>
@@ -346,7 +357,7 @@
</thead>
<tbody id="demo3OnchainCandidateTableBody">
<tr>
<td colspan="12" class="text-body-secondary">No on-chain candidate.</td>
<td colspan="13" class="text-body-secondary">No on-chain candidate.</td>
</tr>
</tbody>
</table>