@aztec/protocol-contracts 0.0.1-commit.d1da697d6 → 0.0.1-commit.d20b825a7
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 +5724 -5638
- package/artifacts/ContractClassRegistry.json +2268 -2300
- package/artifacts/ContractInstanceRegistry.json +3551 -3491
- package/artifacts/FeeJuice.json +4716 -4760
- package/artifacts/MultiCallEntrypoint.json +3273 -3191
- package/artifacts/PublicChecks.json +1510 -1436
- 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('0x275674eedb7cfa89ed62cadf3a5ced690f5500077c799e6cc7bb6616663fc4e2'),
|
|
32
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x2b2d4b4e05bd90565299e230f57dcf9aaa27fbbd2a401da0f65b3560896ea9b1'),
|
|
33
|
+
ContractClassRegistry: AztecAddress.fromString('0x04a444291642dc7cc212088ca092db9d19da061a68ca0d5f5765c44dfc8d38b5'),
|
|
34
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x13ef0d0403f2db91efba6d7fff351662fbcabe6c08254351c22d66412e7e125c'),
|
|
35
|
+
FeeJuice: AztecAddress.fromString('0x25a38a8fe4d639335fe4d4efd2cb0d49b06e3660bfc09ddcb65779816c747782'),
|
|
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('0x17a37b46f092988881612d85db37658bdafc0a4d889de7865fc17c5f4d1362a0'),
|
|
40
|
+
ContractInstanceRegistry: Fr.fromString('0x064b6091963cad68566598b20c687c3e90014dd3ab1d22dbf83135ed65e3c659'),
|
|
41
|
+
ContractClassRegistry: Fr.fromString('0x0145c9c0f4a045fbb0fb3d049187acbdb9fc3ae6c0ddd932a0dd73eac112b9fa'),
|
|
42
|
+
MultiCallEntrypoint: Fr.fromString('0x0a9b6f7525edfc18886b2bd34529067da0cacaf1e95e4419bb63539154a23d7a'),
|
|
43
|
+
FeeJuice: Fr.fromString('0x2fccdc0cef6222eec4902dda7db3ef3f86e960fa305e986f85957ed9cbef4eae'),
|
|
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('0x1c7734a11cbe74f706a27402721972c5c599b1055eac2ceda5f6398dbda4275e'),
|
|
49
|
+
privateFunctionsRoot: Fr.fromString('0x2fcdb9768c16ecd40c928cfa27fcb94ae24e8aad35b72f5156c1533d21e4bf7a'),
|
|
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('0x10eae5dca6b5057b34fdf14c2c2f8fffc12562052f80317500a28f1d4f82c244'),
|
|
55
|
+
publicBytecodeCommitment: Fr.fromString('0x260735cf6645c6f07d2f0ebe2bfbd3062e95ddc820661329a5422bc239261bba')
|
|
56
56
|
},
|
|
57
57
|
ContractClassRegistry: {
|
|
58
|
-
artifactHash: Fr.fromString('
|
|
59
|
-
privateFunctionsRoot: Fr.fromString('
|
|
58
|
+
artifactHash: Fr.fromString('0x239e6c01b7de26f48f8e3b500da35dc22548996dc69915ba228f3331bb015806'),
|
|
59
|
+
privateFunctionsRoot: Fr.fromString('0x18380e0d246f4d2a145ccaecec28188ce530fab65870b86f27607da077f5f4ab'),
|
|
60
60
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e')
|
|
61
61
|
},
|
|
62
62
|
MultiCallEntrypoint: {
|
|
63
|
-
artifactHash: Fr.fromString('
|
|
64
|
-
privateFunctionsRoot: Fr.fromString('
|
|
63
|
+
artifactHash: Fr.fromString('0x2b0c183c1f4eb560dd1828032cf83930e01b0fac9c12e9111ff423154b986b76'),
|
|
64
|
+
privateFunctionsRoot: Fr.fromString('0x18338e94b9d4ad297b7d8903326f1db7deea7edb25468601397db52a9641d6bb'),
|
|
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('0x1d6aa02621971b01e58f5de1ff3050b00ea18fa2d51e0ab2be09cc6e19ccef4a'),
|
|
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('0x082193141f5baee625d3cf9550875f516ffa78156b9d8e73d2549fd9d6cf994b')
|
|
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('0x1760969be662b10f2f8f4c4e517e2c79fef9b598a12e8a3ec07b48be017a4476')
|
|
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('0x13ad806f5b97bc424c472d4238d646d57c1c7e715ed242a61c3ee46200f11895')
|
|
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('0x1ef769c4b95bea9f1cb5ecc97d8208ce0f88daca389ffd892a5a0fe5c992ebfe')
|
|
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('0x268662908d0bbe510aab8366953861243685fc716b64e1f1e514687de5bf18bd')
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000e8d374b6')),
|
|
118
|
-
vkHash: Fr.fromString('
|
|
118
|
+
vkHash: Fr.fromString('0x036e8684bcceb4a6aa6712be6257bc6327676fd992af9c59e10cba78dfea3dd3')
|
|
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('0x275674eedb7cfa89ed62cadf3a5ced690f5500077c799e6cc7bb6616663fc4e2'),
|
|
125
|
+
AztecAddress.fromString('0x2b2d4b4e05bd90565299e230f57dcf9aaa27fbbd2a401da0f65b3560896ea9b1'),
|
|
126
|
+
AztecAddress.fromString('0x04a444291642dc7cc212088ca092db9d19da061a68ca0d5f5765c44dfc8d38b5'),
|
|
127
|
+
AztecAddress.fromString('0x13ef0d0403f2db91efba6d7fff351662fbcabe6c08254351c22d66412e7e125c'),
|
|
128
|
+
AztecAddress.fromString('0x25a38a8fe4d639335fe4d4efd2cb0d49b06e3660bfc09ddcb65779816c747782'),
|
|
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('0x1744283938c952b28520a624bc79b587e1500e7d5478b5d77840eac5504ec3d8');
|
|
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.d20b825a7",
|
|
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.d20b825a7",
|
|
77
|
+
"@aztec/foundation": "0.0.1-commit.d20b825a7",
|
|
78
|
+
"@aztec/stdlib": "0.0.1-commit.d20b825a7",
|
|
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('0x275674eedb7cfa89ed62cadf3a5ced690f5500077c799e6cc7bb6616663fc4e2'),
|
|
46
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x2b2d4b4e05bd90565299e230f57dcf9aaa27fbbd2a401da0f65b3560896ea9b1'),
|
|
47
|
+
ContractClassRegistry: AztecAddress.fromString('0x04a444291642dc7cc212088ca092db9d19da061a68ca0d5f5765c44dfc8d38b5'),
|
|
48
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x13ef0d0403f2db91efba6d7fff351662fbcabe6c08254351c22d66412e7e125c'),
|
|
49
|
+
FeeJuice: AztecAddress.fromString('0x25a38a8fe4d639335fe4d4efd2cb0d49b06e3660bfc09ddcb65779816c747782'),
|
|
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('0x17a37b46f092988881612d85db37658bdafc0a4d889de7865fc17c5f4d1362a0'),
|
|
57
|
+
ContractInstanceRegistry: Fr.fromString('0x064b6091963cad68566598b20c687c3e90014dd3ab1d22dbf83135ed65e3c659'),
|
|
58
|
+
ContractClassRegistry: Fr.fromString('0x0145c9c0f4a045fbb0fb3d049187acbdb9fc3ae6c0ddd932a0dd73eac112b9fa'),
|
|
59
|
+
MultiCallEntrypoint: Fr.fromString('0x0a9b6f7525edfc18886b2bd34529067da0cacaf1e95e4419bb63539154a23d7a'),
|
|
60
|
+
FeeJuice: Fr.fromString('0x2fccdc0cef6222eec4902dda7db3ef3f86e960fa305e986f85957ed9cbef4eae'),
|
|
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('0x1c7734a11cbe74f706a27402721972c5c599b1055eac2ceda5f6398dbda4275e'),
|
|
67
|
+
privateFunctionsRoot: Fr.fromString('0x2fcdb9768c16ecd40c928cfa27fcb94ae24e8aad35b72f5156c1533d21e4bf7a'),
|
|
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('0x10eae5dca6b5057b34fdf14c2c2f8fffc12562052f80317500a28f1d4f82c244'),
|
|
73
|
+
publicBytecodeCommitment: Fr.fromString('0x260735cf6645c6f07d2f0ebe2bfbd3062e95ddc820661329a5422bc239261bba'),
|
|
74
74
|
},
|
|
75
75
|
ContractClassRegistry: {
|
|
76
|
-
artifactHash: Fr.fromString('
|
|
77
|
-
privateFunctionsRoot: Fr.fromString('
|
|
76
|
+
artifactHash: Fr.fromString('0x239e6c01b7de26f48f8e3b500da35dc22548996dc69915ba228f3331bb015806'),
|
|
77
|
+
privateFunctionsRoot: Fr.fromString('0x18380e0d246f4d2a145ccaecec28188ce530fab65870b86f27607da077f5f4ab'),
|
|
78
78
|
publicBytecodeCommitment: Fr.fromString('0x0ce4c618c3ed7f3a20410e618c06bb701e150af7fe28a3e92f68e7733809f33e'),
|
|
79
79
|
},
|
|
80
80
|
MultiCallEntrypoint: {
|
|
81
|
-
artifactHash: Fr.fromString('
|
|
82
|
-
privateFunctionsRoot: Fr.fromString('
|
|
81
|
+
artifactHash: Fr.fromString('0x2b0c183c1f4eb560dd1828032cf83930e01b0fac9c12e9111ff423154b986b76'),
|
|
82
|
+
privateFunctionsRoot: Fr.fromString('0x18338e94b9d4ad297b7d8903326f1db7deea7edb25468601397db52a9641d6bb'),
|
|
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('0x1d6aa02621971b01e58f5de1ff3050b00ea18fa2d51e0ab2be09cc6e19ccef4a'),
|
|
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('0x082193141f5baee625d3cf9550875f516ffa78156b9d8e73d2549fd9d6cf994b') }],
|
|
108
|
+
ContractInstanceRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000016ec12aa')), vkHash: Fr.fromString('0x1760969be662b10f2f8f4c4e517e2c79fef9b598a12e8a3ec07b48be017a4476') }],
|
|
109
|
+
ContractClassRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x000000000000000000000000000000000000000000000000000000006934ed0d')), vkHash: Fr.fromString('0x13ad806f5b97bc424c472d4238d646d57c1c7e715ed242a61c3ee46200f11895') }],
|
|
110
|
+
MultiCallEntrypoint: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000f04908a9')), vkHash: Fr.fromString('0x1ef769c4b95bea9f1cb5ecc97d8208ce0f88daca389ffd892a5a0fe5c992ebfe') }],
|
|
111
|
+
FeeJuice: [{ selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000cbe67243')), vkHash: Fr.fromString('0x268662908d0bbe510aab8366953861243685fc716b64e1f1e514687de5bf18bd') }, { selector: FunctionSelector.fromField(Fr.fromString('0x00000000000000000000000000000000000000000000000000000000e8d374b6')), vkHash: Fr.fromString('0x036e8684bcceb4a6aa6712be6257bc6327676fd992af9c59e10cba78dfea3dd3') }],
|
|
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('0x275674eedb7cfa89ed62cadf3a5ced690f5500077c799e6cc7bb6616663fc4e2'),
|
|
119
|
+
AztecAddress.fromString('0x2b2d4b4e05bd90565299e230f57dcf9aaa27fbbd2a401da0f65b3560896ea9b1'),
|
|
120
|
+
AztecAddress.fromString('0x04a444291642dc7cc212088ca092db9d19da061a68ca0d5f5765c44dfc8d38b5'),
|
|
121
|
+
AztecAddress.fromString('0x13ef0d0403f2db91efba6d7fff351662fbcabe6c08254351c22d66412e7e125c'),
|
|
122
|
+
AztecAddress.fromString('0x25a38a8fe4d639335fe4d4efd2cb0d49b06e3660bfc09ddcb65779816c747782'),
|
|
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('0x1744283938c952b28520a624bc79b587e1500e7d5478b5d77840eac5504ec3d8');
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|