diff --git a/ethereum/package.json b/ethereum/package.json index c6700f6..03d0e27 100644 --- a/ethereum/package.json +++ b/ethereum/package.json @@ -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",