@aztec/aztec 0.83.1 → 0.84.0-alpha-testnet.1

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