From e00e6093f7c40767c2d2cefd16b141e13a4ba27a Mon Sep 17 00:00:00 2001 From: Shiv Bhonde Date: Thu, 29 Aug 2024 16:03:20 +0900 Subject: [PATCH] add comment --- packages/nextjs/pages/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/nextjs/pages/index.tsx b/packages/nextjs/pages/index.tsx index d591d8b6..b02463c8 100644 --- a/packages/nextjs/pages/index.tsx +++ b/packages/nextjs/pages/index.tsx @@ -17,6 +17,8 @@ import { useAbiNinjaState } from "~~/services/store/store"; import { parseAndCorrectJSON } from "~~/utils/abi"; import { notification } from "~~/utils/scaffold-eth"; +// console.log("Hello world"); + enum TabName { verifiedContract, addressAbi,