Skip to content

Commit

Permalink
Added @solarity/hardhat-zkit
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Sep 10, 2024
1 parent 3e71cb2 commit 4b55d7f
Show file tree
Hide file tree
Showing 3 changed files with 854 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
import "@nomicfoundation/hardhat-ethers";
import "@nomicfoundation/hardhat-chai-matchers";

import "@solarity/hardhat-zkit";
import "@solarity/hardhat-migrate";
import "@solarity/hardhat-gobind";
import "@solarity/hardhat-markup";

import "@typechain/hardhat";

import "hardhat-contract-sizer";
import "hardhat-gas-reporter";

import "solidity-coverage";

import "tsconfig-paths/register";

import { HardhatUserConfig } from "hardhat/config";
Expand Down
Loading

0 comments on commit 4b55d7f

Please sign in to comment.