Skip to content

Commit

Permalink
fix: goerli to sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Oct 19, 2024
1 parent 99bdaa3 commit 74ab437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app/src/components/ChallengeSubmission.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 74ab437

Please sign in to comment.