From e90d21a2e67606a36fb017dd7d63e835ac293afb Mon Sep 17 00:00:00 2001 From: cornholio <0@mcornholio.ru> Date: Mon, 10 Jul 2023 15:45:19 +0200 Subject: [PATCH] Updating rococo-faucet endpoint As we're now providing both web and matrix faucets for each network (alongside these docs), we decided to drop "ink-docs" prefix, when merging web and matrix rococo faucets. New endpoint is already deployed and the old one will be disabled afterwards. --- docs/testnet/Faucet.tsx | 2 +- .../docusaurus-plugin-content-docs/current/testnet/Faucet.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/testnet/Faucet.tsx b/docs/testnet/Faucet.tsx index 266ca078bd..4f21c9083a 100644 --- a/docs/testnet/Faucet.tsx +++ b/docs/testnet/Faucet.tsx @@ -2,7 +2,7 @@ import React, { useMemo, useState } from 'react' import ReCAPTCHA from 'react-google-recaptcha' const RECAPTCHA_SITE_KEY = '6LdU5kckAAAAANktvvAKJ0auYUBRP0su94G7WXwe' -const FAUCET_URL = 'https://ink-docs-rococo-faucet.parity-testnet.parity.io/drip/web' +const FAUCET_URL = 'https://rococo-faucet.parity-testnet.parity.io/drip/web' const Faucet = () => { const [captcha, setCaptcha] = useState(null) diff --git a/i18n/es/docusaurus-plugin-content-docs/current/testnet/Faucet.tsx b/i18n/es/docusaurus-plugin-content-docs/current/testnet/Faucet.tsx index 098ba8d606..0a12a4285a 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/testnet/Faucet.tsx +++ b/i18n/es/docusaurus-plugin-content-docs/current/testnet/Faucet.tsx @@ -2,7 +2,7 @@ import React, { useState } from 'react' import ReCAPTCHA from 'react-google-recaptcha' const RECAPTCHA_SITE_KEY = '6LdU5kckAAAAANktvvAKJ0auYUBRP0su94G7WXwe' -const FAUCET_URL = 'https://ink-docs-rococo-faucet.parity-testnet.parity.io/drip/web' +const FAUCET_URL = 'https://rococo-faucet.parity-testnet.parity.io/drip/web' const Faucet = () => { const [captcha, setCaptcha] = useState(null)