@aztec/protocol-contracts 0.69.1 → 0.71.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.
@@ -25,14 +25,14 @@ export const ProtocolContractAddress = {
25
25
  Router: AztecAddress.fromBigInt(6n),
26
26
  };
27
27
  export const ProtocolContractLeaf = {
28
- AuthRegistry: Fr.fromHexString('0x23413f98beb033d7bfa8a9b5addc441f26759faf00dff5c848da5f3518bf7eb0'),
29
- ContractInstanceDeployer: Fr.fromHexString('0x244a782d3b9bcee8160689f03dce5be8eaf91a12c30575d4e4ed63e81d225ea5'),
30
- ContractClassRegisterer: Fr.fromHexString('0x0a39c154e69a1d9ad1ae1f179b77988a64c46825eb88a8fd48818c6d149a5f0d'),
31
- MultiCallEntrypoint: Fr.fromHexString('0x1c1001e61223368d2d563234664e585ef5f77dab4a35fa00b3ea804cb7651e2b'),
32
- FeeJuice: Fr.fromHexString('0x2fba6f22985e0de4e48958c798da7ff66180b7cbfcca5954bfea5a23868c74bc'),
33
- Router: Fr.fromHexString('0x0a22e9a628194414e41773fca0bc6c0d814da59da3efa83a82473ca6f27cd744'),
28
+ AuthRegistry: Fr.fromHexString('0x0c20d34d7d809e54c4e0e82c03c211a9ded2b81902e672ba60a26513f51e58f6'),
29
+ ContractInstanceDeployer: Fr.fromHexString('0x12ae40a5f831652697445f897e440b97326efbb501100935b0e10caeef6e1bb7'),
30
+ ContractClassRegisterer: Fr.fromHexString('0x1dff27c33f85c4c1a8f4af2b64d00ffb5f25cc0c76a4705fefa0771cc3a4ceef'),
31
+ MultiCallEntrypoint: Fr.fromHexString('0x2702bf6bd87e05e1675763669a6c50827632fbb1466d3a75edf03c00ddece2ce'),
32
+ FeeJuice: Fr.fromHexString('0x08d6c3f1c3fbfcb8e4d96a1ef77bce6e01b280fddc082e5a99f450a3f5db42a0'),
33
+ Router: Fr.fromHexString('0x0d24083b07c95816a15dac8f69533e79893617ec950dafb26dff540627e99dd4'),
34
34
  };
35
- export const protocolContractTreeRoot = Fr.fromHexString('0x15c4ba754a1c246494577702f41a1f2f87b62dd22356c3e52e041870e8b1ebfc');
35
+ export const protocolContractTreeRoot = Fr.fromHexString('0x2f9edcbdd0cfc67764aa32cdef9ea44f2914b44bfd9cf77d518a5ac172e7f9e4');
36
36
  export const REGISTERER_CONTRACT_CLASS_REGISTERED_TAG = new Fr(11121068431693264234253912047066709627593769337094408533543930778360n);
37
37
  export const REGISTERER_PRIVATE_FUNCTION_BROADCASTED_TAG = new Fr(2889881020989534926461066592611988634597302675057895885580456197069n);
38
38
  export const REGISTERER_UNCONSTRAINED_FUNCTION_BROADCASTED_TAG = new Fr(24399338136397901754495080759185489776044879232766421623673792970137n);
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.69.1",
5
+ "version": "0.71.0",
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/circuits.js": "0.69.1",
73
- "@aztec/foundation": "0.69.1",
74
- "@aztec/types": "0.69.1",
72
+ "@aztec/circuits.js": "0.71.0",
73
+ "@aztec/foundation": "0.71.0",
74
+ "@aztec/types": "0.71.0",
75
75
  "lodash.chunk": "^4.2.0",
76
76
  "lodash.omit": "^4.5.0",
77
77
  "tslib": "^2.4.0"
@@ -31,16 +31,16 @@ export const ProtocolContractAddress: Record<ProtocolContractName, AztecAddress>
31
31
  };
32
32
 
33
33
  export const ProtocolContractLeaf = {
34
- AuthRegistry: Fr.fromHexString('0x23413f98beb033d7bfa8a9b5addc441f26759faf00dff5c848da5f3518bf7eb0'),
35
- ContractInstanceDeployer: Fr.fromHexString('0x244a782d3b9bcee8160689f03dce5be8eaf91a12c30575d4e4ed63e81d225ea5'),
36
- ContractClassRegisterer: Fr.fromHexString('0x0a39c154e69a1d9ad1ae1f179b77988a64c46825eb88a8fd48818c6d149a5f0d'),
37
- MultiCallEntrypoint: Fr.fromHexString('0x1c1001e61223368d2d563234664e585ef5f77dab4a35fa00b3ea804cb7651e2b'),
38
- FeeJuice: Fr.fromHexString('0x2fba6f22985e0de4e48958c798da7ff66180b7cbfcca5954bfea5a23868c74bc'),
39
- Router: Fr.fromHexString('0x0a22e9a628194414e41773fca0bc6c0d814da59da3efa83a82473ca6f27cd744'),
34
+ AuthRegistry: Fr.fromHexString('0x0c20d34d7d809e54c4e0e82c03c211a9ded2b81902e672ba60a26513f51e58f6'),
35
+ ContractInstanceDeployer: Fr.fromHexString('0x12ae40a5f831652697445f897e440b97326efbb501100935b0e10caeef6e1bb7'),
36
+ ContractClassRegisterer: Fr.fromHexString('0x1dff27c33f85c4c1a8f4af2b64d00ffb5f25cc0c76a4705fefa0771cc3a4ceef'),
37
+ MultiCallEntrypoint: Fr.fromHexString('0x2702bf6bd87e05e1675763669a6c50827632fbb1466d3a75edf03c00ddece2ce'),
38
+ FeeJuice: Fr.fromHexString('0x08d6c3f1c3fbfcb8e4d96a1ef77bce6e01b280fddc082e5a99f450a3f5db42a0'),
39
+ Router: Fr.fromHexString('0x0d24083b07c95816a15dac8f69533e79893617ec950dafb26dff540627e99dd4'),
40
40
  };
41
41
 
42
42
  export const protocolContractTreeRoot = Fr.fromHexString(
43
- '0x15c4ba754a1c246494577702f41a1f2f87b62dd22356c3e52e041870e8b1ebfc',
43
+ '0x2f9edcbdd0cfc67764aa32cdef9ea44f2914b44bfd9cf77d518a5ac172e7f9e4',
44
44
  );
45
45
 
46
46
  export const REGISTERER_CONTRACT_CLASS_REGISTERED_TAG = new Fr(