diff --git a/apps/web/components/request-form.tsx b/apps/web/components/request-form.tsx index c1047d775..76d4b42b4 100644 --- a/apps/web/components/request-form.tsx +++ b/apps/web/components/request-form.tsx @@ -28,10 +28,6 @@ export const RequestForm: FC = ({ isOutOfCELO, network }) => { const { executeRecaptcha } = useGoogleReCaptcha() const [skipStables, setSkipStables] = useState(true) - const toggleStables = useCallback(() => { - setSkipStables(!skipStables) - }, [skipStables]) - const [faucetRequestKey, setKey] = useState(null) const [failureStatus, setFailureStatus] = useState(null) @@ -137,18 +133,9 @@ export const RequestForm: FC = ({ isOutOfCELO, network }) => { className={styles.button} type="submit" > - {'Faucet'} + {'Claim CELO'} - + {/* @ts-ignore */} = ({ network }) => { Add Celo Testnet >

- Enable {networkCapitalized} and Register Mento tokens in Metamask + Enable {networkCapitalized} and Add Mentos Stablecoins to your Wallet

) diff --git a/apps/web/pages/[chain].tsx b/apps/web/pages/[chain].tsx index 819283bd2..6c84648b0 100644 --- a/apps/web/pages/[chain].tsx +++ b/apps/web/pages/[chain].tsx @@ -58,6 +58,14 @@ const Home: NextPage = ({ isOutOfCELO, network }: Props) => { *Accounts with large balances will receive a phased down amount. Please consider returning any tokens you won't need. + + Swap CELO for cUSD, cEUR, or cREAL on{' '} + + mento + {' '} + . For other tokens like USDT or USDC, swap CELO to cUSD first, then + exchange to your desired token. +