You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@anon-aadhaar/contracts

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anon-aadhaar/contracts - npm Package Compare versions

Comparing version
2.4.0
to
2.4.1
+4
-2
package.json
{
"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": [