Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2924ab3 + 1d73bf5 commit e9ab533Copy full SHA for e9ab533
packages/hardhat-core/src/common/bigInt.ts
@@ -1,6 +1,6 @@
1
import type { BigNumber as EthersBigNumberType } from "ethers-v5";
2
// eslint-disable-next-line import/no-extraneous-dependencies
3
-import type { BigNumber as BigNumberJsType } from "bignumber.js";
+import type { default as BigNumberJsType } from "bignumber.js";
4
5
import type { default as BNType } from "bn.js";
6
0 commit comments