Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Sep 5, 2024
1 parent 31dca40 commit 58dab55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/utils/write-mns-sc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ export function useWriteMNS(client?: Client) {
): Promise<DnsUserEntryListResult[]> {
setListSpinning(true);
const SC_ADDRESS = getScAddress(chainId);
console.log('SC_ADDRESS', SC_ADDRESS);

let resultBalance = await client?.smartContracts().readSmartContract({
targetAddress: SC_ADDRESS,
Expand Down

0 comments on commit 58dab55

Please sign in to comment.