Skip to content

Commit

Permalink
Merge pull request #632 from subquery/swap-message-update
Browse files Browse the repository at this point in the history
Update Swap.tsx
  • Loading branch information
HuberTRoy authored Jan 15, 2024
2 parents babba60 + 7524656 commit cbbcf32
Showing 1 changed file with 3 additions and 11 deletions.
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

0 comments on commit cbbcf32

Please sign in to comment.