Skip to content

Commit

Permalink
Merge pull request pointer-gg#5 from pointer-gg/test-run
Browse files Browse the repository at this point in the history
update comment
  • Loading branch information
malerba118 authored Feb 17, 2022
2 parents 2573706 + 9f7ccc9 commit 454b6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/useCommentsContract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import * as wagmi from "wagmi";
import { useProvider, useSigner } from "wagmi";
import type { BigNumber } from "ethers";
// Import our contract ABI
// Import our contract ABI (a json representation of our contract's public interface).
// The hardhat compiler writes this file to artifacts during compilation.
import CommentsContract from "../artifacts/contracts/Comments.sol/Comments.json";

export interface Comment {
Expand Down

0 comments on commit 454b6dc

Please sign in to comment.