@aztec/protocol-contracts 2.0.0-nightly.20250903 → 2.0.0-rc.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.
- package/artifacts/AuthRegistry.json +29 -65
- package/artifacts/ContractClassRegistry.json +22 -54
- package/artifacts/ContractInstanceRegistry.json +22 -47
- package/artifacts/FeeJuice.json +20 -47
- package/artifacts/MultiCallEntrypoint.json +13 -25
- package/artifacts/Router.json +18 -39
- package/dest/protocol_contract_data.js +7 -7
- package/package.json +4 -4
- package/src/protocol_contract_data.ts +7 -7
|
@@ -26,12 +26,12 @@ export const ProtocolContractAddress = {
|
|
|
26
26
|
Router: AztecAddress.fromBigInt(6n)
|
|
27
27
|
};
|
|
28
28
|
export const ProtocolContractLeaves = {
|
|
29
|
-
AuthRegistry: Fr.fromHexString('
|
|
30
|
-
ContractInstanceRegistry: Fr.fromHexString('
|
|
31
|
-
ContractClassRegistry: Fr.fromHexString('
|
|
32
|
-
MultiCallEntrypoint: Fr.fromHexString('
|
|
33
|
-
FeeJuice: Fr.fromHexString('
|
|
34
|
-
Router: Fr.fromHexString('
|
|
29
|
+
AuthRegistry: Fr.fromHexString('0x1c2474a77af3c756895867fa7622e5e9295121b35849e965f4614d51f00c62e2'),
|
|
30
|
+
ContractInstanceRegistry: Fr.fromHexString('0x001e627e78063a4944f1331b4c59544f8ad6d6d478f2fc79b025e8240b94b816'),
|
|
31
|
+
ContractClassRegistry: Fr.fromHexString('0x1bd2e13b35e2745e638132262e6642a86ac4219f1b7a95086bebe250f5d557ea'),
|
|
32
|
+
MultiCallEntrypoint: Fr.fromHexString('0x27b35c8e0851d28c56846ce8977155ffbb5725c4e6b47a67f5d5c6639d1c1a1c'),
|
|
33
|
+
FeeJuice: Fr.fromHexString('0x2ee34a2d304636f81114dffc8a2357e03e08345a008262eb36112f95aaa58eb1'),
|
|
34
|
+
Router: Fr.fromHexString('0x180b58198cce7c0866a828841df6eca6369a71a6e884ca5cf08938301d7ad0ca')
|
|
35
35
|
};
|
|
36
|
-
export const protocolContractTreeRoot = Fr.fromHexString('
|
|
36
|
+
export const protocolContractTreeRoot = Fr.fromHexString('0x227802391f582e49922178a4d4de61384eda4ee4ba69708f0349b76dd04db461');
|
|
37
37
|
export const CONTRACT_INSTANCE_PUBLISHED_EVENT_TAG = Fr.fromHexString('0x28da3fc471387d4e20b646b77abc8cdfc02a339a7507285a73d84f9b97b13486');
|
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": "2.0.0-
|
|
5
|
+
"version": "2.0.0-rc.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./dest/index.js",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@aztec/constants": "2.0.0-
|
|
77
|
-
"@aztec/foundation": "2.0.0-
|
|
78
|
-
"@aztec/stdlib": "2.0.0-
|
|
76
|
+
"@aztec/constants": "2.0.0-rc.1",
|
|
77
|
+
"@aztec/foundation": "2.0.0-rc.1",
|
|
78
|
+
"@aztec/stdlib": "2.0.0-rc.1",
|
|
79
79
|
"lodash.chunk": "^4.2.0",
|
|
80
80
|
"lodash.omit": "^4.5.0",
|
|
81
81
|
"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('
|
|
44
|
-
ContractInstanceRegistry: Fr.fromHexString('
|
|
45
|
-
ContractClassRegistry: Fr.fromHexString('
|
|
46
|
-
MultiCallEntrypoint: Fr.fromHexString('
|
|
47
|
-
FeeJuice: Fr.fromHexString('
|
|
48
|
-
Router: Fr.fromHexString('
|
|
43
|
+
AuthRegistry: Fr.fromHexString('0x1c2474a77af3c756895867fa7622e5e9295121b35849e965f4614d51f00c62e2'),
|
|
44
|
+
ContractInstanceRegistry: Fr.fromHexString('0x001e627e78063a4944f1331b4c59544f8ad6d6d478f2fc79b025e8240b94b816'),
|
|
45
|
+
ContractClassRegistry: Fr.fromHexString('0x1bd2e13b35e2745e638132262e6642a86ac4219f1b7a95086bebe250f5d557ea'),
|
|
46
|
+
MultiCallEntrypoint: Fr.fromHexString('0x27b35c8e0851d28c56846ce8977155ffbb5725c4e6b47a67f5d5c6639d1c1a1c'),
|
|
47
|
+
FeeJuice: Fr.fromHexString('0x2ee34a2d304636f81114dffc8a2357e03e08345a008262eb36112f95aaa58eb1'),
|
|
48
|
+
Router: Fr.fromHexString('0x180b58198cce7c0866a828841df6eca6369a71a6e884ca5cf08938301d7ad0ca')
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
export const protocolContractTreeRoot = Fr.fromHexString('
|
|
53
|
+
export const protocolContractTreeRoot = Fr.fromHexString('0x227802391f582e49922178a4d4de61384eda4ee4ba69708f0349b76dd04db461');
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|