Skip to content

Commit

Permalink
get rid of env-cmd in hardhat deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Dec 20, 2024
1 parent 156516b commit 324f57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"format:check": "prettier --check 'src/**/*.*(sol|json)'",
"lint": "solhint 'src/**/*.sol'",
"lint:fix": "solhint --fix 'src/**/*.sol'",
"sepolia:deploy-strategy": "env-cmd -f sepolia.env hardhat run --network sepolia hardhat-scripts/deploy-strategy.js",
"mainnet:deploy-strategy": "env-cmd -f mainnet.env hardhat run --network mainnet hardhat-scripts/deploy-strategy.js"
"sepolia:deploy-strategy": "hardhat run --network sepolia hardhat-scripts/deploy-strategy.js",
"mainnet:deploy-strategy": "hardhat run --network mainnet hardhat-scripts/deploy-strategy.js"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}

0 comments on commit 324f57d

Please sign in to comment.