Skip to content

Commit f0add31

Browse files
committed
Change faucet receive amount
1 parent 148cbc0 commit f0add31

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pages/faucet.vue

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
import { executeFaucet, faucetAddress, fetchBalance } from "@/services/api/faucet"
44
55
/** Services */
6-
import { capitilize, comma, splitAddress, tia } from "@/services/utils"
6+
import { comma, splitAddress, tia } from "@/services/utils"
77
import { Server, useServerURL } from "@/services/config"
88
99
/** UI */
1010
import Button from "@/components/ui/Button.vue"
11-
import { Dropdown, DropdownItem } from "@/components/ui/Dropdown"
1211
import Input from "@/components/ui/Input.vue"
1312
import Tooltip from "@/components/ui/Tooltip.vue"
1413
@@ -20,8 +19,6 @@ const appStore = useAppStore()
2019
const cacheStore = useCacheStore()
2120
const modalsStore = useModalsStore()
2221
23-
const route = useRoute()
24-
2522
useHead({
2623
title: `Celestia Faucet - Celenium`,
2724
link: [
@@ -322,7 +319,7 @@ onMounted(() => {
322319
:loading="isLoading"
323320
:disabled="validation.type === 'error' || !address"
324321
>
325-
Recieve 0.5 TIA
322+
Recieve 1 TIA
326323
</Button>
327324
</Flex>
328325
</Flex>
@@ -456,7 +453,7 @@ onMounted(() => {
456453
457454
<Flex id="2" :class="[$style.answer, openedQuestion === 2 && $style.answer_extended]">
458455
<Text size="13" weight="500" color="tertiary" height="160">
459-
You can request testnet tokens by entering your Celestia testnet address, and clicking the "Received 0.5 TIA" button. Tokens will be sent to your wallet within a few moments.
456+
You can request testnet tokens by entering your Celestia testnet address, and clicking the "Received 1 TIA" button. Tokens will be sent to your wallet within a few moments.
460457
</Text>
461458
</Flex>
462459
@@ -474,7 +471,7 @@ onMounted(() => {
474471
<Flex id="3" :class="[$style.answer, openedQuestion === 3 && $style.answer_extended]">
475472
<Text size="13" weight="500" color="tertiary" height="160">
476473
To ensure fair distribution and prevent abuse, the faucet has the following limitations:<br>
477-
&nbsp;&nbsp;• You can receive <b>0.5 TIA per request</b>.<br>
474+
&nbsp;&nbsp;• You can receive <b>1 TIA per request</b>.<br>
478475
&nbsp;&nbsp;• You can request tokens <b>only once per hour</b> per <b>IP address or wallet address</b>.<br>
479476
&nbsp;&nbsp;• If you reach the limit, you will need to wait before requesting again.
480477
</Text>

0 commit comments

Comments
 (0)