Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Oct 8, 2022
1 parent 91cc7d2 commit 72bedcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/profileEVM.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { PathLike, promises as fs } from 'fs';
// @ts-ignore
import { ethers } from 'hardhat';

export const gasspectOptionsDefault = {
Expand Down
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { constants } from './prelude';
import { time } from '@nomicfoundation/hardhat-network-helpers';
// @ts-ignore
import { ethers } from 'hardhat';
import { Contract, Bytes, ContractTransaction } from 'ethers';
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.publish.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig",
"exclude": ["./test", "./dist"]
"exclude": ["./test", "./hardhat.*", "./dist", "./typechain-types"]
}

0 comments on commit 72bedcd

Please sign in to comment.