Skip to content

Commit

Permalink
fix: Make test:rivest use Rivest
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <[email protected]>
  • Loading branch information
silasdavis committed Oct 24, 2024
1 parent 4b65e90 commit b4f77f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
"test": "hardhat test",
"test:mock": "hardhat test --network hardhat",
"test:rivest": "hardhat test --network Inco",
"test:rivest": "hardhat test --network rivest",
"coverage:mock": "hardhat coverage",
"task:getEthereumAddress": "hardhat task:getEthereumAddress",
"task:deployERC20": "hardhat task:deployERC20",
Expand Down

0 comments on commit b4f77f9

Please sign in to comment.