Skip to content

Commit

Permalink
compile without typechain
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 18, 2023
1 parent 15b8495 commit 665ecc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "./tasks/interact";
import "./tasks/deploy";
import "@nomicfoundation/hardhat-toolbox";
import "./tasks";

Expand Down
2 changes: 1 addition & 1 deletion scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ npx hardhat balances

npx hardhat omnichain Swap targetZRC20:address recipient minAmountOut:uint256

npx hardhat compile --force
npx hardhat compile --force --no-typechain

0 comments on commit 665ecc0

Please sign in to comment.