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 +1 -1
- package/dist/contract.js +1 -1
- package/package.json +1 -1
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**: [`
|
|
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 = "
|
|
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;
|