Skip to content

Commit e98f36a

Browse files
committed
Fix the explorer URL
1 parent 7b80e26 commit e98f36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ export function errorMessage(context: Context, error: FaucetError): string {
3030

3131
export function successMessage(context: Context, hash: string): string {
3232
const { blockExplorerURL } = context.config;
33-
return `${blockExplorerURL}/transaction/${hash}`;
33+
return `${blockExplorerURL}/tx/${hash}`;
3434
}

0 commit comments

Comments
 (0)