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