Skip to content

Commit

Permalink
added: deploy task def to hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti committed Jul 14, 2024
1 parent 955af36 commit 7f83a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { HardhatUserConfig } from "hardhat/config";
import "@nomicfoundation/hardhat-toolbox";
import "@zetachain/toolkit/tasks";
import { getHardhatConfigNetworks } from "@zetachain/networks";
import "./tasks/deploy";

const config: HardhatUserConfig = {
solidity: "0.8.7",
Expand Down

0 comments on commit 7f83a06

Please sign in to comment.