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 = (