Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9ab533

Browse files
authored
Merge pull request NomicFoundation#6541 from NomicFoundation/fix-bignumberjs-types
Fix compilation error with bignumber.js latest types
2 parents 2924ab3 + 1d73bf5 commit e9ab533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hardhat-core/src/common/bigInt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { BigNumber as EthersBigNumberType } from "ethers-v5";
22
// eslint-disable-next-line import/no-extraneous-dependencies
3-
import type { BigNumber as BigNumberJsType } from "bignumber.js";
3+
import type { default as BigNumberJsType } from "bignumber.js";
44
// eslint-disable-next-line import/no-extraneous-dependencies
55
import type { default as BNType } from "bn.js";
66

0 commit comments

Comments
 (0)