Skip to content

Commit 2d8edd6

Browse files
committed
fix: hide broken lookup section, update Solana-specific copy to be chain-agnostic
Made-with: Cursor
1 parent a09cce7 commit 2d8edd6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

public/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h4>⚠️ The Problem with Auto-Relayers</h4>
183183

184184
<h4>✅ Self-Service Relaying (This Tool)</h4>
185185
<ul>
186-
<li><strong>You control the relay:</strong> Sign and submit the Solana transaction yourself</li>
186+
<li><strong>You control the relay:</strong> Sign and submit the destination chain transaction yourself</li>
187187
<li><strong>Recovery anytime:</strong> Resume stuck transfers days or weeks later</li>
188188
<li><strong>Full transparency:</strong> See every step of the CCTP process</li>
189189
<li><strong>Works with any source*:</strong> Recover failed transfers from other services</li>
@@ -198,7 +198,7 @@ <h4>✅ Self-Service Relaying (This Tool)</h4>
198198

199199
<p class="about-note">
200200
<strong>How it works:</strong> After burning USDC on Noble, Circle's attestation service signs the message.
201-
This tool lets you fetch that attestation and submit the final "mint" transaction to Solana yourself.
201+
This tool lets you fetch that attestation and submit the final "mint" transaction to the destination chain yourself.
202202
</p>
203203
</div>
204204
</details>
@@ -306,7 +306,7 @@ <h3>Transfer configuration</h3>
306306
<div class="form-group full-width">
307307
<label>Review</label>
308308
<p class="help-text">
309-
You are burning USDC on Noble and preparing a CCTP message to mint USDC on Solana for the
309+
You are burning USDC on Noble and preparing a CCTP message to mint USDC on the destination chain for the
310310
specified recipient. A <strong>0.5 USDC relay fee</strong> will be charged in addition to your transfer amount.
311311
</p>
312312
</div>
@@ -323,7 +323,7 @@ <h3>Transfer configuration</h3>
323323
<div class="form-row">
324324
<div class="form-group full-width">
325325
<button id="goToReceiveBtn" class="btn btn-secondary btn-small" type="button">
326-
Go to Receive tab to complete Solana mint
326+
Go to Receive tab to complete relay
327327
</button>
328328
</div>
329329
</div>
@@ -356,8 +356,8 @@ <h3>Advanced Configuration</h3>
356356
<!-- Receive Tab: existing manual relay flow -->
357357
<div id="receive-tab" class="tab-content tab-content-active">
358358

359-
<!-- Recovery Message + Lookup Section -->
360-
<section class="card recovery-card">
359+
<!-- Recovery Message + Lookup Section (hidden — Circle API unreliable; users paste tx hash in Step 1) -->
360+
<section class="card recovery-card" style="display: none;">
361361
<h2>🔍 Find Your Pending Transfer</h2>
362362
<p class="recovery-message">
363363
Complete any pending CCTP transfer — works for stuck/failed transfers from

0 commit comments

Comments
 (0)