arc402-cli 1.4.4 → 1.4.5

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.
Files changed (2) hide show
  1. package/dist/config.js +1 -1
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -141,7 +141,7 @@ exports.NETWORK_DEFAULTS = {
141
141
  agentRegistryAddress: "0xcc0D8731ccCf6CFfF4e66F6d68cA86330Ea8B622", // ARC402RegistryV2 — kept for backward compat
142
142
  arc402RegistryV3Address: "0x6EafeD4FA103D2De04DDee157e35A8e8df91B6A6", // ARC402RegistryV3 — new default
143
143
  agentRegistryV2Address: "0xD5c2851B00090c92Ba7F4723FB548bb30C9B6865", // AgentRegistry
144
- walletFactoryAddress: "0x7D7c2b2681Ecd388961A7c07E95F69B8320E629b", // WalletFactoryV6 — deployed 2026-03-24
144
+ walletFactoryAddress: "0xb21d4a85fbe410d512868062c18edb20dc0514a8", // WalletFactoryV6 — deployed 2026-03-24
145
145
  sponsorshipAttestationAddress: "0xD6c2edE89Ea71aE19Db2Be848e172b444Ed38f22",
146
146
  serviceAgreementAddress: "0xC98B402CAB9156da68A87a69E3B4bf167A3CCcF6",
147
147
  sessionChannelsAddress: "0x578f8d1bd82E8D6268E329d664d663B4d985BE61",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arc402-cli",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "ARC-402 CLI for discovery, negotiation payloads, hire/remediation/dispute workflows, and network reads",
5
5
  "bin": {
6
6
  "arc402": "./dist/index.js"