npmguard-cli 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -147,7 +147,7 @@ browser wallet option instead.
147
147
  - **Chain**: Base Sepolia (testnet — free ETH from
148
148
  [Alchemy faucet](https://www.alchemy.com/faucets/base-sepolia))
149
149
  - **Fee**: `0.0001 ETH` per audit
150
- - **Contract**: [`0xBF562626e4Afb883423Ec719e0270DB232bcB9eD`](https://sepolia.basescan.org/address/0xbf562626e4afb883423ec719e0270db232bcb9ed)
150
+ - **Contract**: [`0x52885aCfC973E5e4cba81a2e0Aab2FFf68b002B7`](https://sepolia.basescan.org/address/0x52885aCfC973E5e4cba81a2e0Aab2FFf68b002B7)
151
151
 
152
152
  Flow:
153
153
 
package/dist/contract.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // NpmGuardAuditRequest — deployed on Base Sepolia
2
2
  // Deploy script: contracts/deploy.sh
3
3
  // Source: contracts/src/NpmGuardAuditRequest.sol
4
- export const AUDIT_REQUEST_ADDRESS_BASE_SEPOLIA = "0xBF562626e4Afb883423Ec719e0270DB232bcB9eD";
4
+ export const AUDIT_REQUEST_ADDRESS_BASE_SEPOLIA = "0x52885aCfC973E5e4cba81a2e0Aab2FFf68b002B7";
5
5
  // Base mainnet — not deployed yet
6
6
  export const AUDIT_REQUEST_ADDRESS_BASE = "0x";
7
7
  export const BASE_SEPOLIA_CHAIN_ID = 84532;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npmguard-cli",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "type": "module",
5
5
  "description": "NpmGuard CLI — check npm packages against NpmGuard security audits",
6
6
  "main": "dist/index.js",