Skip to content

Commit

Permalink
Merge pull request Synthetixio#1 from cavalier-eth/patch-1
Browse files Browse the repository at this point in the history
text edits and tidy
  • Loading branch information
fritzschoff authored Sep 22, 2023
2 parents 0a25782 + 61acbef commit a5b0243
Showing 1 changed file with 25 additions and 29 deletions.
54 changes: 25 additions & 29 deletions src/Rules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Rules() {
<Text display={'flex'} fontWeight={'bold'}>
1.&nbsp;
<Text color="gray.500" fontWeight={'bold'}>
Traders should have received{' '}
Traders should have received testnet{' '}
<Text
display="inline"
bg="linear-gradient(73.6deg, #34EDB3 2.11%, #00D1FF 100%)"
Expand All @@ -47,30 +47,30 @@ export default function Rules() {
>
ETH
</Text>{' '}
to your trading wallet
to their wallet on Base Goerli
</Text>
</Text>
<Text display={'flex'} fontWeight={'bold'}>
2.&nbsp;
<Text color="gray.500" fontWeight={'bold'}>
Use{' '}
<Link to="https://synthetix-markets-prototype.vercel.app/spot/markets/ETH">
<Text
display="inline"
bg="linear-gradient(73.6deg, #34EDB3 2.11%, #00D1FF 100%)"
backgroundClip="text"
text-fill-color="transparent"
>
Spot Tab
</Text>{' '}
Swap sUSD in the{' '}
<Link to="https://synthetix-markets-prototype.vercel.app/spot/markets/ETH">
<Text
display="inline"
bg="linear-gradient(73.6deg, #34EDB3 2.11%, #00D1FF 100%)"
backgroundClip="text"
text-fill-color="transparent"
>
Spot Market
</Text>{' '}
</Link>
to trade sUSD into other synths
if you'd like to trade with coin margin
</Text>
</Text>
<Text display={'flex'} fontWeight={'bold'} mb="8">
3.&nbsp;
<Text color="gray.500" fontWeight={'bold'}>
Head to one of the integrator front ends to trade:
Use one or both of the integrator front ends to trade:
</Text>
</Text>

Expand Down Expand Up @@ -187,28 +187,27 @@ export default function Rules() {
>
ONLY
</Text>{' '}
utilize the $100k susd and 0.25 eth they received at start
utilize the $100k sUSD and 0.25 eth they received at start fo competition
</Text>
</Text>
<Text display={'flex'} fontWeight={'bold'}>
5.&nbsp;
<Text color="gray.500" fontWeight={'bold'}>
Traders can use Margin from sUSD for any accepted synth, by
swapping at Spot Swapper
Traders can use Margin from sUSD or any accepted synth, by
swapping at Spot Market
</Text>
</Text>
<Text display={'flex'} fontWeight={'bold'}>
6.&nbsp;
<Text color="gray.500" fontWeight={'bold'}>
Traders cannot create or source more sUSD or other synth than the
initial $100k
Traders cannot create or source more sUSD or other synths
</Text>
</Text>
<Text display={'flex'} fontWeight={'bold'}>
7.&nbsp;
<Text color="gray.500" fontWeight={'bold'}>
Trading can be done through integrators, directly through
contracts or the prototype (not recommended)
Trading should be done through integrator front ends or directly through
contracts
</Text>
</Text>
</Flex>
Expand Down Expand Up @@ -272,21 +271,18 @@ export default function Rules() {
</Text>
, above a minimum threshold Prizes are only for genuine trading
activity, and Synthetix has sole and final discretion, including
to eliminate any accounts participating in the competition
to eliminate any accounts participating in the competition.
</Text>
<Text fontWeight="bold" my="4">
Bounties/Bugs/Feedback
</Text>
<Text>
For contracts, using the{' '}
<Link
For contracts, the <Link
to="https://immunefi.com/bounty/synthetix/"
style={{ textDecoration: 'underline' }}
>
Synthetix Immunify
</Link>{' '}
program scheme, with a discount of 90% For frontends, talk to
respective integrator For keepers, no bounties
>Synthetix Immunify</Link> program applies, with a
discount of 90%. For frontends, discuss with respective integrator. For
keepers, there are no bounties.
</Text>
</Flex>
</Flex>
Expand Down

0 comments on commit a5b0243

Please sign in to comment.