@aztec/cli 3.0.0-rc.5 → 3.0.1-rc.1

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.
@@ -199,7 +199,7 @@ export const testnetL2ChainConfig = {
199
199
  testAccounts: false,
200
200
  sponsoredFPC: true,
201
201
  p2pEnabled: true,
202
- disableTransactions: true,
202
+ disableTransactions: false,
203
203
  bootstrapNodes: [],
204
204
  minTxsPerBlock: 0,
205
205
  maxTxsPerBlock: 20,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/cli",
3
- "version": "3.0.0-rc.5",
3
+ "version": "3.0.1-rc.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./contracts": "./dest/cmds/contracts/index.js",
@@ -74,21 +74,21 @@
74
74
  ]
75
75
  },
76
76
  "dependencies": {
77
- "@aztec/accounts": "3.0.0-rc.5",
78
- "@aztec/archiver": "3.0.0-rc.5",
79
- "@aztec/aztec.js": "3.0.0-rc.5",
80
- "@aztec/constants": "3.0.0-rc.5",
81
- "@aztec/entrypoints": "3.0.0-rc.5",
82
- "@aztec/ethereum": "3.0.0-rc.5",
83
- "@aztec/foundation": "3.0.0-rc.5",
84
- "@aztec/l1-artifacts": "3.0.0-rc.5",
85
- "@aztec/node-keystore": "3.0.0-rc.5",
86
- "@aztec/node-lib": "3.0.0-rc.5",
87
- "@aztec/p2p": "3.0.0-rc.5",
88
- "@aztec/protocol-contracts": "3.0.0-rc.5",
89
- "@aztec/stdlib": "3.0.0-rc.5",
90
- "@aztec/test-wallet": "3.0.0-rc.5",
91
- "@aztec/world-state": "3.0.0-rc.5",
77
+ "@aztec/accounts": "3.0.1-rc.1",
78
+ "@aztec/archiver": "3.0.1-rc.1",
79
+ "@aztec/aztec.js": "3.0.1-rc.1",
80
+ "@aztec/constants": "3.0.1-rc.1",
81
+ "@aztec/entrypoints": "3.0.1-rc.1",
82
+ "@aztec/ethereum": "3.0.1-rc.1",
83
+ "@aztec/foundation": "3.0.1-rc.1",
84
+ "@aztec/l1-artifacts": "3.0.1-rc.1",
85
+ "@aztec/node-keystore": "3.0.1-rc.1",
86
+ "@aztec/node-lib": "3.0.1-rc.1",
87
+ "@aztec/p2p": "3.0.1-rc.1",
88
+ "@aztec/protocol-contracts": "3.0.1-rc.1",
89
+ "@aztec/stdlib": "3.0.1-rc.1",
90
+ "@aztec/test-wallet": "3.0.1-rc.1",
91
+ "@aztec/world-state": "3.0.1-rc.1",
92
92
  "@ethersproject/wallet": "^5.8.0",
93
93
  "@iarna/toml": "^2.2.5",
94
94
  "@libp2p/peer-id-factory": "^3.0.4",
@@ -102,9 +102,9 @@
102
102
  "viem": "npm:@aztec/viem@2.38.2"
103
103
  },
104
104
  "devDependencies": {
105
- "@aztec/aztec-node": "3.0.0-rc.5",
106
- "@aztec/kv-store": "3.0.0-rc.5",
107
- "@aztec/telemetry-client": "3.0.0-rc.5",
105
+ "@aztec/aztec-node": "3.0.1-rc.1",
106
+ "@aztec/kv-store": "3.0.1-rc.1",
107
+ "@aztec/telemetry-client": "3.0.1-rc.1",
108
108
  "@jest/globals": "^30.0.0",
109
109
  "@types/jest": "^30.0.0",
110
110
  "@types/lodash.chunk": "^4.2.9",
@@ -121,15 +121,15 @@
121
121
  "typescript": "^5.3.3"
122
122
  },
123
123
  "peerDependencies": {
124
- "@aztec/accounts": "3.0.0-rc.5",
125
- "@aztec/bb-prover": "3.0.0-rc.5",
126
- "@aztec/ethereum": "3.0.0-rc.5",
127
- "@aztec/l1-artifacts": "3.0.0-rc.5",
128
- "@aztec/noir-contracts.js": "3.0.0-rc.5",
129
- "@aztec/noir-protocol-circuits-types": "3.0.0-rc.5",
130
- "@aztec/noir-test-contracts.js": "3.0.0-rc.5",
131
- "@aztec/protocol-contracts": "3.0.0-rc.5",
132
- "@aztec/stdlib": "3.0.0-rc.5"
124
+ "@aztec/accounts": "3.0.1-rc.1",
125
+ "@aztec/bb-prover": "3.0.1-rc.1",
126
+ "@aztec/ethereum": "3.0.1-rc.1",
127
+ "@aztec/l1-artifacts": "3.0.1-rc.1",
128
+ "@aztec/noir-contracts.js": "3.0.1-rc.1",
129
+ "@aztec/noir-protocol-circuits-types": "3.0.1-rc.1",
130
+ "@aztec/noir-test-contracts.js": "3.0.1-rc.1",
131
+ "@aztec/protocol-contracts": "3.0.1-rc.1",
132
+ "@aztec/stdlib": "3.0.1-rc.1"
133
133
  },
134
134
  "files": [
135
135
  "dest",
@@ -299,7 +299,7 @@ export const testnetL2ChainConfig: L2ChainConfig = {
299
299
  testAccounts: false,
300
300
  sponsoredFPC: true,
301
301
  p2pEnabled: true,
302
- disableTransactions: true,
302
+ disableTransactions: false,
303
303
  bootstrapNodes: [],
304
304
  minTxsPerBlock: 0,
305
305
  maxTxsPerBlock: 20,