@aztec/aztec 1.1.2 → 1.1.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.
@@ -65,7 +65,7 @@ export const alphaTestnetL2ChainConfig = {
65
65
  autoUpdateUrl: 'https://storage.googleapis.com/aztec-testnet/auto-update/alpha-testnet.json',
66
66
  maxTxPoolSize: 100_000_000,
67
67
  publicIncludeMetrics,
68
- publicMetricsCollectorUrl: 'https://telemetry.alpha-testnet.aztec.network',
68
+ publicMetricsCollectorUrl: 'https://telemetry.alpha-testnet.aztec.network/v1/metrics',
69
69
  publicMetricsCollectFrom: [
70
70
  'sequencer'
71
71
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js"
@@ -27,35 +27,35 @@
27
27
  "../package.common.json"
28
28
  ],
29
29
  "dependencies": {
30
- "@aztec/accounts": "1.1.2",
31
- "@aztec/archiver": "1.1.2",
32
- "@aztec/aztec-faucet": "1.1.2",
33
- "@aztec/aztec-node": "1.1.2",
34
- "@aztec/aztec.js": "1.1.2",
35
- "@aztec/bb-prover": "1.1.2",
36
- "@aztec/bb.js": "1.1.2",
37
- "@aztec/blob-sink": "1.1.2",
38
- "@aztec/bot": "1.1.2",
39
- "@aztec/builder": "1.1.2",
40
- "@aztec/cli": "1.1.2",
41
- "@aztec/cli-wallet": "1.1.2",
42
- "@aztec/constants": "1.1.2",
43
- "@aztec/entrypoints": "1.1.2",
44
- "@aztec/ethereum": "1.1.2",
45
- "@aztec/foundation": "1.1.2",
46
- "@aztec/kv-store": "1.1.2",
47
- "@aztec/noir-contracts.js": "1.1.2",
48
- "@aztec/noir-protocol-circuits-types": "1.1.2",
49
- "@aztec/p2p": "1.1.2",
50
- "@aztec/p2p-bootstrap": "1.1.2",
51
- "@aztec/protocol-contracts": "1.1.2",
52
- "@aztec/prover-client": "1.1.2",
53
- "@aztec/prover-node": "1.1.2",
54
- "@aztec/pxe": "1.1.2",
55
- "@aztec/stdlib": "1.1.2",
56
- "@aztec/telemetry-client": "1.1.2",
57
- "@aztec/txe": "1.1.2",
58
- "@aztec/world-state": "1.1.2",
30
+ "@aztec/accounts": "1.1.3",
31
+ "@aztec/archiver": "1.1.3",
32
+ "@aztec/aztec-faucet": "1.1.3",
33
+ "@aztec/aztec-node": "1.1.3",
34
+ "@aztec/aztec.js": "1.1.3",
35
+ "@aztec/bb-prover": "1.1.3",
36
+ "@aztec/bb.js": "1.1.3",
37
+ "@aztec/blob-sink": "1.1.3",
38
+ "@aztec/bot": "1.1.3",
39
+ "@aztec/builder": "1.1.3",
40
+ "@aztec/cli": "1.1.3",
41
+ "@aztec/cli-wallet": "1.1.3",
42
+ "@aztec/constants": "1.1.3",
43
+ "@aztec/entrypoints": "1.1.3",
44
+ "@aztec/ethereum": "1.1.3",
45
+ "@aztec/foundation": "1.1.3",
46
+ "@aztec/kv-store": "1.1.3",
47
+ "@aztec/noir-contracts.js": "1.1.3",
48
+ "@aztec/noir-protocol-circuits-types": "1.1.3",
49
+ "@aztec/p2p": "1.1.3",
50
+ "@aztec/p2p-bootstrap": "1.1.3",
51
+ "@aztec/protocol-contracts": "1.1.3",
52
+ "@aztec/prover-client": "1.1.3",
53
+ "@aztec/prover-node": "1.1.3",
54
+ "@aztec/pxe": "1.1.3",
55
+ "@aztec/stdlib": "1.1.3",
56
+ "@aztec/telemetry-client": "1.1.3",
57
+ "@aztec/txe": "1.1.3",
58
+ "@aztec/world-state": "1.1.3",
59
59
  "@types/chalk": "^2.2.0",
60
60
  "abitype": "^0.8.11",
61
61
  "chalk": "^5.3.0",
@@ -148,7 +148,7 @@ export const alphaTestnetL2ChainConfig: L2ChainConfig = {
148
148
  autoUpdateUrl: 'https://storage.googleapis.com/aztec-testnet/auto-update/alpha-testnet.json',
149
149
  maxTxPoolSize: 100_000_000, // 100MB
150
150
  publicIncludeMetrics,
151
- publicMetricsCollectorUrl: 'https://telemetry.alpha-testnet.aztec.network',
151
+ publicMetricsCollectorUrl: 'https://telemetry.alpha-testnet.aztec.network/v1/metrics',
152
152
  publicMetricsCollectFrom: ['sequencer'],
153
153
 
154
154
  // Deployment stuff