@aztec/protocol-contracts 0.0.1-commit.f5d02921e → 0.0.1-commit.f650c0a5c
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 +541 -521
- package/artifacts/ContractClassRegistry.json +56 -56
- package/artifacts/ContractInstanceRegistry.json +62 -216
- package/artifacts/FeeJuice.json +64 -222
- package/artifacts/MultiCallEntrypoint.json +487 -365
- package/artifacts/PublicChecks.json +503 -381
- package/dest/protocol_contract_data.js +39 -39
- package/package.json +4 -4
- package/src/protocol_contract_data.ts +38 -38
|
@@ -28,49 +28,49 @@ 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('0x02bd4679eb6a1e6338cea50f2e2f06caeda752ed2c21d760d71ce451fb42e122'),
|
|
32
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x2a0222d3bdb60a63a15feac9f5cc974814a867845fab264e100e05199a0e5c4c'),
|
|
33
|
+
ContractClassRegistry: AztecAddress.fromString('0x1bd5e1848cea1978e5e7e1ab43e1ee0841eec353180d2a6b9424b621129c841f'),
|
|
34
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x21ca42a9ef8b86532eb853a4ad733866c632d7015ca04983f6b3d991a38af449'),
|
|
35
|
+
FeeJuice: AztecAddress.fromString('0x1000bdb1a9258f02c52fdfc764ff5318cf5920c0c77269536cdbb2775e22125b'),
|
|
36
|
+
PublicChecks: AztecAddress.fromString('0x2168b4e659c69641b43d1ac93b512600d3d80a6372770c24132ee43a445220fa')
|
|
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('0x0d3ba50a0104f44d53d641d2594e664872aec76c8323cc7e3743b5a0b1077e9d'),
|
|
40
|
+
ContractInstanceRegistry: Fr.fromString('0x10a9cde01bcd1b64b2d168f065c9c1bae86734ee5b96101df84c138d5bd7b73d'),
|
|
41
|
+
ContractClassRegistry: Fr.fromString('0x01947a92fff95dc197da2aaec7619020db90d3a7db5d626256959a823af38e7d'),
|
|
42
|
+
MultiCallEntrypoint: Fr.fromString('0x1c47f285d5d0faeab2cf0a8ed75f5b2392ed54a7b7eae43f10facf94d6b8cef6'),
|
|
43
|
+
FeeJuice: Fr.fromString('0x228d346289a9204a25edbdbb5e3a2813d522ce29133c03cc5d3503163cdd0810'),
|
|
44
|
+
PublicChecks: Fr.fromString('0x143c66a54fe0677bbcc2b5680b4320689039b0b739aab5d7df8900bf695b5f36')
|
|
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('0x1bcf163d82e4ad4c6f79fa325d07238edecfb7c2fc8b06a8b5e43a6f8a85f779'),
|
|
49
|
+
privateFunctionsRoot: Fr.fromString('0x05cf2228363a482803873fa0f4c2c9e150f25712578c74ff3e407c3ba27a3503'),
|
|
50
|
+
publicBytecodeCommitment: Fr.fromString('0x054750ad74e8403873a95576ed0edd02562b65c93d172b564f394c484fd028c3')
|
|
51
51
|
},
|
|
52
52
|
ContractInstanceRegistry: {
|
|
53
|
-
artifactHash: Fr.fromString('
|
|
54
|
-
privateFunctionsRoot: Fr.fromString('
|
|
55
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
53
|
+
artifactHash: Fr.fromString('0x1043bf11939b7b511a52e3a371b4b95bc812e8517ce74ee6874f3a0efb1aacaa'),
|
|
54
|
+
privateFunctionsRoot: Fr.fromString('0x27d895eadc88c42227c38e7964036425f119006a98e614cd5b6e8f3feaa60053'),
|
|
55
|
+
publicBytecodeCommitment: Fr.fromString('0x076efe4ec511f1d09c1f5424c7179a4f8fd1732710c2dea021330e58f6ca3f8e')
|
|
56
56
|
},
|
|
57
57
|
ContractClassRegistry: {
|
|
58
|
-
artifactHash: Fr.fromString('
|
|
59
|
-
privateFunctionsRoot: Fr.fromString('
|
|
58
|
+
artifactHash: Fr.fromString('0x158c078f5fa82339e3e188b0271d2808ab10b64590357034ec015ffdbb09751a'),
|
|
59
|
+
privateFunctionsRoot: Fr.fromString('0x15f2294478e10987bd76c0d45c79c3c380897e7edf1e2d0b5396ab1873a76772'),
|
|
60
60
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e')
|
|
61
61
|
},
|
|
62
62
|
MultiCallEntrypoint: {
|
|
63
|
-
artifactHash: Fr.fromString('
|
|
64
|
-
privateFunctionsRoot: Fr.fromString('
|
|
63
|
+
artifactHash: Fr.fromString('0x235daadd43ea780976b47fb55c48d2501a13b752cfaf3dcce87f13e806391812'),
|
|
64
|
+
privateFunctionsRoot: Fr.fromString('0x0f71ead5e94ac0917563842d3cbf13f1a0c00bb3b1383cf67ce197e24b9acfce'),
|
|
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('0x2f568aca2ae7d18df52cabc91de306af1e8e960352d19beb048f3fc355795bc6'),
|
|
69
|
+
privateFunctionsRoot: Fr.fromString('0x1b3e35d4591a34f9fa1d921167cd610998bba2d47c0d9c5111addf67c3305544'),
|
|
70
|
+
publicBytecodeCommitment: Fr.fromString('0x1946628c70976cc0f12ab9c737e130151af18b9de32b7423d42a2aba2e9ad7cf')
|
|
71
71
|
},
|
|
72
72
|
PublicChecks: {
|
|
73
|
-
artifactHash: Fr.fromString('
|
|
73
|
+
artifactHash: Fr.fromString('0x1e4b8b5e63b9cb0aa361b4c532d7399fb35303e995abb1c5336b193887e6fdad'),
|
|
74
74
|
privateFunctionsRoot: Fr.fromString('0x067243231eddf4222f3911defbba7705aff06ed45960b27f6f91319196ef97e1'),
|
|
75
75
|
publicBytecodeCommitment: Fr.fromString('0x23a718888ee4815f0145eebf241e5a7071e6791ea2fa9b635c48b94d68b97c58')
|
|
76
76
|
}
|
|
@@ -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('0x25272e75e40823447b7914834e26e930f9fdd5a59f54deb854523a0c7ef291d3')
|
|
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('0x1d71f4b9f195b56aa7527cd8658e3415660d1238a6e41dfeb8ba3fb5af7b9fc1')
|
|
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('0x090f3a5b58db16a7ec1be17608fd4d96b875f825db6ba1b5015c410c11093da1')
|
|
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('0x2fd0a2c5fefca8b516af41dcc7e388f8710b638954b43924b5040b8b9c3e32ff')
|
|
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('0x0fe89af8fdc790508d77050545e2b36bae91c2553c22ba9d0e3b7c492df6df52')
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000e8d374b6')),
|
|
118
|
-
vkHash: Fr.fromString('
|
|
118
|
+
vkHash: Fr.fromString('0x0341fb609d50598157a44deef41e36b9a6c47bfe47ab8c5659753cc545fae2c5')
|
|
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('0x02bd4679eb6a1e6338cea50f2e2f06caeda752ed2c21d760d71ce451fb42e122'),
|
|
125
|
+
AztecAddress.fromString('0x2a0222d3bdb60a63a15feac9f5cc974814a867845fab264e100e05199a0e5c4c'),
|
|
126
|
+
AztecAddress.fromString('0x1bd5e1848cea1978e5e7e1ab43e1ee0841eec353180d2a6b9424b621129c841f'),
|
|
127
|
+
AztecAddress.fromString('0x21ca42a9ef8b86532eb853a4ad733866c632d7015ca04983f6b3d991a38af449'),
|
|
128
|
+
AztecAddress.fromString('0x1000bdb1a9258f02c52fdfc764ff5318cf5920c0c77269536cdbb2775e22125b'),
|
|
129
|
+
AztecAddress.fromString('0x2168b4e659c69641b43d1ac93b512600d3d80a6372770c24132ee43a445220fa'),
|
|
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('0x2fe2b1d868c826d422367935214843c102d94599f4b5b720e6abb92fa8c3c6e0');
|
|
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.f650c0a5c",
|
|
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.f650c0a5c",
|
|
77
|
+
"@aztec/foundation": "0.0.1-commit.f650c0a5c",
|
|
78
|
+
"@aztec/stdlib": "0.0.1-commit.f650c0a5c",
|
|
79
79
|
"lodash.chunk": "^4.2.0",
|
|
80
80
|
"lodash.omit": "^4.5.0",
|
|
81
81
|
"tslib": "^2.4.0"
|
|
@@ -42,53 +42,53 @@ 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('0x02bd4679eb6a1e6338cea50f2e2f06caeda752ed2c21d760d71ce451fb42e122'),
|
|
46
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x2a0222d3bdb60a63a15feac9f5cc974814a867845fab264e100e05199a0e5c4c'),
|
|
47
|
+
ContractClassRegistry: AztecAddress.fromString('0x1bd5e1848cea1978e5e7e1ab43e1ee0841eec353180d2a6b9424b621129c841f'),
|
|
48
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x21ca42a9ef8b86532eb853a4ad733866c632d7015ca04983f6b3d991a38af449'),
|
|
49
|
+
FeeJuice: AztecAddress.fromString('0x1000bdb1a9258f02c52fdfc764ff5318cf5920c0c77269536cdbb2775e22125b'),
|
|
50
|
+
PublicChecks: AztecAddress.fromString('0x2168b4e659c69641b43d1ac93b512600d3d80a6372770c24132ee43a445220fa')
|
|
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('0x0d3ba50a0104f44d53d641d2594e664872aec76c8323cc7e3743b5a0b1077e9d'),
|
|
57
|
+
ContractInstanceRegistry: Fr.fromString('0x10a9cde01bcd1b64b2d168f065c9c1bae86734ee5b96101df84c138d5bd7b73d'),
|
|
58
|
+
ContractClassRegistry: Fr.fromString('0x01947a92fff95dc197da2aaec7619020db90d3a7db5d626256959a823af38e7d'),
|
|
59
|
+
MultiCallEntrypoint: Fr.fromString('0x1c47f285d5d0faeab2cf0a8ed75f5b2392ed54a7b7eae43f10facf94d6b8cef6'),
|
|
60
|
+
FeeJuice: Fr.fromString('0x228d346289a9204a25edbdbb5e3a2813d522ce29133c03cc5d3503163cdd0810'),
|
|
61
|
+
PublicChecks: Fr.fromString('0x143c66a54fe0677bbcc2b5680b4320689039b0b739aab5d7df8900bf695b5f36')
|
|
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('0x1bcf163d82e4ad4c6f79fa325d07238edecfb7c2fc8b06a8b5e43a6f8a85f779'),
|
|
67
|
+
privateFunctionsRoot: Fr.fromString('0x05cf2228363a482803873fa0f4c2c9e150f25712578c74ff3e407c3ba27a3503'),
|
|
68
|
+
publicBytecodeCommitment: Fr.fromString('0x054750ad74e8403873a95576ed0edd02562b65c93d172b564f394c484fd028c3'),
|
|
69
69
|
},
|
|
70
70
|
ContractInstanceRegistry: {
|
|
71
|
-
artifactHash: Fr.fromString('
|
|
72
|
-
privateFunctionsRoot: Fr.fromString('
|
|
73
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
71
|
+
artifactHash: Fr.fromString('0x1043bf11939b7b511a52e3a371b4b95bc812e8517ce74ee6874f3a0efb1aacaa'),
|
|
72
|
+
privateFunctionsRoot: Fr.fromString('0x27d895eadc88c42227c38e7964036425f119006a98e614cd5b6e8f3feaa60053'),
|
|
73
|
+
publicBytecodeCommitment: Fr.fromString('0x076efe4ec511f1d09c1f5424c7179a4f8fd1732710c2dea021330e58f6ca3f8e'),
|
|
74
74
|
},
|
|
75
75
|
ContractClassRegistry: {
|
|
76
|
-
artifactHash: Fr.fromString('
|
|
77
|
-
privateFunctionsRoot: Fr.fromString('
|
|
76
|
+
artifactHash: Fr.fromString('0x158c078f5fa82339e3e188b0271d2808ab10b64590357034ec015ffdbb09751a'),
|
|
77
|
+
privateFunctionsRoot: Fr.fromString('0x15f2294478e10987bd76c0d45c79c3c380897e7edf1e2d0b5396ab1873a76772'),
|
|
78
78
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e'),
|
|
79
79
|
},
|
|
80
80
|
MultiCallEntrypoint: {
|
|
81
|
-
artifactHash: Fr.fromString('
|
|
82
|
-
privateFunctionsRoot: Fr.fromString('
|
|
81
|
+
artifactHash: Fr.fromString('0x235daadd43ea780976b47fb55c48d2501a13b752cfaf3dcce87f13e806391812'),
|
|
82
|
+
privateFunctionsRoot: Fr.fromString('0x0f71ead5e94ac0917563842d3cbf13f1a0c00bb3b1383cf67ce197e24b9acfce'),
|
|
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('0x2f568aca2ae7d18df52cabc91de306af1e8e960352d19beb048f3fc355795bc6'),
|
|
87
|
+
privateFunctionsRoot: Fr.fromString('0x1b3e35d4591a34f9fa1d921167cd610998bba2d47c0d9c5111addf67c3305544'),
|
|
88
|
+
publicBytecodeCommitment: Fr.fromString('0x1946628c70976cc0f12ab9c737e130151af18b9de32b7423d42a2aba2e9ad7cf'),
|
|
89
89
|
},
|
|
90
90
|
PublicChecks: {
|
|
91
|
-
artifactHash: Fr.fromString('
|
|
91
|
+
artifactHash: Fr.fromString('0x1e4b8b5e63b9cb0aa361b4c532d7399fb35303e995abb1c5336b193887e6fdad'),
|
|
92
92
|
privateFunctionsRoot: Fr.fromString('0x067243231eddf4222f3911defbba7705aff06ed45960b27f6f91319196ef97e1'),
|
|
93
93
|
publicBytecodeCommitment: Fr.fromString('0x23a718888ee4815f0145eebf241e5a7071e6791ea2fa9b635c48b94d68b97c58'),
|
|
94
94
|
}
|
|
@@ -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('0x25272e75e40823447b7914834e26e930f9fdd5a59f54deb854523a0c7ef291d3') }],
|
|
108
|
+
ContractInstanceRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000016ec12aa')), vkHash: Fr.fromString('0x1d71f4b9f195b56aa7527cd8658e3415660d1238a6e41dfeb8ba3fb5af7b9fc1') }],
|
|
109
|
+
ContractClassRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x000000000000000000000000000000000000000000000000000000006934ed0d')), vkHash: Fr.fromString('0x090f3a5b58db16a7ec1be17608fd4d96b875f825db6ba1b5015c410c11093da1') }],
|
|
110
|
+
MultiCallEntrypoint: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000f04908a9')), vkHash: Fr.fromString('0x2fd0a2c5fefca8b516af41dcc7e388f8710b638954b43924b5040b8b9c3e32ff') }],
|
|
111
|
+
FeeJuice: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000cbe67243')), vkHash: Fr.fromString('0x0fe89af8fdc790508d77050545e2b36bae91c2553c22ba9d0e3b7c492df6df52') }, { selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000e8d374b6')), vkHash: Fr.fromString('0x0341fb609d50598157a44deef41e36b9a6c47bfe47ab8c5659753cc545fae2c5') }],
|
|
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('0x02bd4679eb6a1e6338cea50f2e2f06caeda752ed2c21d760d71ce451fb42e122'),
|
|
119
|
+
AztecAddress.fromString('0x2a0222d3bdb60a63a15feac9f5cc974814a867845fab264e100e05199a0e5c4c'),
|
|
120
|
+
AztecAddress.fromString('0x1bd5e1848cea1978e5e7e1ab43e1ee0841eec353180d2a6b9424b621129c841f'),
|
|
121
|
+
AztecAddress.fromString('0x21ca42a9ef8b86532eb853a4ad733866c632d7015ca04983f6b3d991a38af449'),
|
|
122
|
+
AztecAddress.fromString('0x1000bdb1a9258f02c52fdfc764ff5318cf5920c0c77269536cdbb2775e22125b'),
|
|
123
|
+
AztecAddress.fromString('0x2168b4e659c69641b43d1ac93b512600d3d80a6372770c24132ee43a445220fa'),
|
|
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('0x2fe2b1d868c826d422367935214843c102d94599f4b5b720e6abb92fa8c3c6e0');
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|