@aztec/cli-wallet 3.0.0-nightly.20251111 → 3.0.0-nightly.20251112

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/README.md +2 -2
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -8,11 +8,11 @@
8
8
  anvil --host 127.0.0.1 --port 8545
9
9
  ```
10
10
 
11
- 2) In another terminal, start the Aztec sandbox from `yarn-project/aztec`:
11
+ 2) In another terminal, start the Aztec local network from `yarn-project/aztec`:
12
12
 
13
13
  ```bash
14
14
  cd yarn-project/aztec
15
- NODE_NO_WARNINGS=1 ETHEREUM_HOSTS=http://127.0.0.1:8545 node ./dest/bin/index.js start --sandbox
15
+ NODE_NO_WARNINGS=1 ETHEREUM_HOSTS=http://127.0.0.1:8545 node ./dest/bin/index.js start --local-network
16
16
  ```
17
17
 
18
18
  3) Run the wallet tests from `yarn-project/cli-wallet/test`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/cli-wallet",
3
- "version": "3.0.0-nightly.20251111",
3
+ "version": "3.0.0-nightly.20251112",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/cmds/index.js",
@@ -67,17 +67,17 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@aztec/accounts": "3.0.0-nightly.20251111",
71
- "@aztec/aztec.js": "3.0.0-nightly.20251111",
72
- "@aztec/cli": "3.0.0-nightly.20251111",
73
- "@aztec/entrypoints": "3.0.0-nightly.20251111",
74
- "@aztec/ethereum": "3.0.0-nightly.20251111",
75
- "@aztec/foundation": "3.0.0-nightly.20251111",
76
- "@aztec/kv-store": "3.0.0-nightly.20251111",
77
- "@aztec/noir-contracts.js": "3.0.0-nightly.20251111",
78
- "@aztec/noir-noirc_abi": "3.0.0-nightly.20251111",
79
- "@aztec/pxe": "3.0.0-nightly.20251111",
80
- "@aztec/stdlib": "3.0.0-nightly.20251111",
70
+ "@aztec/accounts": "3.0.0-nightly.20251112",
71
+ "@aztec/aztec.js": "3.0.0-nightly.20251112",
72
+ "@aztec/cli": "3.0.0-nightly.20251112",
73
+ "@aztec/entrypoints": "3.0.0-nightly.20251112",
74
+ "@aztec/ethereum": "3.0.0-nightly.20251112",
75
+ "@aztec/foundation": "3.0.0-nightly.20251112",
76
+ "@aztec/kv-store": "3.0.0-nightly.20251112",
77
+ "@aztec/noir-contracts.js": "3.0.0-nightly.20251112",
78
+ "@aztec/noir-noirc_abi": "3.0.0-nightly.20251112",
79
+ "@aztec/pxe": "3.0.0-nightly.20251112",
80
+ "@aztec/stdlib": "3.0.0-nightly.20251112",
81
81
  "commander": "^12.1.0",
82
82
  "inquirer": "^10.1.8",
83
83
  "source-map-support": "^0.5.21",