From 74ab437a6fb5dd9dea83b1049984679e6a31f1a7 Mon Sep 17 00:00:00 2001 From: Rinat Date: Sat, 19 Oct 2024 20:02:24 +0200 Subject: [PATCH] fix: goerli to sepolia --- packages/react-app/src/components/ChallengeSubmission.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-app/src/components/ChallengeSubmission.jsx b/packages/react-app/src/components/ChallengeSubmission.jsx index 6e50f4c..e91019e 100644 --- a/packages/react-app/src/components/ChallengeSubmission.jsx +++ b/packages/react-app/src/components/ChallengeSubmission.jsx @@ -45,7 +45,7 @@ export default function ChallengeSubmission({ challenge, serverUrl, address, use status: "error", title: "Incorrect Etherscan Contract URL", description: - "Please submit your verified contract’s address on a valid testnet. e.g. https://goerli.etherscan.io/address/**Your Contract Address**", + "Please submit your verified contract’s address on a valid testnet. e.g. https://sepolia.etherscan.io/address/**Your Contract Address**", }); setHasErrorField({