fix script automated-staking-sepolia

This commit is contained in:
Ladd Hoffman 2024-04-09 05:10:25 -05:00
parent 7b720c7325
commit 5cb4cf93d0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"test": "hardhat test",
"automatic-staking-local": "hardhat run --network localhost scripts/automatic-staking.js",
"automatic-staking-sepolia": "hardhat run --network sepolia scripts/automatic-staking.js",
"automatic-staking-sepolia": "API_URL='https://demo.dgov.io/api' CA_PATH='' hardhat run --network sepolia scripts/automatic-staking.js",
"deploy-local": "hardhat run --network localhost scripts/deploy.js",
"deploy-sepolia": "hardhat run --network sepolia scripts/deploy.js",
"deploy-work-contracts-local": "hardhat run --network localhost scripts/deploy-work-contracts.js",