@aztec/standard-contracts 5.1.0-nightly.20260721 → 5.1.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.
@@ -6719,5 +6719,5 @@
6719
6719
  }
6720
6720
  },
6721
6721
  "transpiled": true,
6722
- "aztec_version": "5.1.0-nightly.20260721"
6722
+ "aztec_version": "5.1.0"
6723
6723
  }
@@ -5085,5 +5085,5 @@
5085
5085
  }
5086
5086
  },
5087
5087
  "transpiled": true,
5088
- "aztec_version": "5.1.0-nightly.20260721"
5088
+ "aztec_version": "5.1.0"
5089
5089
  }
@@ -18,13 +18,13 @@ export const StandardContractAddress = {
18
18
  AuthRegistry: AztecAddress.fromStringUnsafe('0x1e8e7e73c592a1b1c9199b4b655ddc7a16fa8a8488df595610b71d3dc1cc666c'),
19
19
  MultiCallEntrypoint: AztecAddress.fromStringUnsafe('0x246d60af8b79a5dceece7d2388921203401c0df02ce674c5781c6c2162922986'),
20
20
  PublicChecks: AztecAddress.fromStringUnsafe('0x031b75e2c220f6a6f27da5d61f7b2a12756a127fd25b95fad5da1c5520994b18'),
21
- HandshakeRegistry: AztecAddress.fromStringUnsafe('0x086c3c67589e1141c70ed0ed8ae324c51d3bf7c5637043fd84c424ffb625831d')
21
+ HandshakeRegistry: AztecAddress.fromStringUnsafe('0x06127814dca78709650de6629637194f7381d2e05b35eb9d53a4746636c9aa9d')
22
22
  };
23
23
  export const StandardContractClassId = {
24
24
  AuthRegistry: Fr.fromString('0x04182c4b482c8e60c386e473f6dbb6bb3e2ef18e5156f7c9db5ac46af81abdcf'),
25
25
  MultiCallEntrypoint: Fr.fromString('0x2f20566eaff9091697f8f5c43a19041267c7591d54074b57043eae90fca8ea64'),
26
26
  PublicChecks: Fr.fromString('0x04bc93d415c4d48acab6063b6410f74e1cc257ba8e519020f8773b4ce8ccd31e'),
27
- HandshakeRegistry: Fr.fromString('0x020ec1998d06036ddab4ba170e9b0d9b96e52beb58aa5ea83d72b22f589cbe6c')
27
+ HandshakeRegistry: Fr.fromString('0x2e04c07c83ee8107e921c3ae4ade010ee183860a89b7534ea3367efb561d2c3b')
28
28
  };
