We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b68244 commit ba2f401Copy full SHA for ba2f401
apps/etherscan/src/app/utils/verify.ts
@@ -133,7 +133,7 @@ export const verify = async (
133
const returnValue = {
134
guid: result,
135
status: receiptStatus.result,
136
- 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`,
137
succeed: true,
138
isProxyContract
139
}
0 commit comments