hardhat-tracer added to dev branch
This commit is contained in:
parent
606c093947
commit
ac9bc6fa46
@ -5,6 +5,8 @@ import { HardhatUserConfig } from "hardhat/config";
|
|||||||
import { NetworkUserConfig } from "hardhat/types";
|
import { NetworkUserConfig } from "hardhat/types";
|
||||||
import { resolve } from "path";
|
import { resolve } from "path";
|
||||||
|
|
||||||
|
import "hardhat-tracer";
|
||||||
|
|
||||||
dotenvConfig({ path: resolve(__dirname, "./.env") });
|
dotenvConfig({ path: resolve(__dirname, "./.env") });
|
||||||
|
|
||||||
const mnemonic: string | undefined = process.env.MNEMONIC;
|
const mnemonic: string | undefined = process.env.MNEMONIC;
|
||||||
|
@ -59,9 +59,12 @@
|
|||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^10.1.0",
|
||||||
"hardhat": "^2.12.2",
|
"hardhat": "^2.12.2",
|
||||||
"hardhat-gas-reporter": "^1.0.9",
|
"hardhat-gas-reporter": "^1.0.9",
|
||||||
|
"hardhat-tracer": "^1.2.0",
|
||||||
"husky": "^8.0.1",
|
"husky": "^8.0.1",
|
||||||
|
"keccak256": "^1.0.6",
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
"merkletreejs": "^0.2.32",
|
||||||
"mocha": "^10.1.0",
|
"mocha": "^10.1.0",
|
||||||
"pinst": "^3.0.0",
|
"pinst": "^3.0.0",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user