@aztec/protocol-contracts 0.87.2 → 0.87.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.
@@ -26,14 +26,14 @@ export const ProtocolContractAddress = {
26
26
  Router: AztecAddress.fromBigInt(6n)
27
27
  };
28
28
  export const ProtocolContractLeaves = {
29
- AuthRegistry: Fr.fromHexString('0x124c68f91ebca4ae30e2e315db95e9d4ff2d9c2ac20eb0e090276ebd71183b8a'),
30
- ContractInstanceDeployer: Fr.fromHexString('0x04987ac5bf6dfd35ed81e4e0c9cbc4d97d650c612a4ea55087f6e1ab39a4fef8'),
31
- ContractClassRegisterer: Fr.fromHexString('0x168d24baa470e778a7da8eabcf137d7837292c1e0bca83b615dcd0f084c23ac7'),
32
- MultiCallEntrypoint: Fr.fromHexString('0x16ced0efc954438f573dcdfed72292742a5774f92b53c0891d95f8d768fcfff3'),
33
- FeeJuice: Fr.fromHexString('0x2e5af996ae353ec0e1768a97412152dc85de7e619a64bb6abdb603ef5724eb83'),
34
- Router: Fr.fromHexString('0x1c380a3ce80d9bfd1247a4efc95ca1782d572e660ada6bd7ec90958e36833064')
29
+ AuthRegistry: Fr.fromHexString('0x29d2f0a12dbf040578e12b205c42b35502ed7c18da7ed315f230a9d628c1ff01'),
30
+ ContractInstanceDeployer: Fr.fromHexString('0x1c1911acc2e4ea5f0b3da9b4a3e4a257cafe13003ba5c2af96dfd2bd6780993a'),
31
+ ContractClassRegisterer: Fr.fromHexString('0x25283d445c45c9f985da8500b1462394ae03d85b46e6e65da663c901d373607b'),
32
+ MultiCallEntrypoint: Fr.fromHexString('0x176a3d4341d8a63f40741d0f3665359ec054b3363544a9044ab3b408ef0d8f28'),
33
+ FeeJuice: Fr.fromHexString('0x0054e5d3b666e28f3edb29d42574889aff9ef45ef85fb3165fc16d8ccd250771'),
34
+ Router: Fr.fromHexString('0x1b900884db90958c61645bffe4184a319305b406c399a0c62ad4a86cfc39896e')
35
35
  };
36
- export const protocolContractTreeRoot = Fr.fromHexString('0x2efd3fd6b542f09e9f76c84337f46370f67729ce54c815d35866b4cb2a267203');
36
+ export const protocolContractTreeRoot = Fr.fromHexString('0x1b7122973e4227d16f0dda5fdd52e2b28cb00b62e1ffba11cdcd2eec8f728384');
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_UTILITY_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.87.2",
5
+ "version": "0.87.3",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": "./dest/index.js",
@@ -69,9 +69,9 @@
69
69
  ]
70
70
  },
71
71
  "dependencies": {
72
- "@aztec/constants": "0.87.2",
73
- "@aztec/foundation": "0.87.2",
74
- "@aztec/stdlib": "0.87.2",
72
+ "@aztec/constants": "0.87.3",
73
+ "@aztec/foundation": "0.87.3",
74
+ "@aztec/stdlib": "0.87.3",
75
75
  "lodash.chunk": "^4.2.0",
76
76
  "lodash.omit": "^4.5.0",
77
77
  "tslib": "^2.4.0"
@@ -40,17 +40,17 @@ Router: AztecAddress.fromBigInt(6n)
40
40
 
41
41
 
42
42
  export const ProtocolContractLeaves = {
43
- AuthRegistry: Fr.fromHexString('0x124c68f91ebca4ae30e2e315db95e9d4ff2d9c2ac20eb0e090276ebd71183b8a'),
44
- ContractInstanceDeployer: Fr.fromHexString('0x04987ac5bf6dfd35ed81e4e0c9cbc4d97d650c612a4ea55087f6e1ab39a4fef8'),
45
- ContractClassRegisterer: Fr.fromHexString('0x168d24baa470e778a7da8eabcf137d7837292c1e0bca83b615dcd0f084c23ac7'),
46
- MultiCallEntrypoint: Fr.fromHexString('0x16ced0efc954438f573dcdfed72292742a5774f92b53c0891d95f8d768fcfff3'),
47
- FeeJuice: Fr.fromHexString('0x2e5af996ae353ec0e1768a97412152dc85de7e619a64bb6abdb603ef5724eb83'),
48
- Router: Fr.fromHexString('0x1c380a3ce80d9bfd1247a4efc95ca1782d572e660ada6bd7ec90958e36833064')
43
+ AuthRegistry: Fr.fromHexString('0x29d2f0a12dbf040578e12b205c42b35502ed7c18da7ed315f230a9d628c1ff01'),
44
+ ContractInstanceDeployer: Fr.fromHexString('0x1c1911acc2e4ea5f0b3da9b4a3e4a257cafe13003ba5c2af96dfd2bd6780993a'),
45
+ ContractClassRegisterer: Fr.fromHexString('0x25283d445c45c9f985da8500b1462394ae03d85b46e6e65da663c901d373607b'),
46
+ MultiCallEntrypoint: Fr.fromHexString('0x176a3d4341d8a63f40741d0f3665359ec054b3363544a9044ab3b408ef0d8f28'),
47
+ FeeJuice: Fr.fromHexString('0x0054e5d3b666e28f3edb29d42574889aff9ef45ef85fb3165fc16d8ccd250771'),
48
+ Router: Fr.fromHexString('0x1b900884db90958c61645bffe4184a319305b406c399a0c62ad4a86cfc39896e')
49
49
  };
50
50
 
51
51
 
52
52
 
53
- export const protocolContractTreeRoot = Fr.fromHexString('0x2efd3fd6b542f09e9f76c84337f46370f67729ce54c815d35866b4cb2a267203');
53
+ export const protocolContractTreeRoot = Fr.fromHexString('0x1b7122973e4227d16f0dda5fdd52e2b28cb00b62e1ffba11cdcd2eec8f728384');
54
54
 
55
55
 
56
56