{`Chain: ${chain?.name} [${chain?.id}]`}
Your airdrop destination address is: {address}
{error}
{error.slice(0, 16) === "Please switch to" && ( @@ -111,10 +180,10 @@ export default function Home() { )} {/* Table of the Sismo Connect requests and verified result */} {/* Table for Verified Auths */} - {verifiedAuths && ( + {appState.verifiedAuths && ( <>- {amountClaimed} tokens were claimed in total on {address}. + {appState.amountClaimed} tokens were claimed in total on {address}.