fix script automated-staking-sepolia
This commit is contained in:
parent
7b720c7325
commit
5cb4cf93d0
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue