@aztec/cli-wallet 0.84.0-nightly.20250410 → 0.84.0-nightly.20250412

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cmds/index.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAI3D,OAAO,EAAE,KAAK,OAAO,EAAU,MAAM,WAAW,CAAC;AAGjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAuBxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,wBAAgB,cAAc,CAC5B,OAAO,EAAE,OAAO,EAChB,GAAG,EAAE,KAAK,EACV,WAAW,EAAE,MAAM,EACnB,EAAE,CAAC,EAAE,QAAQ,EACb,UAAU,CAAC,EAAE,UAAU,WAipBxB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cmds/index.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAI3D,OAAO,EAAE,KAAK,OAAO,EAAU,MAAM,WAAW,CAAC;AAGjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAuBxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,wBAAgB,cAAc,CAC5B,OAAO,EAAE,OAAO,EAChB,GAAG,EAAE,KAAK,EACV,WAAW,EAAE,MAAM,EACnB,EAAE,CAAC,EAAE,QAAQ,EACb,UAAU,CAAC,EAAE,UAAU,WAgpBxB"}
@@ -127,7 +127,6 @@ export function injectCommands(program, log, debugLogger, db, pxeWrapper) {
127
127
  const { bridgeL1FeeJuice } = await import('./bridge_fee_juice.js');
128
128
  const { rpcUrl, l1ChainId, l1RpcUrls, l1PrivateKey, mnemonic, mint, json, wait, interval: intervalS } = options;
129
129
  const client = pxeWrapper?.getPXE() ?? await createCompatibleClient(rpcUrl, debugLogger);
130
- log(`Minting ${amount} fee juice on L1 and pushing to L2`);
131
130
  const [secret, messageLeafIndex] = await bridgeL1FeeJuice(amount, recipient, client, l1RpcUrls, l1ChainId, l1PrivateKey, mnemonic, mint, json, wait, intervalS * 1000, log, debugLogger);
132
131
  if (db) {
133
132
  await db.pushBridgedFeeJuice(recipient, secret, amount, messageLeafIndex, log);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/cli-wallet",
3
- "version": "0.84.0-nightly.20250410",
3
+ "version": "0.84.0-nightly.20250412",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/cmds/index.js",
@@ -65,17 +65,17 @@
65
65
  ]
66
66
  },
67
67
  "dependencies": {
68
- "@aztec/accounts": "0.84.0-nightly.20250410",
69
- "@aztec/aztec.js": "0.84.0-nightly.20250410",
70
- "@aztec/cli": "0.84.0-nightly.20250410",
71
- "@aztec/entrypoints": "0.84.0-nightly.20250410",
72
- "@aztec/ethereum": "0.84.0-nightly.20250410",
73
- "@aztec/foundation": "0.84.0-nightly.20250410",
74
- "@aztec/kv-store": "0.84.0-nightly.20250410",
75
- "@aztec/noir-contracts.js": "0.84.0-nightly.20250410",
76
- "@aztec/noir-noirc_abi": "0.84.0-nightly.20250410",
77
- "@aztec/pxe": "0.84.0-nightly.20250410",
78
- "@aztec/stdlib": "0.84.0-nightly.20250410",
68
+ "@aztec/accounts": "0.84.0-nightly.20250412",
69
+ "@aztec/aztec.js": "0.84.0-nightly.20250412",
70
+ "@aztec/cli": "0.84.0-nightly.20250412",
71
+ "@aztec/entrypoints": "0.84.0-nightly.20250412",
72
+ "@aztec/ethereum": "0.84.0-nightly.20250412",
73
+ "@aztec/foundation": "0.84.0-nightly.20250412",
74
+ "@aztec/kv-store": "0.84.0-nightly.20250412",
75
+ "@aztec/noir-contracts.js": "0.84.0-nightly.20250412",
76
+ "@aztec/noir-noirc_abi": "0.84.0-nightly.20250412",
77
+ "@aztec/pxe": "0.84.0-nightly.20250412",
78
+ "@aztec/stdlib": "0.84.0-nightly.20250412",
79
79
  "@msgpack/msgpack": "^3.0.0-beta2",
80
80
  "commander": "^12.1.0",
81
81
  "inquirer": "^10.1.8",
package/src/cmds/index.ts CHANGED
@@ -433,7 +433,6 @@ export function injectCommands(
433
433
  const { bridgeL1FeeJuice } = await import('./bridge_fee_juice.js');
434
434
  const { rpcUrl, l1ChainId, l1RpcUrls, l1PrivateKey, mnemonic, mint, json, wait, interval: intervalS } = options;
435
435
  const client = pxeWrapper?.getPXE() ?? (await createCompatibleClient(rpcUrl, debugLogger));
436
- log(`Minting ${amount} fee juice on L1 and pushing to L2`);
437
436
 
438
437
  const [secret, messageLeafIndex] = await bridgeL1FeeJuice(
439
438
  amount,