Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Swap.tsx #632

Merged
merged 3 commits into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions src/pages/swap/Swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,9 @@ const USDCToSqt = () => {

<div className="col-flex" style={{ justifyContent: 'flex-start' }}>
<SubqlTypography type="secondary">
Only participants that have been KYC’d and whitelisted can participate in the SubQuery Kepler Swap.
You can see a list of all existing whitelisted participants{' '}
<a
href="https://docs.google.com/spreadsheets/d/1Y01iu2M6fq5bat38efj2glvmXVo7W3Z2gYHHTmbES3Q/edit?usp=sharing"
target="_blank"
style={{ textDecoration: 'underline', color: 'var(--sq-gray600)' }}
rel="noreferrer"
>
here
</a>
.
Only participants that have been KYC’d and registered can participate in the SubQuery Kepler Swap.
You check if your account has been KYC'd and registered, please enter /kepler-ksqt-swap-kyc
&lt;your_wallet_address&gt; in the #kepler-swap-support channel in our Discord.
</SubqlTypography>
<SubqlTypography type="secondary" style={{ marginTop: 20 }}>
If you’re new here, check out{' '}
Expand Down
Loading