Skip to content

Commit

Permalink
rename artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Sep 18, 2023
1 parent c76bcd7 commit 9541190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/viem/src/__tests__/index-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { foundry } from "viem/chains";
import { TurnkeyClient } from "@turnkey/http";
import { ApiKeyStamper } from "@turnkey/api-key-stamper";
import { createAccount } from "../";
import Test721 from "./contracts/artifacts/src/__tests__/contracts/source/Test721.sol/Test721.json";
import Test721 from "./Test721.json";
import { expect, beforeEach, describe, test } from "@jest/globals";

// @ts-expect-error
Expand Down

0 comments on commit 9541190

Please sign in to comment.