From ba2f401731c57bcab1cd112ee0ae2e9f2bab035c Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Mon, 17 Jul 2023 13:42:07 +0530 Subject: [PATCH] update message to make GUID more clear --- apps/etherscan/src/app/utils/verify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/etherscan/src/app/utils/verify.ts b/apps/etherscan/src/app/utils/verify.ts index daee038629..4dbc70f743 100644 --- a/apps/etherscan/src/app/utils/verify.ts +++ b/apps/etherscan/src/app/utils/verify.ts @@ -133,7 +133,7 @@ export const verify = async ( const returnValue = { guid: result, status: receiptStatus.result, - message: `Verification process started correctly. Receipt GUID ${result}`, + message: `Verification request submitted successfully. Use this receipt GUID ${result} to track the status of your submission`, succeed: true, isProxyContract }