@aztec/aztec 1.0.0-staging.1 → 1.0.0-staging.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chain_l2_config.d.ts","sourceRoot":"","sources":["../../src/cli/chain_l2_config.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"chain_l2_config.d.ts","sourceRoot":"","sources":["../../src/cli/chain_l2_config.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAM/D,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG,eAAe,CAAC;AAEhE,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,0BAA0B,EAAE,MAAM,CAAC;IACnC,YAAY,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,gBAAgB,CAAC,YAAY,CAAC,CAAC;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAChC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,wBAAwB,CAAC,EAAE,MAAM,EAAE,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,aAoB1C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,aAuBvC,CAAC;AAEF,wBAAsB,YAAY,CAAC,WAAW,EAAE,YAAY,gBAW3D;AAED,wBAAsB,gBAAgB,CAAC,WAAW,EAAE,YAAY,GAAG,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAWpG;AAmBD,wBAAsB,gCAAgC,CAAC,WAAW,EAAE,YAAY,iBA6C/E"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { EthAddress } from '@aztec/aztec.js';
|
|
2
2
|
import path from 'path';
|
|
3
|
+
import publicIncludeMetrics from '../../public_include_metric_prefixes.json' with {
|
|
4
|
+
type: 'json'
|
|
5
|
+
};
|
|
3
6
|
export const testnetIgnitionL2ChainConfig = {
|
|
4
7
|
l1ChainId: 11155111,
|
|
5
8
|
ethereumSlotDuration: 12,
|
|
@@ -41,10 +44,7 @@ export const alphaTestnetL2ChainConfig = {
|
|
|
41
44
|
autoUpdate: 'config-and-version',
|
|
42
45
|
autoUpdateUrl: 'https://storage.googleapis.com/aztec-testnet/auto-update/alpha-testnet.json',
|
|
43
46
|
maxTxPoolSize: 100_000_000,
|
|
44
|
-
publicIncludeMetrics
|
|
45
|
-
'aztec.validator',
|
|
46
|
-
'aztec.tx_collector'
|
|
47
|
-
],
|
|
47
|
+
publicIncludeMetrics,
|
|
48
48
|
publicMetricsCollectorUrl: 'https://telemetry.alpha-testnet.aztec.network',
|
|
49
49
|
publicMetricsCollectFrom: [
|
|
50
50
|
'sequencer'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/aztec",
|
|
3
|
-
"version": "1.0.0-staging.
|
|
3
|
+
"version": "1.0.0-staging.2",
|
|
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.0.0-staging.
|
|
31
|
-
"@aztec/archiver": "1.0.0-staging.
|
|
32
|
-
"@aztec/aztec-faucet": "1.0.0-staging.
|
|
33
|
-
"@aztec/aztec-node": "1.0.0-staging.
|
|
34
|
-
"@aztec/aztec.js": "1.0.0-staging.
|
|
35
|
-
"@aztec/bb-prover": "1.0.0-staging.
|
|
36
|
-
"@aztec/bb.js": "1.0.0-staging.
|
|
37
|
-
"@aztec/blob-sink": "1.0.0-staging.
|
|
38
|
-
"@aztec/bot": "1.0.0-staging.
|
|
39
|
-
"@aztec/builder": "1.0.0-staging.
|
|
40
|
-
"@aztec/cli": "1.0.0-staging.
|
|
41
|
-
"@aztec/cli-wallet": "1.0.0-staging.
|
|
42
|
-
"@aztec/constants": "1.0.0-staging.
|
|
43
|
-
"@aztec/entrypoints": "1.0.0-staging.
|
|
44
|
-
"@aztec/ethereum": "1.0.0-staging.
|
|
45
|
-
"@aztec/foundation": "1.0.0-staging.
|
|
46
|
-
"@aztec/kv-store": "1.0.0-staging.
|
|
47
|
-
"@aztec/noir-contracts.js": "1.0.0-staging.
|
|
48
|
-
"@aztec/noir-protocol-circuits-types": "1.0.0-staging.
|
|
49
|
-
"@aztec/p2p": "1.0.0-staging.
|
|
50
|
-
"@aztec/p2p-bootstrap": "1.0.0-staging.
|
|
51
|
-
"@aztec/protocol-contracts": "1.0.0-staging.
|
|
52
|
-
"@aztec/prover-client": "1.0.0-staging.
|
|
53
|
-
"@aztec/prover-node": "1.0.0-staging.
|
|
54
|
-
"@aztec/pxe": "1.0.0-staging.
|
|
55
|
-
"@aztec/stdlib": "1.0.0-staging.
|
|
56
|
-
"@aztec/telemetry-client": "1.0.0-staging.
|
|
57
|
-
"@aztec/txe": "1.0.0-staging.
|
|
58
|
-
"@aztec/world-state": "1.0.0-staging.
|
|
30
|
+
"@aztec/accounts": "1.0.0-staging.2",
|
|
31
|
+
"@aztec/archiver": "1.0.0-staging.2",
|
|
32
|
+
"@aztec/aztec-faucet": "1.0.0-staging.2",
|
|
33
|
+
"@aztec/aztec-node": "1.0.0-staging.2",
|
|
34
|
+
"@aztec/aztec.js": "1.0.0-staging.2",
|
|
35
|
+
"@aztec/bb-prover": "1.0.0-staging.2",
|
|
36
|
+
"@aztec/bb.js": "1.0.0-staging.2",
|
|
37
|
+
"@aztec/blob-sink": "1.0.0-staging.2",
|
|
38
|
+
"@aztec/bot": "1.0.0-staging.2",
|
|
39
|
+
"@aztec/builder": "1.0.0-staging.2",
|
|
40
|
+
"@aztec/cli": "1.0.0-staging.2",
|
|
41
|
+
"@aztec/cli-wallet": "1.0.0-staging.2",
|
|
42
|
+
"@aztec/constants": "1.0.0-staging.2",
|
|
43
|
+
"@aztec/entrypoints": "1.0.0-staging.2",
|
|
44
|
+
"@aztec/ethereum": "1.0.0-staging.2",
|
|
45
|
+
"@aztec/foundation": "1.0.0-staging.2",
|
|
46
|
+
"@aztec/kv-store": "1.0.0-staging.2",
|
|
47
|
+
"@aztec/noir-contracts.js": "1.0.0-staging.2",
|
|
48
|
+
"@aztec/noir-protocol-circuits-types": "1.0.0-staging.2",
|
|
49
|
+
"@aztec/p2p": "1.0.0-staging.2",
|
|
50
|
+
"@aztec/p2p-bootstrap": "1.0.0-staging.2",
|
|
51
|
+
"@aztec/protocol-contracts": "1.0.0-staging.2",
|
|
52
|
+
"@aztec/prover-client": "1.0.0-staging.2",
|
|
53
|
+
"@aztec/prover-node": "1.0.0-staging.2",
|
|
54
|
+
"@aztec/pxe": "1.0.0-staging.2",
|
|
55
|
+
"@aztec/stdlib": "1.0.0-staging.2",
|
|
56
|
+
"@aztec/telemetry-client": "1.0.0-staging.2",
|
|
57
|
+
"@aztec/txe": "1.0.0-staging.2",
|
|
58
|
+
"@aztec/world-state": "1.0.0-staging.2",
|
|
59
59
|
"@types/chalk": "^2.2.0",
|
|
60
60
|
"abitype": "^0.8.11",
|
|
61
61
|
"chalk": "^5.3.0",
|
|
@@ -4,6 +4,8 @@ import type { SharedNodeConfig } from '@aztec/node-lib/config';
|
|
|
4
4
|
|
|
5
5
|
import path from 'path';
|
|
6
6
|
|
|
7
|
+
import publicIncludeMetrics from '../../public_include_metric_prefixes.json' with { type: 'json' };
|
|
8
|
+
|
|
7
9
|
export type NetworkNames = 'testnet-ignition' | 'alpha-testnet';
|
|
8
10
|
|
|
9
11
|
export type L2ChainConfig = {
|
|
@@ -73,7 +75,7 @@ export const alphaTestnetL2ChainConfig: L2ChainConfig = {
|
|
|
73
75
|
autoUpdate: 'config-and-version',
|
|
74
76
|
autoUpdateUrl: 'https://storage.googleapis.com/aztec-testnet/auto-update/alpha-testnet.json',
|
|
75
77
|
maxTxPoolSize: 100_000_000, // 100MB
|
|
76
|
-
publicIncludeMetrics
|
|
78
|
+
publicIncludeMetrics,
|
|
77
79
|
publicMetricsCollectorUrl: 'https://telemetry.alpha-testnet.aztec.network',
|
|
78
80
|
publicMetricsCollectFrom: ['sequencer'],
|
|
79
81
|
};
|