edit vol prize amount
This commit is contained in:
parent
1094cda7f0
commit
d05bf203f7
|
@ -43,13 +43,13 @@ const SerumCompModal = ({
|
|||
</Modal.Header>
|
||||
<h1 className="relative m-auto mb-2 w-max">Win a Share in 400k SRM</h1>
|
||||
<p className="text-center">
|
||||
50k SRM are up for grabs every week until 12 Sep
|
||||
40k SRM are up for grabs every week until 12 Sep
|
||||
</p>
|
||||
<div className="mt-4 space-y-2 border-t border-th-bkg-4 pt-4">
|
||||
<div className="flex items-center text-th-fgd-1">
|
||||
<CheckCircleIcon className="mr-1.5 h-6 w-6 flex-shrink-0 text-th-green" />
|
||||
<p className="mb-0 text-th-fgd-1">
|
||||
50k SRM distributed proportionally to everyone who contributes at
|
||||
40k SRM distributed proportionally to everyone who contributes at
|
||||
least 1% of total spot volume for both maker and taker
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -213,7 +213,7 @@ export default function SerumComp() {
|
|||
Win a Share in 400k SRM
|
||||
</h1>
|
||||
<p className="mb-4 text-lg text-th-fgd-2">
|
||||
50k SRM are up for grabs every week until 12 Sep
|
||||
40k SRM are up for grabs every week until 12 Sep
|
||||
</p>
|
||||
</div>
|
||||
<h2 className="mb-2">How it Works</h2>
|
||||
|
@ -225,7 +225,7 @@ export default function SerumComp() {
|
|||
<li className="mb-1 text-base">
|
||||
At the end of the week the traders who contribute at least 1% of
|
||||
total volume for both maker (limit orders) and taker (market orders)
|
||||
will win a proportianate share of 50k SRM
|
||||
will win a proportianate share of 40k SRM
|
||||
</li>
|
||||
{/* <li className="text-base">
|
||||
Also, the top 10 traders by PnL will win a share of 10k SRM
|
||||
|
|
Loading…
Reference in New Issue