From 9cce4edf17ca94a532256c3f9fd15cd502301aad Mon Sep 17 00:00:00 2001 From: Rahul Yadav Date: Fri, 27 Oct 2023 09:26:43 +0530 Subject: [PATCH] Hide deployed URL in logger --- src/utility/utils.ts | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/utility/utils.ts b/src/utility/utils.ts index da0ac28..24f8681 100644 --- a/src/utility/utils.ts +++ b/src/utility/utils.ts @@ -65,16 +65,17 @@ export const getContractLINK = ( contractAddress: string, chainNetwork: NetworkEnvironment ) => { - if (chainNetwork === 'SANDBOX') { - return ''; - } - return ` - - View Deployed Contract - `; + // if (chainNetwork === 'SANDBOX') { + // return ''; + // } + // return ` + // + // View Deployed Contract + // ` + return ''; }; export const getContractURL = (