@aztec/aztec 2.0.3-rc.9 → 2.0.3

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.
@@ -140,7 +140,7 @@ export const aztecStartOptions = {
140
140
  ],
141
141
  'L1 CONTRACTS': [
142
142
  configToFlag('--registry-address', l1ContractAddressesMapping.registryAddress),
143
- configToFlag('--rollup-version', chainConfigMappings.rollupVersion)
143
+ configToFlag('--rollup-version', chainConfigMappings.rollupVersion, 'canonical')
144
144
  ],
145
145
  STORAGE: [
146
146
  configToFlag('--data-directory', dataConfigMappings.dataDirectory),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "2.0.3-rc.9",
3
+ "version": "2.0.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,37 +28,37 @@
28
28
  "../package.common.json"
29
29
  ],
30
30
  "dependencies": {
31
- "@aztec/accounts": "2.0.3-rc.9",
32
- "@aztec/archiver": "2.0.3-rc.9",
33
- "@aztec/aztec-faucet": "2.0.3-rc.9",
34
- "@aztec/aztec-node": "2.0.3-rc.9",
35
- "@aztec/aztec.js": "2.0.3-rc.9",
36
- "@aztec/bb-prover": "2.0.3-rc.9",
37
- "@aztec/bb.js": "2.0.3-rc.9",
38
- "@aztec/blob-sink": "2.0.3-rc.9",
39
- "@aztec/bot": "2.0.3-rc.9",
40
- "@aztec/builder": "2.0.3-rc.9",
41
- "@aztec/cli": "2.0.3-rc.9",
42
- "@aztec/cli-wallet": "2.0.3-rc.9",
43
- "@aztec/constants": "2.0.3-rc.9",
44
- "@aztec/entrypoints": "2.0.3-rc.9",
45
- "@aztec/ethereum": "2.0.3-rc.9",
46
- "@aztec/foundation": "2.0.3-rc.9",
47
- "@aztec/kv-store": "2.0.3-rc.9",
48
- "@aztec/l1-artifacts": "2.0.3-rc.9",
49
- "@aztec/node-lib": "2.0.3-rc.9",
50
- "@aztec/noir-contracts.js": "2.0.3-rc.9",
51
- "@aztec/noir-protocol-circuits-types": "2.0.3-rc.9",
52
- "@aztec/p2p": "2.0.3-rc.9",
53
- "@aztec/p2p-bootstrap": "2.0.3-rc.9",
54
- "@aztec/protocol-contracts": "2.0.3-rc.9",
55
- "@aztec/prover-client": "2.0.3-rc.9",
56
- "@aztec/prover-node": "2.0.3-rc.9",
57
- "@aztec/pxe": "2.0.3-rc.9",
58
- "@aztec/stdlib": "2.0.3-rc.9",
59
- "@aztec/telemetry-client": "2.0.3-rc.9",
60
- "@aztec/txe": "2.0.3-rc.9",
61
- "@aztec/world-state": "2.0.3-rc.9",
31
+ "@aztec/accounts": "2.0.3",
32
+ "@aztec/archiver": "2.0.3",
33
+ "@aztec/aztec-faucet": "2.0.3",
34
+ "@aztec/aztec-node": "2.0.3",
35
+ "@aztec/aztec.js": "2.0.3",
36
+ "@aztec/bb-prover": "2.0.3",
37
+ "@aztec/bb.js": "2.0.3",
38
+ "@aztec/blob-sink": "2.0.3",
39
+ "@aztec/bot": "2.0.3",
40
+ "@aztec/builder": "2.0.3",
41
+ "@aztec/cli": "2.0.3",
42
+ "@aztec/cli-wallet": "2.0.3",
43
+ "@aztec/constants": "2.0.3",
44
+ "@aztec/entrypoints": "2.0.3",
45
+ "@aztec/ethereum": "2.0.3",
46
+ "@aztec/foundation": "2.0.3",
47
+ "@aztec/kv-store": "2.0.3",
48
+ "@aztec/l1-artifacts": "2.0.3",
49
+ "@aztec/node-lib": "2.0.3",
50
+ "@aztec/noir-contracts.js": "2.0.3",
51
+ "@aztec/noir-protocol-circuits-types": "2.0.3",
52
+ "@aztec/p2p": "2.0.3",
53
+ "@aztec/p2p-bootstrap": "2.0.3",
54
+ "@aztec/protocol-contracts": "2.0.3",
55
+ "@aztec/prover-client": "2.0.3",
56
+ "@aztec/prover-node": "2.0.3",
57
+ "@aztec/pxe": "2.0.3",
58
+ "@aztec/stdlib": "2.0.3",
59
+ "@aztec/telemetry-client": "2.0.3",
60
+ "@aztec/txe": "2.0.3",
61
+ "@aztec/world-state": "2.0.3",
62
62
  "@types/chalk": "^2.2.0",
63
63
  "abitype": "^0.8.11",
64
64
  "chalk": "^5.3.0",
@@ -168,7 +168,7 @@ export const aztecStartOptions: { [key: string]: AztecStartOption[] } = {
168
168
  ],
169
169
  'L1 CONTRACTS': [
170
170
  configToFlag('--registry-address', l1ContractAddressesMapping.registryAddress),
171
- configToFlag('--rollup-version', chainConfigMappings.rollupVersion),
171
+ configToFlag('--rollup-version', chainConfigMappings.rollupVersion, 'canonical'),
172
172
  ],
173
173
  STORAGE: [
174
174
  configToFlag('--data-directory', dataConfigMappings.dataDirectory),