@aztec/protocol-contracts 0.77.0 → 0.78.0

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.
@@ -27,13 +27,13 @@ export const ProtocolContractAddress = {
27
27
  };
28
28
  export const ProtocolContractLeaves = {
29
29
  AuthRegistry: Fr.fromHexString('0x1dc70bdab08ce08aef9f6ddcc8fd54fb91fdb72a6433c2dd6b69b33cf1fb87a2'),
30
- ContractInstanceDeployer: Fr.fromHexString('0x12e1fe4a37d16f6c1484d6e040fc72a7e6db06fb187d91e4164c7dd3d1af0ff8'),
30
+ ContractInstanceDeployer: Fr.fromHexString('0x005d6d6addbbda03dcad6fc9a3c3b7de457c30990ec2acaaf74f139a3a506e06'),
31
31
  ContractClassRegisterer: Fr.fromHexString('0x110ef3d93e27fd61a5a56e479a9f9cbdb099d2d968cdcc16c01d2bdfd6cb0ddd'),
32
32
  MultiCallEntrypoint: Fr.fromHexString('0x121f834b03a64d38463ae18ddebceeb4dce8192cc289052e175ad754a883a7fe'),
33
33
  FeeJuice: Fr.fromHexString('0x141a566ade0bef915526762c2c2fb19b2a756ad7c82e83fde6dbf86848ecc131'),
34
34
  Router: Fr.fromHexString('0x2c20bd328fbd33c01fbcda9e6299c31da5d5b29ea30e9c7b9d631618b839bca9')
35
35
  };
36
- export const protocolContractTreeRoot = Fr.fromHexString('0x1e5e43f31146f173295b1d8c86da05b743b1a7b1bc4f56a243fe7fe90953cd79');
36
+ export const protocolContractTreeRoot = Fr.fromHexString('0x093cc9324e5a7b44883f515ac490e7294ef8cb1e6d2d8c503255b1b3a9409262');
37
37
  export const REGISTERER_CONTRACT_CLASS_REGISTERED_TAG = Fr.fromHexString('0x20cd27645f65c15a38720ca984aef936592f3938a705db706d068ad13fc58ae9');
38
38
  export const REGISTERER_PRIVATE_FUNCTION_BROADCASTED_TAG = Fr.fromHexString('0x0abf338154e355442d9916d630da0491036d5a7b23c42b477c1395ba3bf9b42d');
39
39
  export const REGISTERER_UNCONSTRAINED_FUNCTION_BROADCASTED_TAG = Fr.fromHexString('0x27774539896271d6dbe0c1de45ddc44709d1e8d9a9fb686ca3c105d87c417bb8');
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aztec/protocol-contracts",
3
3
  "homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/protocol-contracts",
4
4
  "description": "Canonical Noir contracts for the Aztec Network",
5
- "version": "0.77.0",
5
+ "version": "0.78.0",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": "./dest/index.js",
@@ -71,9 +71,9 @@
71
71
  ]
72
72
  },
73
73
  "dependencies": {
74
- "@aztec/constants": "0.77.0",
75
- "@aztec/foundation": "0.77.0",
76
- "@aztec/stdlib": "0.77.0",
74
+ "@aztec/constants": "0.78.0",
75
+ "@aztec/foundation": "0.78.0",
76
+ "@aztec/stdlib": "0.78.0",
77
77
  "lodash.chunk": "^4.2.0",
78
78
  "lodash.omit": "^4.5.0",
79
79
  "tslib": "^2.4.0"
@@ -41,7 +41,7 @@ Router: AztecAddress.fromBigInt(6n)
41
41
 
42
42
  export const ProtocolContractLeaves = {
43
43
  AuthRegistry: Fr.fromHexString('0x1dc70bdab08ce08aef9f6ddcc8fd54fb91fdb72a6433c2dd6b69b33cf1fb87a2'),
44
- ContractInstanceDeployer: Fr.fromHexString('0x12e1fe4a37d16f6c1484d6e040fc72a7e6db06fb187d91e4164c7dd3d1af0ff8'),
44
+ ContractInstanceDeployer: Fr.fromHexString('0x005d6d6addbbda03dcad6fc9a3c3b7de457c30990ec2acaaf74f139a3a506e06'),
45
45
  ContractClassRegisterer: Fr.fromHexString('0x110ef3d93e27fd61a5a56e479a9f9cbdb099d2d968cdcc16c01d2bdfd6cb0ddd'),
46
46
  MultiCallEntrypoint: Fr.fromHexString('0x121f834b03a64d38463ae18ddebceeb4dce8192cc289052e175ad754a883a7fe'),
47
47
  FeeJuice: Fr.fromHexString('0x141a566ade0bef915526762c2c2fb19b2a756ad7c82e83fde6dbf86848ecc131'),
@@ -50,7 +50,7 @@ Router: Fr.fromHexString('0x2c20bd328fbd33c01fbcda9e6299c31da5d5b29ea30e9c7b9d63
50
50
 
51
51
 
52
52
 
53
- export const protocolContractTreeRoot = Fr.fromHexString('0x1e5e43f31146f173295b1d8c86da05b743b1a7b1bc4f56a243fe7fe90953cd79');
53
+ export const protocolContractTreeRoot = Fr.fromHexString('0x093cc9324e5a7b44883f515ac490e7294ef8cb1e6d2d8c503255b1b3a9409262');
54
54
 
55
55
 
56
56