Skip to content

Commit

Permalink
test commands added
Browse files Browse the repository at this point in the history
  • Loading branch information
vm06007 committed Sep 30, 2024
1 parent c5c92aa commit 5903eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"test-token": "npx hardhat test test/token.test.js",
"test-farms": "npx hardhat test test/farms.test.js",
"test-farms-dual": "npx hardhat test test/dual-reward-farm.test.js",
"test-farms-dynamic": "npx hardhat test test/dynamic-reward-farm.test.js",
"test-private": "npx hardhat test test/private.test.js",
"test-private-v2": "npx hardhat test test/private-v2.test.js",
"test-timelock": "npx hardhat test test/timelock.test.js",
Expand All @@ -20,6 +21,7 @@
"foundry-test-rewards": "forget test --no-match-test Rewards --gas-report -vv",
"foundry-test-default": "forge test --gas-report -vv",
"foundry-test-dual-v2": "forge test --match-contract TimeLockFarmV2DualTest --gas-report -vv",
"foundry-test-dynamic-token": "forge test --match-contract DynamicRewardFarmTest --gas-report -vv",
"foundry-test-migration": "forge test --match-contract MigrationSetupTest --gas-report -vv",
"foundry-test-migration-live": "forge test --match-contract MigrationSetupLive --gas-report -vv",
"foundry-test-reports": "forge test --gas-report > gasreport.ansi -vvv",
Expand All @@ -30,6 +32,7 @@
"deploy-rescue": "forge script contracts/Scripts/Deployer.s.sol:DeployRescue --with-gas-price 40000000000 --slow --broadcast --verify --rpc-url polygon",
"deploy-manager": "forge script contracts/Scripts/Deployer.s.sol:DeployManager --with-gas-price 130000000000 --slow --broadcast --verify --rpc-url polygon",
"deploy-simple-farm": "forge script contracts/Scripts/Deployer.s.sol:DeploySimpleFarm --broadcast --legacy --verify --rpc-url mainnet",
"deploy-dynamic-farm": "forge script contracts/Scripts/Deployer.s.sol:DeployDynamicFarm --broadcast --legacy --verify --rpc-url mainnet",
"deploy-farm-factory": "forge script contracts/Scripts/Deployer.s.sol:DeployFarmFactory --slow --broadcast --legacy --verify --rpc-url mainnet"
},
"repository": {
Expand Down

0 comments on commit 5903eda

Please sign in to comment.