We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170630b commit e00e609Copy full SHA for e00e609
packages/nextjs/pages/index.tsx
@@ -17,6 +17,8 @@ import { useAbiNinjaState } from "~~/services/store/store";
17
import { parseAndCorrectJSON } from "~~/utils/abi";
18
import { notification } from "~~/utils/scaffold-eth";
19
20
+// console.log("Hello world");
21
+
22
enum TabName {
23
verifiedContract,
24
addressAbi,
0 commit comments