@aztec/aztec 2.1.0-rc.1 → 2.1.0-rc.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.
@@ -76,7 +76,7 @@ export const aztecStartOptions = {
76
76
  configToFlag('--auto-update', sharedNodeConfigMappings.autoUpdate),
77
77
  configToFlag('--auto-update-url', sharedNodeConfigMappings.autoUpdateUrl),
78
78
  configToFlag('--sync-mode', sharedNodeConfigMappings.syncMode),
79
- configToFlag('--snapshots-url', sharedNodeConfigMappings.snapshotsUrl)
79
+ configToFlag('--snapshots-urls', sharedNodeConfigMappings.snapshotsUrls)
80
80
  ],
81
81
  SANDBOX: [
82
82
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "2.1.0-rc.1",
3
+ "version": "2.1.0-rc.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.1.0-rc.1",
32
- "@aztec/archiver": "2.1.0-rc.1",
33
- "@aztec/aztec-faucet": "2.1.0-rc.1",
34
- "@aztec/aztec-node": "2.1.0-rc.1",
35
- "@aztec/aztec.js": "2.1.0-rc.1",
36
- "@aztec/bb-prover": "2.1.0-rc.1",
37
- "@aztec/bb.js": "2.1.0-rc.1",
38
- "@aztec/blob-sink": "2.1.0-rc.1",
39
- "@aztec/bot": "2.1.0-rc.1",
40
- "@aztec/builder": "2.1.0-rc.1",
41
- "@aztec/cli": "2.1.0-rc.1",
42
- "@aztec/cli-wallet": "2.1.0-rc.1",
43
- "@aztec/constants": "2.1.0-rc.1",
44
- "@aztec/entrypoints": "2.1.0-rc.1",
45
- "@aztec/ethereum": "2.1.0-rc.1",
46
- "@aztec/foundation": "2.1.0-rc.1",
47
- "@aztec/kv-store": "2.1.0-rc.1",
48
- "@aztec/l1-artifacts": "2.1.0-rc.1",
49
- "@aztec/node-lib": "2.1.0-rc.1",
50
- "@aztec/noir-contracts.js": "2.1.0-rc.1",
51
- "@aztec/noir-protocol-circuits-types": "2.1.0-rc.1",
52
- "@aztec/p2p": "2.1.0-rc.1",
53
- "@aztec/p2p-bootstrap": "2.1.0-rc.1",
54
- "@aztec/protocol-contracts": "2.1.0-rc.1",
55
- "@aztec/prover-client": "2.1.0-rc.1",
56
- "@aztec/prover-node": "2.1.0-rc.1",
57
- "@aztec/pxe": "2.1.0-rc.1",
58
- "@aztec/stdlib": "2.1.0-rc.1",
59
- "@aztec/telemetry-client": "2.1.0-rc.1",
60
- "@aztec/txe": "2.1.0-rc.1",
61
- "@aztec/world-state": "2.1.0-rc.1",
31
+ "@aztec/accounts": "2.1.0-rc.3",
32
+ "@aztec/archiver": "2.1.0-rc.3",
33
+ "@aztec/aztec-faucet": "2.1.0-rc.3",
34
+ "@aztec/aztec-node": "2.1.0-rc.3",
35
+ "@aztec/aztec.js": "2.1.0-rc.3",
36
+ "@aztec/bb-prover": "2.1.0-rc.3",
37
+ "@aztec/bb.js": "2.1.0-rc.3",
38
+ "@aztec/blob-sink": "2.1.0-rc.3",
39
+ "@aztec/bot": "2.1.0-rc.3",
40
+ "@aztec/builder": "2.1.0-rc.3",
41
+ "@aztec/cli": "2.1.0-rc.3",
42
+ "@aztec/cli-wallet": "2.1.0-rc.3",
43
+ "@aztec/constants": "2.1.0-rc.3",
44
+ "@aztec/entrypoints": "2.1.0-rc.3",
45
+ "@aztec/ethereum": "2.1.0-rc.3",
46
+ "@aztec/foundation": "2.1.0-rc.3",
47
+ "@aztec/kv-store": "2.1.0-rc.3",
48
+ "@aztec/l1-artifacts": "2.1.0-rc.3",
49
+ "@aztec/node-lib": "2.1.0-rc.3",
50
+ "@aztec/noir-contracts.js": "2.1.0-rc.3",
51
+ "@aztec/noir-protocol-circuits-types": "2.1.0-rc.3",
52
+ "@aztec/p2p": "2.1.0-rc.3",
53
+ "@aztec/p2p-bootstrap": "2.1.0-rc.3",
54
+ "@aztec/protocol-contracts": "2.1.0-rc.3",
55
+ "@aztec/prover-client": "2.1.0-rc.3",
56
+ "@aztec/prover-node": "2.1.0-rc.3",
57
+ "@aztec/pxe": "2.1.0-rc.3",
58
+ "@aztec/stdlib": "2.1.0-rc.3",
59
+ "@aztec/telemetry-client": "2.1.0-rc.3",
60
+ "@aztec/txe": "2.1.0-rc.3",
61
+ "@aztec/world-state": "2.1.0-rc.3",
62
62
  "@types/chalk": "^2.2.0",
63
63
  "abitype": "^0.8.11",
64
64
  "chalk": "^5.3.0",
@@ -106,7 +106,7 @@ export const aztecStartOptions: { [key: string]: AztecStartOption[] } = {
106
106
  configToFlag('--auto-update-url', sharedNodeConfigMappings.autoUpdateUrl),
107
107
 
108
108
  configToFlag('--sync-mode', sharedNodeConfigMappings.syncMode),
109
- configToFlag('--snapshots-url', sharedNodeConfigMappings.snapshotsUrl),
109
+ configToFlag('--snapshots-urls', sharedNodeConfigMappings.snapshotsUrls),
110
110
  ],
111
111
  SANDBOX: [
112
112
  {