@anon-aadhaar/contracts
Advanced tools
+4
-2
| { | ||
| "name": "@anon-aadhaar/contracts", | ||
| "version": "2.4.0", | ||
| "version": "2.4.1", | ||
| "description": "Verifier smart contract for Anon Aadhaar protocol", | ||
@@ -17,3 +17,5 @@ "license": "MIT", | ||
| "deploy:sepolia-prod": "PRODUCTION_KEY=true npx hardhat run scripts/deploy.ts --network sepolia", | ||
| "deploy:sepolia-test": "npx hardhat run scripts/deploy.ts --network sepolia" | ||
| "deploy:sepolia-test": "npx hardhat run scripts/deploy.ts --network sepolia", | ||
| "deploy:polygonZkEVM-test": "npx hardhat run scripts/deploy.ts --network polygonZkEVMCardona", | ||
| "deploy:polygonZkEVM-prod": "PRODUCTION_KEY=true npx hardhat run scripts/deploy.ts --network polygonZkEVMCardona" | ||
| }, | ||
@@ -20,0 +22,0 @@ "files": [ |
17634
1.25%