This commit is contained in:
EmperorOrokuSaki 2022-12-15 21:39:53 +03:30
parent 58242f6b51
commit 11bc4f9213
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"test": "hardhat test && forge test --via-ir",
"test:foundry": "forge test --via-ir",
"test:hardhat": "hardhat test",
"format": "prettier --write \"./**/*.{js,ts,sol}\"",
"format": "prettier --write \"./**/*.{js,ts,sol,json}\"",
"node:hardhat": "hardhat node --tags local",
"deploy:local": "hardhat deploy --tags local",
"deploy:mumbai": "hardhat deploy --tags mumbai --network mumbai",