@aztec/protocol-contracts 0.0.1-commit.f650c0a5c → 0.0.1-commit.f7ea82942
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 +4325 -4349
- package/artifacts/ContractClassRegistry.json +2257 -2289
- package/artifacts/ContractInstanceRegistry.json +3525 -3469
- package/artifacts/FeeJuice.json +4713 -4757
- package/artifacts/MultiCallEntrypoint.json +3051 -3071
- package/artifacts/PublicChecks.json +1310 -1338
- package/dest/protocol_contract_data.js +40 -40
- package/package.json +4 -4
- package/src/protocol_contract_data.ts +39 -39
|
@@ -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('0x08b4b2a47a493a81f21edeb0b71b5b089d993996a927ad35e137d56623beb36d'),
|
|
32
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x10f937ee458f3df03c4b06eeed17e27bf0532e6dc50f9e14e496fcba16b862a6'),
|
|
33
|
+
ContractClassRegistry: AztecAddress.fromString('0x0d73736c396eb8f32e6e013218df02431ff57dcdb8ded84b4f07fc6391efe76e'),
|
|
34
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x04a1a43f7274a0e327302ff3dc705c56b74fbdb6ffbc21ab5becd82fbbf76619'),
|
|
35
|
+
FeeJuice: AztecAddress.fromString('0x09d5f4197339c7cddd46db7504ca12d19e28538c41c8ddc8cbdc60001b68239d'),
|
|
36
|
+
PublicChecks: AztecAddress.fromString('0x0099c33c58d6a4c9c8c10b2565ea2977629120b09d233f4cdc825ae72018c46a')
|
|
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('0x2a7a4e20cb0a293b7d400f013090c6f40fafb9ed8ddac8a233754d68f5b22529'),
|
|
40
|
+
ContractInstanceRegistry: Fr.fromString('0x23c8fc27f934eeff9bd7c4b4c025830152a379740d5b850cd58cb6ad752b048c'),
|
|
41
|
+
ContractClassRegistry: Fr.fromString('0x2cd2f9fa2578aa4dac8e27c351eb5e7a11a51ac39180fb9f5fc721046dc3b12f'),
|
|
42
|
+
MultiCallEntrypoint: Fr.fromString('0x10f2da4ee14ad0bf0cb4bb7e49c2740a11276ecf13e2d14453dabff3b1a2859f'),
|
|
43
|
+
FeeJuice: Fr.fromString('0x2b2a76f2beb08683f1acab5d9487c4c108aea9a2231ce29e63b965fe7fca4514'),
|
|
44
|
+
PublicChecks: Fr.fromString('0x17eb2d9a9e75e8e7c183e3e598a7acf13c6f5b7e02213f87fbb923850a1f5013')
|
|
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('0x2b948c1f96c48ab4111ee34b52b916370b9c884eff2927b58dd9dc5c4d65961c'),
|
|
49
|
+
privateFunctionsRoot: Fr.fromString('0x06a3b960bfd18527f3c8422636faf284a14933aa1d2ab67870a99781fca3f327'),
|
|
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('0x283e94b2b29f2d1635d6f24284d03d2cea147a84477bbd66dc577f665e6fde48'),
|
|
54
|
+
privateFunctionsRoot: Fr.fromString('0x02386055a7eabcf2b643bbacbccd8ae696ea3ec75f3d35cfd6bd16e79652b573'),
|
|
55
|
+
publicBytecodeCommitment: Fr.fromString('0x260735cf6645c6f07d2f0ebe2bfbd3062e95ddc820661329a5422bc239261bba')
|
|
56
56
|
},
|
|
57
57
|
ContractClassRegistry: {
|
|
58
58
|
artifactHash: Fr.fromString('0x158c078f5fa82339e3e188b0271d2808ab10b64590357034ec015ffdbb09751a'),
|
|
59
|
-
privateFunctionsRoot: Fr.fromString('
|
|
59
|
+
privateFunctionsRoot: Fr.fromString('0x0f0236c55fae223d26fc192cd8548bdaeff67ecde2cba2a858328d6813aa5a05'),
|
|
60
60
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e')
|
|
61
61
|
},
|
|
62
62
|
MultiCallEntrypoint: {
|
|
63
|
-
artifactHash: Fr.fromString('
|
|
64
|
-
privateFunctionsRoot: Fr.fromString('
|
|
63
|
+
artifactHash: Fr.fromString('0x0779e69d2819cb643d38c8c0e37c74a0aebed19e2206112feec51c75d3f44f33'),
|
|
64
|
+
privateFunctionsRoot: Fr.fromString('0x1d06c894b60ec0e02d21e31c0ada8829880e714a64f1c302ed94cd1ec451811e'),
|
|
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('0x301df98fb519e7561dddc82002f9c704a56c2a9c304ae00e4bc86d615400cdc2'),
|
|
69
|
+
privateFunctionsRoot: Fr.fromString('0x1782792c78e5205b33a7ffc941a3c0796f34874826d652bcb3067a264df0fe36'),
|
|
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('0x11734576d298a80ddc390a256624b56819de5d68deae991c70557bb0ba4f964b'),
|
|
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('0x14cdf5a66b9c498f0d904c925b5394eef3477758e4fdce6d3aca7502265c88a9')
|
|
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('0x0fa78156f1c5b941cf5a72c09ce76ba7311cd893b6d9ea4f61b47f757b26ec1e')
|
|
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('0x080f9098016cbc1705eb9cf2d4506492db1c05b0790af5fdc301ee031c8dbbda')
|
|
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('0x1398215a358d1eec24a10077e4d2e475c8365caa0a8387047a2b4b016f722ce5')
|
|
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('0x17e91baeafb796e89f0b7b1b2720ebe843b724eae97c9ad3f90b5000216add6b')
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000e8d374b6')),
|
|
118
|
-
vkHash: Fr.fromString('
|
|
118
|
+
vkHash: Fr.fromString('0x2ff2e18b1b07059559d416226309f1bc1dc8fb2745d8a7d46c4ebc3c8b91d13e')
|
|
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('0x08b4b2a47a493a81f21edeb0b71b5b089d993996a927ad35e137d56623beb36d'),
|
|
125
|
+
AztecAddress.fromString('0x10f937ee458f3df03c4b06eeed17e27bf0532e6dc50f9e14e496fcba16b862a6'),
|
|
126
|
+
AztecAddress.fromString('0x0d73736c396eb8f32e6e013218df02431ff57dcdb8ded84b4f07fc6391efe76e'),
|
|
127
|
+
AztecAddress.fromString('0x04a1a43f7274a0e327302ff3dc705c56b74fbdb6ffbc21ab5becd82fbbf76619'),
|
|
128
|
+
AztecAddress.fromString('0x09d5f4197339c7cddd46db7504ca12d19e28538c41c8ddc8cbdc60001b68239d'),
|
|
129
|
+
AztecAddress.fromString('0x0099c33c58d6a4c9c8c10b2565ea2977629120b09d233f4cdc825ae72018c46a'),
|
|
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('0x26cf874fca55e79fdb987d5e48cdbadb549d48cc3ec921ae9841e25e43dbc3d3');
|
|
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.f7ea82942",
|
|
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.f7ea82942",
|
|
77
|
+
"@aztec/foundation": "0.0.1-commit.f7ea82942",
|
|
78
|
+
"@aztec/stdlib": "0.0.1-commit.f7ea82942",
|
|
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('0x08b4b2a47a493a81f21edeb0b71b5b089d993996a927ad35e137d56623beb36d'),
|
|
46
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x10f937ee458f3df03c4b06eeed17e27bf0532e6dc50f9e14e496fcba16b862a6'),
|
|
47
|
+
ContractClassRegistry: AztecAddress.fromString('0x0d73736c396eb8f32e6e013218df02431ff57dcdb8ded84b4f07fc6391efe76e'),
|
|
48
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x04a1a43f7274a0e327302ff3dc705c56b74fbdb6ffbc21ab5becd82fbbf76619'),
|
|
49
|
+
FeeJuice: AztecAddress.fromString('0x09d5f4197339c7cddd46db7504ca12d19e28538c41c8ddc8cbdc60001b68239d'),
|
|
50
|
+
PublicChecks: AztecAddress.fromString('0x0099c33c58d6a4c9c8c10b2565ea2977629120b09d233f4cdc825ae72018c46a')
|
|
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('0x2a7a4e20cb0a293b7d400f013090c6f40fafb9ed8ddac8a233754d68f5b22529'),
|
|
57
|
+
ContractInstanceRegistry: Fr.fromString('0x23c8fc27f934eeff9bd7c4b4c025830152a379740d5b850cd58cb6ad752b048c'),
|
|
58
|
+
ContractClassRegistry: Fr.fromString('0x2cd2f9fa2578aa4dac8e27c351eb5e7a11a51ac39180fb9f5fc721046dc3b12f'),
|
|
59
|
+
MultiCallEntrypoint: Fr.fromString('0x10f2da4ee14ad0bf0cb4bb7e49c2740a11276ecf13e2d14453dabff3b1a2859f'),
|
|
60
|
+
FeeJuice: Fr.fromString('0x2b2a76f2beb08683f1acab5d9487c4c108aea9a2231ce29e63b965fe7fca4514'),
|
|
61
|
+
PublicChecks: Fr.fromString('0x17eb2d9a9e75e8e7c183e3e598a7acf13c6f5b7e02213f87fbb923850a1f5013')
|
|
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('0x2b948c1f96c48ab4111ee34b52b916370b9c884eff2927b58dd9dc5c4d65961c'),
|
|
67
|
+
privateFunctionsRoot: Fr.fromString('0x06a3b960bfd18527f3c8422636faf284a14933aa1d2ab67870a99781fca3f327'),
|
|
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('0x283e94b2b29f2d1635d6f24284d03d2cea147a84477bbd66dc577f665e6fde48'),
|
|
72
|
+
privateFunctionsRoot: Fr.fromString('0x02386055a7eabcf2b643bbacbccd8ae696ea3ec75f3d35cfd6bd16e79652b573'),
|
|
73
|
+
publicBytecodeCommitment: Fr.fromString('0x260735cf6645c6f07d2f0ebe2bfbd3062e95ddc820661329a5422bc239261bba'),
|
|
74
74
|
},
|
|
75
75
|
ContractClassRegistry: {
|
|
76
76
|
artifactHash: Fr.fromString('0x158c078f5fa82339e3e188b0271d2808ab10b64590357034ec015ffdbb09751a'),
|
|
77
|
-
privateFunctionsRoot: Fr.fromString('
|
|
77
|
+
privateFunctionsRoot: Fr.fromString('0x0f0236c55fae223d26fc192cd8548bdaeff67ecde2cba2a858328d6813aa5a05'),
|
|
78
78
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e'),
|
|
79
79
|
},
|
|
80
80
|
MultiCallEntrypoint: {
|
|
81
|
-
artifactHash: Fr.fromString('
|
|
82
|
-
privateFunctionsRoot: Fr.fromString('
|
|
81
|
+
artifactHash: Fr.fromString('0x0779e69d2819cb643d38c8c0e37c74a0aebed19e2206112feec51c75d3f44f33'),
|
|
82
|
+
privateFunctionsRoot: Fr.fromString('0x1d06c894b60ec0e02d21e31c0ada8829880e714a64f1c302ed94cd1ec451811e'),
|
|
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('0x301df98fb519e7561dddc82002f9c704a56c2a9c304ae00e4bc86d615400cdc2'),
|
|
87
|
+
privateFunctionsRoot: Fr.fromString('0x1782792c78e5205b33a7ffc941a3c0796f34874826d652bcb3067a264df0fe36'),
|
|
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('0x11734576d298a80ddc390a256624b56819de5d68deae991c70557bb0ba4f964b'),
|
|
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('0x14cdf5a66b9c498f0d904c925b5394eef3477758e4fdce6d3aca7502265c88a9') }],
|
|
108
|
+
ContractInstanceRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000016ec12aa')), vkHash: Fr.fromString('0x0fa78156f1c5b941cf5a72c09ce76ba7311cd893b6d9ea4f61b47f757b26ec1e') }],
|
|
109
|
+
ContractClassRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x000000000000000000000000000000000000000000000000000000006934ed0d')), vkHash: Fr.fromString('0x080f9098016cbc1705eb9cf2d4506492db1c05b0790af5fdc301ee031c8dbbda') }],
|
|
110
|
+
MultiCallEntrypoint: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000f04908a9')), vkHash: Fr.fromString('0x1398215a358d1eec24a10077e4d2e475c8365caa0a8387047a2b4b016f722ce5') }],
|
|
111
|
+
FeeJuice: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000cbe67243')), vkHash: Fr.fromString('0x17e91baeafb796e89f0b7b1b2720ebe843b724eae97c9ad3f90b5000216add6b') }, { selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000e8d374b6')), vkHash: Fr.fromString('0x2ff2e18b1b07059559d416226309f1bc1dc8fb2745d8a7d46c4ebc3c8b91d13e') }],
|
|
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('0x08b4b2a47a493a81f21edeb0b71b5b089d993996a927ad35e137d56623beb36d'),
|
|
119
|
+
AztecAddress.fromString('0x10f937ee458f3df03c4b06eeed17e27bf0532e6dc50f9e14e496fcba16b862a6'),
|
|
120
|
+
AztecAddress.fromString('0x0d73736c396eb8f32e6e013218df02431ff57dcdb8ded84b4f07fc6391efe76e'),
|
|
121
|
+
AztecAddress.fromString('0x04a1a43f7274a0e327302ff3dc705c56b74fbdb6ffbc21ab5becd82fbbf76619'),
|
|
122
|
+
AztecAddress.fromString('0x09d5f4197339c7cddd46db7504ca12d19e28538c41c8ddc8cbdc60001b68239d'),
|
|
123
|
+
AztecAddress.fromString('0x0099c33c58d6a4c9c8c10b2565ea2977629120b09d233f4cdc825ae72018c46a'),
|
|
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('0x26cf874fca55e79fdb987d5e48cdbadb549d48cc3ec921ae9841e25e43dbc3d3');
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|