@@ -209,7 +209,6 @@ export default function ClaimClient() {
209209 } , [ address , contractAddress , entry , publicClient , refetchClaimed , requiredChainId , writeContractAsync ] ) ;
210210
211211 const isClaiming = claimState === "claiming" || isConfirmingInWallet ;
212- const claimableRaw = entry ?. amount || "0" ;
213212 const claimableHuman = entry ? formatTokenAmount ( entry . amount ) : "0" ;
214213 const isAlreadyClaimed = Boolean ( hasClaimed || claimState === "success" ) ;
215214 const canClaim =
@@ -254,10 +253,9 @@ export default function ClaimClient() {
254253 < header className = "claim-card__header" >
255254 < h1 className = "claim-title" > Access VSL Assets</ h1 >
256255 < p className = "claim-subtitle" >
257- VSL users can access their migrated assets here. $POWER is
258- automatically migrated to $RSS3. For Folo wallets, migration is
259- completed automatically; transfers, withdrawals, and other wallet
260- actions should continue through Folo Wallet.
256+ Your assets from VSL have been migrated to Ethereum. $POWER has
257+ been automatically converted into $RSS3. If you are using a Folo
258+ wallet, no action is required.
261259 </ p >
262260 </ header >
263261
@@ -303,9 +301,6 @@ export default function ClaimClient() {
303301 < div className = "claim-amount__primary" >
304302 < span > { claimableHuman } </ span >
305303 </ div >
306- < div className = "claim-amount__secondary" >
307- < span className = "muted" > { claimableRaw } (raw)</ span >
308- </ div >
309304 </ div >
310305 </ div >
311306 </ div >
0 commit comments