Skip to content

Commit

Permalink
moved factory
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Jun 25, 2024
1 parent 3156cf2 commit 27265af
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/hooks/scaffold-nft/useTokens.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect } from "react";
import { useState } from "react";
// import erc1155Abi from "./erc1155Abi.json";
import { abi as repAbi } from "../../app/factory/repAbi";
import { abi as repAbi } from "../../z_app/factory/repAbi";
// import { erc721Abi } from "viem";
import * as allChains from "viem/chains";
import { usePublicClient } from "wagmi";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 27265af

Please sign in to comment.