@aztec/aztec 0.85.0-alpha-testnet.0 → 0.85.0-alpha-testnet.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.
|
@@ -29,7 +29,7 @@ export const alphaTestnetL2ChainConfig = {
|
|
|
29
29
|
p2pEnabled: true,
|
|
30
30
|
p2pBootstrapNodes: [],
|
|
31
31
|
registryAddress: '0x4d2cc1d5fb6be65240e0bfc8154243e69c0fb19e',
|
|
32
|
-
slashFactoryAddress: '
|
|
32
|
+
slashFactoryAddress: '0x3c9ccf55a8ac3c2eeedf2ee2aa1722188fd676be',
|
|
33
33
|
feeAssetHandlerAddress: '0x80d848dc9f52df56789e2d62ce66f19555ff1019',
|
|
34
34
|
seqMinTxsPerBlock: 0,
|
|
35
35
|
seqMaxTxsPerBlock: 4,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/aztec",
|
|
3
|
-
"version": "0.85.0-alpha-testnet.
|
|
3
|
+
"version": "0.85.0-alpha-testnet.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js"
|
|
@@ -29,35 +29,35 @@
|
|
|
29
29
|
"../package.common.json"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aztec/accounts": "0.85.0-alpha-testnet.
|
|
33
|
-
"@aztec/archiver": "0.85.0-alpha-testnet.
|
|
34
|
-
"@aztec/aztec-faucet": "0.85.0-alpha-testnet.
|
|
35
|
-
"@aztec/aztec-node": "0.85.0-alpha-testnet.
|
|
36
|
-
"@aztec/aztec.js": "0.85.0-alpha-testnet.
|
|
37
|
-
"@aztec/bb-prover": "0.85.0-alpha-testnet.
|
|
38
|
-
"@aztec/bb.js": "0.85.0-alpha-testnet.
|
|
39
|
-
"@aztec/blob-sink": "0.85.0-alpha-testnet.
|
|
40
|
-
"@aztec/bot": "0.85.0-alpha-testnet.
|
|
41
|
-
"@aztec/builder": "0.85.0-alpha-testnet.
|
|
42
|
-
"@aztec/cli": "0.85.0-alpha-testnet.
|
|
43
|
-
"@aztec/cli-wallet": "0.85.0-alpha-testnet.
|
|
44
|
-
"@aztec/constants": "0.85.0-alpha-testnet.
|
|
45
|
-
"@aztec/entrypoints": "0.85.0-alpha-testnet.
|
|
46
|
-
"@aztec/ethereum": "0.85.0-alpha-testnet.
|
|
47
|
-
"@aztec/foundation": "0.85.0-alpha-testnet.
|
|
48
|
-
"@aztec/kv-store": "0.85.0-alpha-testnet.
|
|
49
|
-
"@aztec/noir-contracts.js": "0.85.0-alpha-testnet.
|
|
50
|
-
"@aztec/noir-protocol-circuits-types": "0.85.0-alpha-testnet.
|
|
51
|
-
"@aztec/p2p": "0.85.0-alpha-testnet.
|
|
52
|
-
"@aztec/p2p-bootstrap": "0.85.0-alpha-testnet.
|
|
53
|
-
"@aztec/protocol-contracts": "0.85.0-alpha-testnet.
|
|
54
|
-
"@aztec/prover-client": "0.85.0-alpha-testnet.
|
|
55
|
-
"@aztec/prover-node": "0.85.0-alpha-testnet.
|
|
56
|
-
"@aztec/pxe": "0.85.0-alpha-testnet.
|
|
57
|
-
"@aztec/stdlib": "0.85.0-alpha-testnet.
|
|
58
|
-
"@aztec/telemetry-client": "0.85.0-alpha-testnet.
|
|
59
|
-
"@aztec/txe": "0.85.0-alpha-testnet.
|
|
60
|
-
"@aztec/world-state": "0.85.0-alpha-testnet.
|
|
32
|
+
"@aztec/accounts": "0.85.0-alpha-testnet.2",
|
|
33
|
+
"@aztec/archiver": "0.85.0-alpha-testnet.2",
|
|
34
|
+
"@aztec/aztec-faucet": "0.85.0-alpha-testnet.2",
|
|
35
|
+
"@aztec/aztec-node": "0.85.0-alpha-testnet.2",
|
|
36
|
+
"@aztec/aztec.js": "0.85.0-alpha-testnet.2",
|
|
37
|
+
"@aztec/bb-prover": "0.85.0-alpha-testnet.2",
|
|
38
|
+
"@aztec/bb.js": "0.85.0-alpha-testnet.2",
|
|
39
|
+
"@aztec/blob-sink": "0.85.0-alpha-testnet.2",
|
|
40
|
+
"@aztec/bot": "0.85.0-alpha-testnet.2",
|
|
41
|
+
"@aztec/builder": "0.85.0-alpha-testnet.2",
|
|
42
|
+
"@aztec/cli": "0.85.0-alpha-testnet.2",
|
|
43
|
+
"@aztec/cli-wallet": "0.85.0-alpha-testnet.2",
|
|
44
|
+
"@aztec/constants": "0.85.0-alpha-testnet.2",
|
|
45
|
+
"@aztec/entrypoints": "0.85.0-alpha-testnet.2",
|
|
46
|
+
"@aztec/ethereum": "0.85.0-alpha-testnet.2",
|
|
47
|
+
"@aztec/foundation": "0.85.0-alpha-testnet.2",
|
|
48
|
+
"@aztec/kv-store": "0.85.0-alpha-testnet.2",
|
|
49
|
+
"@aztec/noir-contracts.js": "0.85.0-alpha-testnet.2",
|
|
50
|
+
"@aztec/noir-protocol-circuits-types": "0.85.0-alpha-testnet.2",
|
|
51
|
+
"@aztec/p2p": "0.85.0-alpha-testnet.2",
|
|
52
|
+
"@aztec/p2p-bootstrap": "0.85.0-alpha-testnet.2",
|
|
53
|
+
"@aztec/protocol-contracts": "0.85.0-alpha-testnet.2",
|
|
54
|
+
"@aztec/prover-client": "0.85.0-alpha-testnet.2",
|
|
55
|
+
"@aztec/prover-node": "0.85.0-alpha-testnet.2",
|
|
56
|
+
"@aztec/pxe": "0.85.0-alpha-testnet.2",
|
|
57
|
+
"@aztec/stdlib": "0.85.0-alpha-testnet.2",
|
|
58
|
+
"@aztec/telemetry-client": "0.85.0-alpha-testnet.2",
|
|
59
|
+
"@aztec/txe": "0.85.0-alpha-testnet.2",
|
|
60
|
+
"@aztec/world-state": "0.85.0-alpha-testnet.2",
|
|
61
61
|
"@types/chalk": "^2.2.0",
|
|
62
62
|
"abitype": "^0.8.11",
|
|
63
63
|
"chalk": "^5.3.0",
|
|
@@ -54,7 +54,7 @@ export const alphaTestnetL2ChainConfig: L2ChainConfig = {
|
|
|
54
54
|
p2pEnabled: true,
|
|
55
55
|
p2pBootstrapNodes: [],
|
|
56
56
|
registryAddress: '0x4d2cc1d5fb6be65240e0bfc8154243e69c0fb19e',
|
|
57
|
-
slashFactoryAddress: '
|
|
57
|
+
slashFactoryAddress: '0x3c9ccf55a8ac3c2eeedf2ee2aa1722188fd676be',
|
|
58
58
|
feeAssetHandlerAddress: '0x80d848dc9f52df56789e2d62ce66f19555ff1019',
|
|
59
59
|
seqMinTxsPerBlock: 0,
|
|
60
60
|
seqMaxTxsPerBlock: 4,
|