@aztec/protocol-contracts 0.0.1-commit.936cb2cae → 0.0.1-commit.949a33fd8
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 +5496 -5492
- package/artifacts/ContractClassRegistry.json +2290 -2322
- package/artifacts/ContractInstanceRegistry.json +3576 -3670
- package/artifacts/FeeJuice.json +4738 -4940
- package/artifacts/MultiCallEntrypoint.json +3521 -3419
- package/artifacts/PublicChecks.json +1703 -1609
- package/dest/protocol_contract_data.js +41 -41
- package/package.json +4 -4
- package/src/protocol_contract_data.ts +40 -40
|
@@ -28,51 +28,51 @@ export const ProtocolContractAddress = {
|
|
|
28
28
|
PublicChecks: AztecAddress.fromBigInt(6n)
|
|
29
29
|
};
|
|
30
30
|
export const ProtocolContractDerivedAddress = {
|
|
31
|
-
AuthRegistry: AztecAddress.fromString('
|
|
32
|
-
ContractInstanceRegistry: AztecAddress.fromString('
|
|
33
|
-
ContractClassRegistry: AztecAddress.fromString('
|
|
34
|
-
MultiCallEntrypoint: AztecAddress.fromString('
|
|
35
|
-
FeeJuice: AztecAddress.fromString('
|
|
36
|
-
PublicChecks: AztecAddress.fromString('
|
|
31
|
+
AuthRegistry: AztecAddress.fromString('0x06b36166c9442146444b381cc29e5d0b9cd19b121551c3b23113f358f34d6b0b'),
|
|
32
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x1433903f62ee9b2be02154ee423a56c6c816a58bd807a0a58dac62d31a6b0764'),
|
|
33
|
+
ContractClassRegistry: AztecAddress.fromString('0x2333bc1f3621566c037c0d7ebc097978b082452e51f847a1845d864e0d29d995'),
|
|
34
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x05d83a8f061f5c47b2c974ede17a132bdecff6015b38ce562ca7dfe6b5efc09b'),
|
|
35
|
+
FeeJuice: AztecAddress.fromString('0x0e525dba8a2b4d72b53143f0c0c894ff0881580f7c6eb38734f07946ecc2a238'),
|
|
36
|
+
PublicChecks: AztecAddress.fromString('0x2aba58340eee35dc9c690e0f8ede4c6cff0b8e485f75b4645f66da22c2f7a2fd')
|
|
37
37
|
};
|
|
38
38
|
export const ProtocolContractClassId = {
|
|
39
|
-
AuthRegistry: Fr.fromString('
|
|
40
|
-
ContractInstanceRegistry: Fr.fromString('
|
|
41
|
-
ContractClassRegistry: Fr.fromString('
|
|
42
|
-
MultiCallEntrypoint: Fr.fromString('
|
|
43
|
-
FeeJuice: Fr.fromString('
|
|
44
|
-
PublicChecks: Fr.fromString('
|
|
39
|
+
AuthRegistry: Fr.fromString('0x18456f0c9813b7919244870a71dd78ee8bc637ab57c5f76f4eb642712f116187'),
|
|
40
|
+
ContractInstanceRegistry: Fr.fromString('0x1e2e1c45948ee4089b2e0df7235438f9a83bfcb45ba5c2b89c8475228c41a2d4'),
|
|
41
|
+
ContractClassRegistry: Fr.fromString('0x06ff5eeb9205a44f3dd695015812f9e2eebc50bafdf27def20d60cf698b09911'),
|
|
42
|
+
MultiCallEntrypoint: Fr.fromString('0x062e18ee29ec70d1a704b2c77baadc003f082215bd3f6ac42f65744885770ace'),
|
|
43
|
+
FeeJuice: Fr.fromString('0x19c94a36e234d06765a43d794395e5664db110eb74a1a7b2be83c207d5180dd6'),
|
|
44
|
+
PublicChecks: Fr.fromString('0x1e26b6d9b248b8b244cc2bf791c89eae42a3a1403b9b784dc0b247d8fb6068b1')
|
|
45
45
|
};
|
|
46
46
|
export const ProtocolContractClassIdPreimage = {
|
|
47
47
|
AuthRegistry: {
|
|
48
|
-
artifactHash: Fr.fromString('
|
|
49
|
-
privateFunctionsRoot: Fr.fromString('
|
|
50
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
48
|
+
artifactHash: Fr.fromString('0x0da08b727b563a9eb2356131498a9976bcb6824a26b2957fafea2da77eb97306'),
|
|
49
|
+
privateFunctionsRoot: Fr.fromString('0x06e0363cea8d971d0c2988a13fc88774092b2858adc5ee0876ed2f9ad05e2f63'),
|
|
50
|
+
publicBytecodeCommitment: Fr.fromString('0x2545f39893766508ce37bb5cea5e4dcab04c6f7f79f3089b1c076876e9d268b2')
|
|
51
51
|
},
|
|
52
52
|
ContractInstanceRegistry: {
|
|
53
|
-
artifactHash: Fr.fromString('
|
|
54
|
-
privateFunctionsRoot: Fr.fromString('
|
|
55
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
53
|
+
artifactHash: Fr.fromString('0x0f3b74fc2f0af41e2bf495752b3197e1dbae3f6a44db84cc51511fa24fbe1b1a'),
|
|
54
|
+
privateFunctionsRoot: Fr.fromString('0x03a379a59b8c9c8f4056bae488afc3c3edaf802e0fac77e1ed6f9f28de4006ed'),
|
|
55
|
+
publicBytecodeCommitment: Fr.fromString('0x260735cf6645c6f07d2f0ebe2bfbd3062e95ddc820661329a5422bc239261bba')
|
|
56
56
|
},
|
|
57
57
|
ContractClassRegistry: {
|
|
58
|
-
artifactHash: Fr.fromString('
|
|
59
|
-
privateFunctionsRoot: Fr.fromString('
|
|
58
|
+
artifactHash: Fr.fromString('0x2b2b0bad33e1e17e4610f0d9cf02b746dd2c25c5ab18be0c54e46217873fe062'),
|
|
59
|
+
privateFunctionsRoot: Fr.fromString('0x21451bad0bb6e0c14afccc5fee977a6f4aeb0b273f26dfd56e2bb80c76825512'),
|
|
60
60
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e')
|
|
61
61
|
},
|
|
62
62
|
MultiCallEntrypoint: {
|
|
63
|
-
artifactHash: Fr.fromString('
|
|
64
|
-
privateFunctionsRoot: Fr.fromString('
|
|
63
|
+
artifactHash: Fr.fromString('0x21a7a46ad5ba279263c0824cdc47e75a61a529afcf8c07cd70b708dc73e78e62'),
|
|
64
|
+
privateFunctionsRoot: Fr.fromString('0x0a34d4a35d86f737a9e4b6eebf4970a85eb8770859a70519c5d3552230e4c3db'),
|
|
65
65
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e')
|
|
66
66
|
},
|
|
67
67
|
FeeJuice: {
|
|
68
|
-
artifactHash: Fr.fromString('
|
|
69
|
-
privateFunctionsRoot: Fr.fromString('
|
|
70
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
68
|
+
artifactHash: Fr.fromString('0x185a000d3026f0dc70dabf6ef369b187921262e4af85e67956153e195cdd8f15'),
|
|
69
|
+
privateFunctionsRoot: Fr.fromString('0x29ed50e40fb17967b7451a6a43c87b5d75dab2bfa555053f45b1dfbb2f16afdc'),
|
|
70
|
+
publicBytecodeCommitment: Fr.fromString('0x1d4b1a8f71b8250d4fb65f8e16a4604e9165648279f47d80e024ce2684c4bdfb')
|
|
71
71
|
},
|
|
72
72
|
PublicChecks: {
|
|
73
|
-
artifactHash: Fr.fromString('
|
|
74
|
-
privateFunctionsRoot: Fr.fromString('
|
|
75
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
73
|
+
artifactHash: Fr.fromString('0x1ca8b7f02143f02aed1adf0104088705345b6b4c5bc3d37f1c05f99e84ce99b9'),
|
|
74
|
+
privateFunctionsRoot: Fr.fromString('0x202860adb1b8975971eeaf571aaaa88a27f4035290d58532ae7d60b0dfaad54c'),
|
|
75
|
+
publicBytecodeCommitment: Fr.fromString('0x013c4f854a5c87c9daf86c5f9bc07a42c2a061f1d924a5b3564ec7edc8e18cb7')
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
export const ProtocolContractInitializationHash = {
|
|
@@ -87,51 +87,51 @@ export const ProtocolContractPrivateFunctions = {
|
|
|
87
87
|
AuthRegistry: [
|
|
88
88
|
{
|
|
89
89
|
selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000079a3d418')),
|
|
90
|
-
vkHash: Fr.fromString('
|
|
90
|
+
vkHash: Fr.fromString('0x0e6dcc7becc25a6ee2e1322f2cc0ff6b59abff1bce27ca9906c079103e3d2c36')
|
|
91
91
|
}
|
|
92
92
|
],
|
|
93
93
|
ContractInstanceRegistry: [
|
|
94
94
|
{
|
|
95
95
|
selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000016ec12aa')),
|
|
96
|
-
vkHash: Fr.fromString('
|
|
96
|
+
vkHash: Fr.fromString('0x2d00ab6f38f0a2b14eb70721ef7faefd0b69cdfa334c4fe8d72fad43a085eaf9')
|
|
97
97
|
}
|
|
98
98
|
],
|
|
99
99
|
ContractClassRegistry: [
|
|
100
100
|
{
|
|
101
101
|
selector: FunctionSelector.fromField(Fr.fromString('0x000000000000000000000000000000000000000000000000000000006934ed0d')),
|
|
102
|
-
vkHash: Fr.fromString('
|
|
102
|
+
vkHash: Fr.fromString('0x2521f790db512b502b41574699268a0a84efadb26ebeabcb5a47cb797adb9793')
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
105
|
MultiCallEntrypoint: [
|
|
106
106
|
{
|
|
107
107
|
selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000f04908a9')),
|
|
108
|
-
vkHash: Fr.fromString('
|
|
108
|
+
vkHash: Fr.fromString('0x2bc8e2f2cb975faf63e4bd0117ef109b205504fe78af6f688c44be58cffae081')
|
|
109
109
|
}
|
|
110
110
|
],
|
|
111
111
|
FeeJuice: [
|
|
112
112
|
{
|
|
113
113
|
selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000cbe67243')),
|
|
114
|
-
vkHash: Fr.fromString('
|
|
114
|
+
vkHash: Fr.fromString('0x0c05c6a60ef729b5d17e84775efedbc2a782bd97dcdb694e9cacdd866ba3da32')
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000e8d374b6')),
|
|
118
|
-
vkHash: Fr.fromString('
|
|
118
|
+
vkHash: Fr.fromString('0x1b561f8eea79f2dca12037581445da32891bbaf02805952c6616dd2ca53746d2')
|
|
119
119
|
}
|
|
120
120
|
],
|
|
121
121
|
PublicChecks: []
|
|
122
122
|
};
|
|
123
123
|
export const ProtocolContractsList = new ProtocolContracts([
|
|
124
|
-
AztecAddress.fromString('
|
|
125
|
-
AztecAddress.fromString('
|
|
126
|
-
AztecAddress.fromString('
|
|
127
|
-
AztecAddress.fromString('
|
|
128
|
-
AztecAddress.fromString('
|
|
129
|
-
AztecAddress.fromString('
|
|
124
|
+
AztecAddress.fromString('0x06b36166c9442146444b381cc29e5d0b9cd19b121551c3b23113f358f34d6b0b'),
|
|
125
|
+
AztecAddress.fromString('0x1433903f62ee9b2be02154ee423a56c6c816a58bd807a0a58dac62d31a6b0764'),
|
|
126
|
+
AztecAddress.fromString('0x2333bc1f3621566c037c0d7ebc097978b082452e51f847a1845d864e0d29d995'),
|
|
127
|
+
AztecAddress.fromString('0x05d83a8f061f5c47b2c974ede17a132bdecff6015b38ce562ca7dfe6b5efc09b'),
|
|
128
|
+
AztecAddress.fromString('0x0e525dba8a2b4d72b53143f0c0c894ff0881580f7c6eb38734f07946ecc2a238'),
|
|
129
|
+
AztecAddress.fromString('0x2aba58340eee35dc9c690e0f8ede4c6cff0b8e485f75b4645f66da22c2f7a2fd'),
|
|
130
130
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000'),
|
|
131
131
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000'),
|
|
132
132
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000'),
|
|
133
133
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000'),
|
|
134
134
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000')
|
|
135
135
|
]);
|
|
136
|
-
export const protocolContractsHash = Fr.fromString('
|
|
136
|
+
export const protocolContractsHash = Fr.fromString('0x251d57ce5294625d2ac203f9cbbc79de7b270bfc1cf1bd0debc0b5d89050c739');
|
|
137
137
|
export const CONTRACT_INSTANCE_PUBLISHED_EVENT_TAG = Fr.fromHexString('0x1a7e1badb79abdd38c684b3c8306ffe7ecb33c69e3380d9855730aaaa83a21a8');
|
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.0.1-commit.
|
|
5
|
+
"version": "0.0.1-commit.949a33fd8",
|
|
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": "0.0.1-commit.
|
|
77
|
-
"@aztec/foundation": "0.0.1-commit.
|
|
78
|
-
"@aztec/stdlib": "0.0.1-commit.
|
|
76
|
+
"@aztec/constants": "0.0.1-commit.949a33fd8",
|
|
77
|
+
"@aztec/foundation": "0.0.1-commit.949a33fd8",
|
|
78
|
+
"@aztec/stdlib": "0.0.1-commit.949a33fd8",
|
|
79
79
|
"lodash.chunk": "^4.2.0",
|
|
80
80
|
"lodash.omit": "^4.5.0",
|
|
81
81
|
"tslib": "^2.4.0"
|
|
@@ -42,55 +42,55 @@ PublicChecks: AztecAddress.fromBigInt(6n)
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
export const ProtocolContractDerivedAddress = {
|
|
45
|
-
AuthRegistry: AztecAddress.fromString('
|
|
46
|
-
ContractInstanceRegistry: AztecAddress.fromString('
|
|
47
|
-
ContractClassRegistry: AztecAddress.fromString('
|
|
48
|
-
MultiCallEntrypoint: AztecAddress.fromString('
|
|
49
|
-
FeeJuice: AztecAddress.fromString('
|
|
50
|
-
PublicChecks: AztecAddress.fromString('
|
|
45
|
+
AuthRegistry: AztecAddress.fromString('0x06b36166c9442146444b381cc29e5d0b9cd19b121551c3b23113f358f34d6b0b'),
|
|
46
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x1433903f62ee9b2be02154ee423a56c6c816a58bd807a0a58dac62d31a6b0764'),
|
|
47
|
+
ContractClassRegistry: AztecAddress.fromString('0x2333bc1f3621566c037c0d7ebc097978b082452e51f847a1845d864e0d29d995'),
|
|
48
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x05d83a8f061f5c47b2c974ede17a132bdecff6015b38ce562ca7dfe6b5efc09b'),
|
|
49
|
+
FeeJuice: AztecAddress.fromString('0x0e525dba8a2b4d72b53143f0c0c894ff0881580f7c6eb38734f07946ecc2a238'),
|
|
50
|
+
PublicChecks: AztecAddress.fromString('0x2aba58340eee35dc9c690e0f8ede4c6cff0b8e485f75b4645f66da22c2f7a2fd')
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
export const ProtocolContractClassId: Record<ProtocolContractName, Fr> = {
|
|
56
|
-
AuthRegistry: Fr.fromString('
|
|
57
|
-
ContractInstanceRegistry: Fr.fromString('
|
|
58
|
-
ContractClassRegistry: Fr.fromString('
|
|
59
|
-
MultiCallEntrypoint: Fr.fromString('
|
|
60
|
-
FeeJuice: Fr.fromString('
|
|
61
|
-
PublicChecks: Fr.fromString('
|
|
56
|
+
AuthRegistry: Fr.fromString('0x18456f0c9813b7919244870a71dd78ee8bc637ab57c5f76f4eb642712f116187'),
|
|
57
|
+
ContractInstanceRegistry: Fr.fromString('0x1e2e1c45948ee4089b2e0df7235438f9a83bfcb45ba5c2b89c8475228c41a2d4'),
|
|
58
|
+
ContractClassRegistry: Fr.fromString('0x06ff5eeb9205a44f3dd695015812f9e2eebc50bafdf27def20d60cf698b09911'),
|
|
59
|
+
MultiCallEntrypoint: Fr.fromString('0x062e18ee29ec70d1a704b2c77baadc003f082215bd3f6ac42f65744885770ace'),
|
|
60
|
+
FeeJuice: Fr.fromString('0x19c94a36e234d06765a43d794395e5664db110eb74a1a7b2be83c207d5180dd6'),
|
|
61
|
+
PublicChecks: Fr.fromString('0x1e26b6d9b248b8b244cc2bf791c89eae42a3a1403b9b784dc0b247d8fb6068b1')
|
|
62
62
|
};
|
|
63
63
|
|
|
64
64
|
export const ProtocolContractClassIdPreimage: Record<ProtocolContractName, { artifactHash: Fr; privateFunctionsRoot: Fr; publicBytecodeCommitment: Fr }> = {
|
|
65
65
|
AuthRegistry: {
|
|
66
|
-
artifactHash: Fr.fromString('
|
|
67
|
-
privateFunctionsRoot: Fr.fromString('
|
|
68
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
66
|
+
artifactHash: Fr.fromString('0x0da08b727b563a9eb2356131498a9976bcb6824a26b2957fafea2da77eb97306'),
|
|
67
|
+
privateFunctionsRoot: Fr.fromString('0x06e0363cea8d971d0c2988a13fc88774092b2858adc5ee0876ed2f9ad05e2f63'),
|
|
68
|
+
publicBytecodeCommitment: Fr.fromString('0x2545f39893766508ce37bb5cea5e4dcab04c6f7f79f3089b1c076876e9d268b2'),
|
|
69
69
|
},
|
|
70
70
|
ContractInstanceRegistry: {
|
|
71
|
-
artifactHash: Fr.fromString('
|
|
72
|
-
privateFunctionsRoot: Fr.fromString('
|
|
73
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
71
|
+
artifactHash: Fr.fromString('0x0f3b74fc2f0af41e2bf495752b3197e1dbae3f6a44db84cc51511fa24fbe1b1a'),
|
|
72
|
+
privateFunctionsRoot: Fr.fromString('0x03a379a59b8c9c8f4056bae488afc3c3edaf802e0fac77e1ed6f9f28de4006ed'),
|
|
73
|
+
publicBytecodeCommitment: Fr.fromString('0x260735cf6645c6f07d2f0ebe2bfbd3062e95ddc820661329a5422bc239261bba'),
|
|
74
74
|
},
|
|
75
75
|
ContractClassRegistry: {
|
|
76
|
-
artifactHash: Fr.fromString('
|
|
77
|
-
privateFunctionsRoot: Fr.fromString('
|
|
76
|
+
artifactHash: Fr.fromString('0x2b2b0bad33e1e17e4610f0d9cf02b746dd2c25c5ab18be0c54e46217873fe062'),
|
|
77
|
+
privateFunctionsRoot: Fr.fromString('0x21451bad0bb6e0c14afccc5fee977a6f4aeb0b273f26dfd56e2bb80c76825512'),
|
|
78
78
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e'),
|
|
79
79
|
},
|
|
80
80
|
MultiCallEntrypoint: {
|
|
81
|
-
artifactHash: Fr.fromString('
|
|
82
|
-
privateFunctionsRoot: Fr.fromString('
|
|
81
|
+
artifactHash: Fr.fromString('0x21a7a46ad5ba279263c0824cdc47e75a61a529afcf8c07cd70b708dc73e78e62'),
|
|
82
|
+
privateFunctionsRoot: Fr.fromString('0x0a34d4a35d86f737a9e4b6eebf4970a85eb8770859a70519c5d3552230e4c3db'),
|
|
83
83
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e'),
|
|
84
84
|
},
|
|
85
85
|
FeeJuice: {
|
|
86
|
-
artifactHash: Fr.fromString('
|
|
87
|
-
privateFunctionsRoot: Fr.fromString('
|
|
88
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
86
|
+
artifactHash: Fr.fromString('0x185a000d3026f0dc70dabf6ef369b187921262e4af85e67956153e195cdd8f15'),
|
|
87
|
+
privateFunctionsRoot: Fr.fromString('0x29ed50e40fb17967b7451a6a43c87b5d75dab2bfa555053f45b1dfbb2f16afdc'),
|
|
88
|
+
publicBytecodeCommitment: Fr.fromString('0x1d4b1a8f71b8250d4fb65f8e16a4604e9165648279f47d80e024ce2684c4bdfb'),
|
|
89
89
|
},
|
|
90
90
|
PublicChecks: {
|
|
91
|
-
artifactHash: Fr.fromString('
|
|
92
|
-
privateFunctionsRoot: Fr.fromString('
|
|
93
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
91
|
+
artifactHash: Fr.fromString('0x1ca8b7f02143f02aed1adf0104088705345b6b4c5bc3d37f1c05f99e84ce99b9'),
|
|
92
|
+
privateFunctionsRoot: Fr.fromString('0x202860adb1b8975971eeaf571aaaa88a27f4035290d58532ae7d60b0dfaad54c'),
|
|
93
|
+
publicBytecodeCommitment: Fr.fromString('0x013c4f854a5c87c9daf86c5f9bc07a42c2a061f1d924a5b3564ec7edc8e18cb7'),
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
96
|
|
|
@@ -104,23 +104,23 @@ PublicChecks: Fr.fromString('0x0000000000000000000000000000000000000000000000000
|
|
|
104
104
|
};
|
|
105
105
|
|
|
106
106
|
export const ProtocolContractPrivateFunctions: Record<ProtocolContractName, { selector: FunctionSelector; vkHash: Fr }[]> = {
|
|
107
|
-
AuthRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000079a3d418')), vkHash: Fr.fromString('
|
|
108
|
-
ContractInstanceRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000016ec12aa')), vkHash: Fr.fromString('
|
|
109
|
-
ContractClassRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x000000000000000000000000000000000000000000000000000000006934ed0d')), vkHash: Fr.fromString('
|
|
110
|
-
MultiCallEntrypoint: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000f04908a9')), vkHash: Fr.fromString('
|
|
111
|
-
FeeJuice: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000cbe67243')), vkHash: Fr.fromString('
|
|
107
|
+
AuthRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000079a3d418')), vkHash: Fr.fromString('0x0e6dcc7becc25a6ee2e1322f2cc0ff6b59abff1bce27ca9906c079103e3d2c36') }],
|
|
108
|
+
ContractInstanceRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000016ec12aa')), vkHash: Fr.fromString('0x2d00ab6f38f0a2b14eb70721ef7faefd0b69cdfa334c4fe8d72fad43a085eaf9') }],
|
|
109
|
+
ContractClassRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x000000000000000000000000000000000000000000000000000000006934ed0d')), vkHash: Fr.fromString('0x2521f790db512b502b41574699268a0a84efadb26ebeabcb5a47cb797adb9793') }],
|
|
110
|
+
MultiCallEntrypoint: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000f04908a9')), vkHash: Fr.fromString('0x2bc8e2f2cb975faf63e4bd0117ef109b205504fe78af6f688c44be58cffae081') }],
|
|
111
|
+
FeeJuice: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000cbe67243')), vkHash: Fr.fromString('0x0c05c6a60ef729b5d17e84775efedbc2a782bd97dcdb694e9cacdd866ba3da32') }, { selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000e8d374b6')), vkHash: Fr.fromString('0x1b561f8eea79f2dca12037581445da32891bbaf02805952c6616dd2ca53746d2') }],
|
|
112
112
|
PublicChecks: []
|
|
113
113
|
};
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
export const ProtocolContractsList = new ProtocolContracts([
|
|
118
|
-
AztecAddress.fromString('
|
|
119
|
-
AztecAddress.fromString('
|
|
120
|
-
AztecAddress.fromString('
|
|
121
|
-
AztecAddress.fromString('
|
|
122
|
-
AztecAddress.fromString('
|
|
123
|
-
AztecAddress.fromString('
|
|
118
|
+
AztecAddress.fromString('0x06b36166c9442146444b381cc29e5d0b9cd19b121551c3b23113f358f34d6b0b'),
|
|
119
|
+
AztecAddress.fromString('0x1433903f62ee9b2be02154ee423a56c6c816a58bd807a0a58dac62d31a6b0764'),
|
|
120
|
+
AztecAddress.fromString('0x2333bc1f3621566c037c0d7ebc097978b082452e51f847a1845d864e0d29d995'),
|
|
121
|
+
AztecAddress.fromString('0x05d83a8f061f5c47b2c974ede17a132bdecff6015b38ce562ca7dfe6b5efc09b'),
|
|
122
|
+
AztecAddress.fromString('0x0e525dba8a2b4d72b53143f0c0c894ff0881580f7c6eb38734f07946ecc2a238'),
|
|
123
|
+
AztecAddress.fromString('0x2aba58340eee35dc9c690e0f8ede4c6cff0b8e485f75b4645f66da22c2f7a2fd'),
|
|
124
124
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000'),
|
|
125
125
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000'),
|
|
126
126
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000'),
|
|
@@ -128,7 +128,7 @@ AztecAddress.fromString('0x00000000000000000000000000000000000000000000000000000
|
|
|
128
128
|
AztecAddress.fromString('0x0000000000000000000000000000000000000000000000000000000000000000')
|
|
129
129
|
]);
|
|
130
130
|
|
|
131
|
-
export const protocolContractsHash = Fr.fromString('
|
|
131
|
+
export const protocolContractsHash = Fr.fromString('0x251d57ce5294625d2ac203f9cbbc79de7b270bfc1cf1bd0debc0b5d89050c739');
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|