@aztec/aztec 1.1.0 → 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.
|
@@ -54,9 +54,9 @@ export const alphaTestnetL2ChainConfig = {
|
|
|
54
54
|
sponsoredFPC: true,
|
|
55
55
|
p2pEnabled: true,
|
|
56
56
|
p2pBootstrapNodes: [],
|
|
57
|
-
registryAddress: '
|
|
58
|
-
slashFactoryAddress: '
|
|
59
|
-
feeAssetHandlerAddress: '
|
|
57
|
+
registryAddress: '0xec4156431d0f3df66d4e24ba3d30dcb4c85fa309',
|
|
58
|
+
slashFactoryAddress: '0x8b1566249dc8fb47234037538ce491f9500480b1',
|
|
59
|
+
feeAssetHandlerAddress: '0x4f0376b8bcbdf72ddb38c38f48317c00e9c9aec3',
|
|
60
60
|
seqMinTxsPerBlock: 0,
|
|
61
61
|
seqMaxTxsPerBlock: 20,
|
|
62
62
|
realProofs: true,
|
|
@@ -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.
|
|
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.
|
|
31
|
-
"@aztec/archiver": "1.1.
|
|
32
|
-
"@aztec/aztec-faucet": "1.1.
|
|
33
|
-
"@aztec/aztec-node": "1.1.
|
|
34
|
-
"@aztec/aztec.js": "1.1.
|
|
35
|
-
"@aztec/bb-prover": "1.1.
|
|
36
|
-
"@aztec/bb.js": "1.1.
|
|
37
|
-
"@aztec/blob-sink": "1.1.
|
|
38
|
-
"@aztec/bot": "1.1.
|
|
39
|
-
"@aztec/builder": "1.1.
|
|
40
|
-
"@aztec/cli": "1.1.
|
|
41
|
-
"@aztec/cli-wallet": "1.1.
|
|
42
|
-
"@aztec/constants": "1.1.
|
|
43
|
-
"@aztec/entrypoints": "1.1.
|
|
44
|
-
"@aztec/ethereum": "1.1.
|
|
45
|
-
"@aztec/foundation": "1.1.
|
|
46
|
-
"@aztec/kv-store": "1.1.
|
|
47
|
-
"@aztec/noir-contracts.js": "1.1.
|
|
48
|
-
"@aztec/noir-protocol-circuits-types": "1.1.
|
|
49
|
-
"@aztec/p2p": "1.1.
|
|
50
|
-
"@aztec/p2p-bootstrap": "1.1.
|
|
51
|
-
"@aztec/protocol-contracts": "1.1.
|
|
52
|
-
"@aztec/prover-client": "1.1.
|
|
53
|
-
"@aztec/prover-node": "1.1.
|
|
54
|
-
"@aztec/pxe": "1.1.
|
|
55
|
-
"@aztec/stdlib": "1.1.
|
|
56
|
-
"@aztec/telemetry-client": "1.1.
|
|
57
|
-
"@aztec/txe": "1.1.
|
|
58
|
-
"@aztec/world-state": "1.1.
|
|
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",
|
|
@@ -137,9 +137,9 @@ export const alphaTestnetL2ChainConfig: L2ChainConfig = {
|
|
|
137
137
|
sponsoredFPC: true,
|
|
138
138
|
p2pEnabled: true,
|
|
139
139
|
p2pBootstrapNodes: [],
|
|
140
|
-
registryAddress: '
|
|
141
|
-
slashFactoryAddress: '
|
|
142
|
-
feeAssetHandlerAddress: '
|
|
140
|
+
registryAddress: '0xec4156431d0f3df66d4e24ba3d30dcb4c85fa309',
|
|
141
|
+
slashFactoryAddress: '0x8b1566249dc8fb47234037538ce491f9500480b1',
|
|
142
|
+
feeAssetHandlerAddress: '0x4f0376b8bcbdf72ddb38c38f48317c00e9c9aec3',
|
|
143
143
|
seqMinTxsPerBlock: 0,
|
|
144
144
|
seqMaxTxsPerBlock: 20,
|
|
145
145
|
realProofs: true,
|
|
@@ -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
|