29
29
  export const StandardContractClassIdPreimage = {
30
30
  AuthRegistry: {
@@ -43,8 +43,8 @@ export const StandardContractClassIdPreimage = {
43
43
  publicBytecodeCommitment: Fr.fromString('0x013c4f854a5c87c9daf86c5f9bc07a42c2a061f1d924a5b3564ec7edc8e18cb7')
44
44
  },
45
45
  HandshakeRegistry: {
46
- artifactHash: Fr.fromString('0x2dd01b80cabc352f7d01799a6e5dd6255cc0d7f01fe42d270760d0bf0a0b5daf'),
47
- privateFunctionsRoot: Fr.fromString('0x0c80100ee31d91778c8f3d4453d056a58467b50f86d446f3209b96d87acb354e'),
46
+ artifactHash: Fr.fromString('0x005a9c5db229999895a873e4c2bcaf6ca2523522b5c520c52c39b1bdb1b5faee'),
47
+ privateFunctionsRoot: Fr.fromString('0x1bb83fa540ba6654ffe4a4c75ec9349180a2f0ecd0d3851ca28d665ab2926c73'),
48
48
  publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e')
49
49
  }
50
50
  };
@@ -71,11 +71,11 @@ export const StandardContractPrivateFunctions = {
71
71
  HandshakeRegistry: [
72
72
  {
73
73
  selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000019f8b409')),
74
- vkHash: Fr.fromString('0x033a99c31fd390e320398efa03eb1a34d0db2f2e0201fbb0062aa915f406f3d7')
74
+ vkHash: Fr.fromString('0x195d78c4fa1f3f8accaa2dcc45115c5b0536e68cdd4c06f5999185554f7b73e4')
75
75
  },
76
76
  {
77
77
  selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000db548fcf')),
78
- vkHash: Fr.fromString('0x12964f25be85fded4079591a3871e85d15967c75fd70f3d0edf10d72abfea59c')
78
+ vkHash: Fr.fromString('0x06ea812f1c792a864a36003312327d78995fdd894fbf48d54928a315e84df342')
79
79
  },
80
80
  {
81
81
  selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000f1ff839b')),
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aztec/standard-contracts",
3
3
  "homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/standard-contracts",
4
4
  "description": "Standard non-protocol contracts for the Aztec Network",
5
- "version": "5.1.0-nightly.20260721",
5
+ "version": "5.1.0",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": "./dest/index.js",
@@ -74,8 +74,8 @@
74
74
  ]
75
75
  },
76
76
  "dependencies": {
77
- "@aztec/foundation": "5.1.0-nightly.20260721",
78
- "@aztec/stdlib": "5.1.0-nightly.20260721",
77
+ "@aztec/foundation": "5.1.0",
78
+ "@aztec/stdlib": "5.1.0",
79
79
  "tslib": "^2.4.0"
80
80
  },
81
81
  "devDependencies": {
@@ -26,7 +26,7 @@ export const StandardContractAddress: Record<StandardContractName, AztecAddress>
26
26
  ),
27
27
  PublicChecks: AztecAddress.fromStringUnsafe('0x031b75e2c220f6a6f27da5d61f7b2a12756a127fd25b95fad5da1c5520994b18'),
28
28
  HandshakeRegistry: AztecAddress.fromStringUnsafe(
29
- '0x086c3c67589e1141c70ed0ed8ae324c51d3bf7c5637043fd84c424ffb625831d',
29
+ '0x06127814dca78709650de6629637194f7381d2e05b35eb9d53a4746636c9aa9d',
30
30
  ),
31
31
  };
32
32
 
@@ -34,7 +34,7 @@ export const StandardContractClassId: Record<StandardContractName, Fr> = {
34
34
  AuthRegistry: Fr.fromString('0x04182c4b482c8e60c386e473f6dbb6bb3e2ef18e5156f7c9db5ac46af81abdcf'),
35
35
  MultiCallEntrypoint: Fr.fromString('0x2f20566eaff9091697f8f5c43a19041267c7591d54074b57043eae90fca8ea64'),
36
36
  PublicChecks: Fr.fromString('0x04bc93d415c4d48acab6063b6410f74e1cc257ba8e519020f8773b4ce8ccd31e'),
37
- HandshakeRegistry: Fr.fromString('0x020ec1998d06036ddab4ba170e9b0d9b96e52beb58aa5ea83d72b22f589cbe6c'),
37
+ HandshakeRegistry: Fr.fromString('0x2e04c07c83ee8107e921c3ae4ade010ee183860a89b7534ea3367efb561d2c3b'),
38
38
  };
39
39
 
40
40
  export const StandardContractClassIdPreimage: Record<
@@ -57,8 +57,8 @@ export const StandardContractClassIdPreimage: Record<
57
57
  publicBytecodeCommitment: Fr.fromString('0x013c4f854a5c87c9daf86c5f9bc07a42c2a061f1d924a5b3564ec7edc8e18cb7'),
58
58
  },
59
59
  HandshakeRegistry: {
60
- artifactHash: Fr.fromString('0x2dd01b80cabc352f7d01799a6e5dd6255cc0d7f01fe42d270760d0bf0a0b5daf'),
61
- privateFunctionsRoot: Fr.fromString('0x0c80100ee31d91778c8f3d4453d056a58467b50f86d446f3209b96d87acb354e'),
60
+ artifactHash: Fr.fromString('0x005a9c5db229999895a873e4c2bcaf6ca2523522b5c520c52c39b1bdb1b5faee'),
61
+ privateFunctionsRoot: Fr.fromString('0x1bb83fa540ba6654ffe4a4c75ec9349180a2f0ecd0d3851ca28d665ab2926c73'),
62
62
  publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e'),
63
63
  },
64
64
  };
@@ -96,13 +96,13 @@ export const StandardContractPrivateFunctions: Record<
96
96
  selector: FunctionSelector.fromField(
97
97
  Fr.fromString('0x0000000000000000000000000000000000000000000000000000000019f8b409'),
98
98
  ),
99
- vkHash: Fr.fromString('0x033a99c31fd390e320398efa03eb1a34d0db2f2e0201fbb0062aa915f406f3d7'),
99
+ vkHash: Fr.fromString('0x195d78c4fa1f3f8accaa2dcc45115c5b0536e68cdd4c06f5999185554f7b73e4'),
100
100
  },
101
101
  {
102
102
  selector: FunctionSelector.fromField(
103
103
  Fr.fromString('0x00000000000000000000000000000000000000000000000000000000db548fcf'),
104
104
  ),
105
- vkHash: Fr.fromString('0x12964f25be85fded4079591a3871e85d15967c75fd70f3d0edf10d72abfea59c'),
105
+ vkHash: Fr.fromString('0x06ea812f1c792a864a36003312327d78995fdd894fbf48d54928a315e84df342'),
106
106
  },
107
107
  {
108
108
  selector: FunctionSelector.fromField(