Skip to content

Commit

Permalink
add-typechain-types-files
Browse files Browse the repository at this point in the history
  • Loading branch information
ibold-dev committed Sep 30, 2024
1 parent c25a283 commit 0cbe3a3
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ node_modules
/artifacts

# TypeChain files
/typechain
/typechain-types
# /typechain
# /typechain-types

# solidity-coverage files
/coverage
Expand Down
2 changes: 1 addition & 1 deletion scripts/XPReward.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
NonceManager,
} from "ethers";
import { processTypechainAbis } from "./process-typechain-abis";
import * as typechain from "../typechain-types-push";
import * as typechain from "../typechain-types";
import dotenv from "dotenv";
dotenv.config({ path: ".env" });

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0cbe3a3

Please sign in to comment.