@aztec/cli 5.0.0-nightly.20260307 → 5.0.0-nightly.20260309

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.
@@ -121,7 +121,7 @@ export declare const testnetConfig: {
121
121
  readonly AZTEC_SLASH_AMOUNT_LARGE: 1e+23;
122
122
  readonly L1_CHAIN_ID: 11155111;
123
123
  readonly TEST_ACCOUNTS: false;
124
- readonly SPONSORED_FPC: true;
124
+ readonly SPONSORED_FPC: false;
125
125
  readonly TRANSACTIONS_DISABLED: false;
126
126
  readonly SEQ_MAX_TX_PER_CHECKPOINT: 72;
127
127
  readonly PROVER_REAL_PROOFS: true;
@@ -123,7 +123,7 @@ export const testnetConfig = {
123
123
  AZTEC_SLASH_AMOUNT_LARGE: 1E+23,
124
124
  L1_CHAIN_ID: 11155111,
125
125
  TEST_ACCOUNTS: false,
126
- SPONSORED_FPC: true,
126
+ SPONSORED_FPC: false,
127
127
  TRANSACTIONS_DISABLED: false,
128
128
  SEQ_MAX_TX_PER_CHECKPOINT: 72,
129
129
  PROVER_REAL_PROOFS: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/cli",
3
- "version": "5.0.0-nightly.20260307",
3
+ "version": "5.0.0-nightly.20260309",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./contracts": "./dest/cmds/contracts/index.js",
@@ -77,23 +77,23 @@
77
77
  ]
78
78
  },
79
79
  "dependencies": {
80
- "@aztec/accounts": "5.0.0-nightly.20260307",
81
- "@aztec/archiver": "5.0.0-nightly.20260307",
82
- "@aztec/aztec.js": "5.0.0-nightly.20260307",
83
- "@aztec/constants": "5.0.0-nightly.20260307",
84
- "@aztec/entrypoints": "5.0.0-nightly.20260307",
85
- "@aztec/ethereum": "5.0.0-nightly.20260307",
86
- "@aztec/foundation": "5.0.0-nightly.20260307",
87
- "@aztec/l1-artifacts": "5.0.0-nightly.20260307",
88
- "@aztec/node-keystore": "5.0.0-nightly.20260307",
89
- "@aztec/node-lib": "5.0.0-nightly.20260307",
90
- "@aztec/p2p": "5.0.0-nightly.20260307",
91
- "@aztec/protocol-contracts": "5.0.0-nightly.20260307",
92
- "@aztec/sequencer-client": "5.0.0-nightly.20260307",
93
- "@aztec/slasher": "5.0.0-nightly.20260307",
94
- "@aztec/stdlib": "5.0.0-nightly.20260307",
95
- "@aztec/wallets": "5.0.0-nightly.20260307",
96
- "@aztec/world-state": "5.0.0-nightly.20260307",
80
+ "@aztec/accounts": "5.0.0-nightly.20260309",
81
+ "@aztec/archiver": "5.0.0-nightly.20260309",
82
+ "@aztec/aztec.js": "5.0.0-nightly.20260309",
83
+ "@aztec/constants": "5.0.0-nightly.20260309",
84
+ "@aztec/entrypoints": "5.0.0-nightly.20260309",
85
+ "@aztec/ethereum": "5.0.0-nightly.20260309",
86
+ "@aztec/foundation": "5.0.0-nightly.20260309",
87
+ "@aztec/l1-artifacts": "5.0.0-nightly.20260309",
88
+ "@aztec/node-keystore": "5.0.0-nightly.20260309",
89
+ "@aztec/node-lib": "5.0.0-nightly.20260309",
90
+ "@aztec/p2p": "5.0.0-nightly.20260309",
91
+ "@aztec/protocol-contracts": "5.0.0-nightly.20260309",
92
+ "@aztec/sequencer-client": "5.0.0-nightly.20260309",
93
+ "@aztec/slasher": "5.0.0-nightly.20260309",
94
+ "@aztec/stdlib": "5.0.0-nightly.20260309",
95
+ "@aztec/wallets": "5.0.0-nightly.20260309",
96
+ "@aztec/world-state": "5.0.0-nightly.20260309",
97
97
  "@ethersproject/wallet": "^5.8.0",
98
98
  "@iarna/toml": "^2.2.5",
99
99
  "@libp2p/peer-id-factory": "^3.0.4",
@@ -107,9 +107,9 @@
107
107
  "viem": "npm:@aztec/viem@2.38.2"
108
108
  },
109
109
  "devDependencies": {
110
- "@aztec/aztec-node": "5.0.0-nightly.20260307",
111
- "@aztec/kv-store": "5.0.0-nightly.20260307",
112
- "@aztec/telemetry-client": "5.0.0-nightly.20260307",
110
+ "@aztec/aztec-node": "5.0.0-nightly.20260309",
111
+ "@aztec/kv-store": "5.0.0-nightly.20260309",
112
+ "@aztec/telemetry-client": "5.0.0-nightly.20260309",
113
113
  "@jest/globals": "^30.0.0",
114
114
  "@types/jest": "^30.0.0",
115
115
  "@types/lodash.chunk": "^4.2.9",
@@ -126,15 +126,15 @@
126
126
  "typescript": "^5.3.3"
127
127
  },
128
128
  "peerDependencies": {
129
- "@aztec/accounts": "5.0.0-nightly.20260307",
130
- "@aztec/bb-prover": "5.0.0-nightly.20260307",
131
- "@aztec/ethereum": "5.0.0-nightly.20260307",
132
- "@aztec/l1-artifacts": "5.0.0-nightly.20260307",
133
- "@aztec/noir-contracts.js": "5.0.0-nightly.20260307",
134
- "@aztec/noir-protocol-circuits-types": "5.0.0-nightly.20260307",
135
- "@aztec/noir-test-contracts.js": "5.0.0-nightly.20260307",
136
- "@aztec/protocol-contracts": "5.0.0-nightly.20260307",
137
- "@aztec/stdlib": "5.0.0-nightly.20260307"
129
+ "@aztec/accounts": "5.0.0-nightly.20260309",
130
+ "@aztec/bb-prover": "5.0.0-nightly.20260309",
131
+ "@aztec/ethereum": "5.0.0-nightly.20260309",
132
+ "@aztec/l1-artifacts": "5.0.0-nightly.20260309",
133
+ "@aztec/noir-contracts.js": "5.0.0-nightly.20260309",
134
+ "@aztec/noir-protocol-circuits-types": "5.0.0-nightly.20260309",
135
+ "@aztec/noir-test-contracts.js": "5.0.0-nightly.20260309",
136
+ "@aztec/protocol-contracts": "5.0.0-nightly.20260309",
137
+ "@aztec/stdlib": "5.0.0-nightly.20260309"
138
138
  },
139
139
  "files": [
140
140
  "dest",
@@ -125,7 +125,7 @@ export const testnetConfig = {
125
125
  AZTEC_SLASH_AMOUNT_LARGE: 1E+23,
126
126
  L1_CHAIN_ID: 11155111,
127
127
  TEST_ACCOUNTS: false,
128
- SPONSORED_FPC: true,
128
+ SPONSORED_FPC: false,
129
129
  TRANSACTIONS_DISABLED: false,
130
130
  SEQ_MAX_TX_PER_CHECKPOINT: 72,
131
131
  PROVER_REAL_PROOFS: true,