@aztec/protocol-contracts 0.0.1-commit.3f296a7d2 → 0.0.1-commit.3f5453c7b
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 +1179 -1399
- package/artifacts/ContractClassRegistry.json +514 -538
- package/artifacts/ContractInstanceRegistry.json +957 -1079
- package/artifacts/FeeJuice.json +1020 -1242
- package/artifacts/MultiCallEntrypoint.json +880 -1150
- package/artifacts/PublicChecks.json +1028 -1298
- 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('0x12a6459c1f2b533065c084d826186d9dfad492924922c68e003bc5c43ba2a08e'),
|
|
32
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x1cefb7bd4829e0a592041e4214189b022a6d92b952c209896c1397669dedd5b6'),
|
|
33
|
+
ContractClassRegistry: AztecAddress.fromString('0x1bd5e1848cea1978e5e7e1ab43e1ee0841eec353180d2a6b9424b621129c841f'),
|
|
34
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x1805bdf9ea6b8d24b7e77adacdc97cad5e05b4c6bca82aa9643bb61185d84645'),
|
|
35
|
+
FeeJuice: AztecAddress.fromString('0x0422e93a4e0ec61d7aa9e15a18be31b4df0579272fee35d8035f6f5a22aecab4'),
|
|
36
|
+
PublicChecks: AztecAddress.fromString('0x14dcba1710109b8f3c942b8f4a81c7693c7d20b7feb0d17d89ab38a06f260b37')
|
|
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('0x0c924424eb45fb647574ea3cab77e5eddad77783d7c8cea3e37ee1fabeabd8b9'),
|
|
40
|
+
ContractInstanceRegistry: Fr.fromString('0x12512943b1a65df8daa2d97d7fd2bd75877467575033477a823a259ae2764e33'),
|
|
41
|
+
ContractClassRegistry: Fr.fromString('0x01947a92fff95dc197da2aaec7619020db90d3a7db5d626256959a823af38e7d'),
|
|
42
|
+
MultiCallEntrypoint: Fr.fromString('0x007d59b1b2d473558d7fa470595bfa370f8bb7859916b277cd84744241b23ca7'),
|
|
43
|
+
FeeJuice: Fr.fromString('0x133473e9cd85598f72a98353225f1bd1804fdedcc7c655fccbc5572c4ea5a5af'),
|
|
44
|
+
PublicChecks: Fr.fromString('0x2be0cdc153987032d0fc98096cbb42768f2ba747b07e10ae7c0361d5973ab23c')
|
|
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('0x29ce65c00a94a80a1b2b7ed53fd635aacac7438d3a3d72fdff3b47244039babf'),
|
|
49
|
+
privateFunctionsRoot: Fr.fromString('0x05cf2228363a482803873fa0f4c2c9e150f25712578c74ff3e407c3ba27a3503'),
|
|
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('0x034e3d1a5d68d07503c81df5cd90878b703a4c81b0a64f48593a818fb9f4bcd8'),
|
|
54
|
+
privateFunctionsRoot: Fr.fromString('0x1df6fcdaf6edcfed3c82805121f879323d6b9fd44ccb8cf3a4c4af2826e781ba'),
|
|
55
|
+
publicBytecodeCommitment: Fr.fromString('0x260735cf6645c6f07d2f0ebe2bfbd3062e95ddc820661329a5422bc239261bba')
|
|
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('0x0671c10ffa9a68af6260bfbfb8c0058f164c1baf478250f4f7326673ce56a81b'),
|
|
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('0x1d4b1a8f71b8250d4fb65f8e16a4604e9165648279f47d80e024ce2684c4bdfb')
|
|
71
71
|
},
|
|
72
72
|
PublicChecks: {
|
|
73
|
-
artifactHash: Fr.fromString('
|
|
73
|
+
artifactHash: Fr.fromString('0x3037536b4cdb45c0febd6028f5cea566944d454df1724fbe1b6d494ebf7b4315'),
|
|
74
74
|
privateFunctionsRoot: Fr.fromString('0x067243231eddf4222f3911defbba7705aff06ed45960b27f6f91319196ef97e1'),
|
|
75
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
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('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('0x21b9be49b81978f5e5aded45163364cfd51f9297ace9e1fba53a566f877f8701')
|
|
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('0x12a6459c1f2b533065c084d826186d9dfad492924922c68e003bc5c43ba2a08e'),
|
|
125
|
+
AztecAddress.fromString('0x1cefb7bd4829e0a592041e4214189b022a6d92b952c209896c1397669dedd5b6'),
|
|
126
|
+
AztecAddress.fromString('0x1bd5e1848cea1978e5e7e1ab43e1ee0841eec353180d2a6b9424b621129c841f'),
|
|
127
|
+
AztecAddress.fromString('0x1805bdf9ea6b8d24b7e77adacdc97cad5e05b4c6bca82aa9643bb61185d84645'),
|
|
128
|
+
AztecAddress.fromString('0x0422e93a4e0ec61d7aa9e15a18be31b4df0579272fee35d8035f6f5a22aecab4'),
|
|
129
|
+
AztecAddress.fromString('0x14dcba1710109b8f3c942b8f4a81c7693c7d20b7feb0d17d89ab38a06f260b37'),
|
|
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('0x079ac03cfe37610a3aa59465b1d5308cb37f3fabc9562cf74339db2e897d4660');
|
|
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.3f5453c7b",
|
|
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.3f5453c7b",
|
|
77
|
+
"@aztec/foundation": "0.0.1-commit.3f5453c7b",
|
|
78
|
+
"@aztec/stdlib": "0.0.1-commit.3f5453c7b",
|
|
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('0x12a6459c1f2b533065c084d826186d9dfad492924922c68e003bc5c43ba2a08e'),
|
|
46
|
+
ContractInstanceRegistry: AztecAddress.fromString('0x1cefb7bd4829e0a592041e4214189b022a6d92b952c209896c1397669dedd5b6'),
|
|
47
|
+
ContractClassRegistry: AztecAddress.fromString('0x1bd5e1848cea1978e5e7e1ab43e1ee0841eec353180d2a6b9424b621129c841f'),
|
|
48
|
+
MultiCallEntrypoint: AztecAddress.fromString('0x1805bdf9ea6b8d24b7e77adacdc97cad5e05b4c6bca82aa9643bb61185d84645'),
|
|
49
|
+
FeeJuice: AztecAddress.fromString('0x0422e93a4e0ec61d7aa9e15a18be31b4df0579272fee35d8035f6f5a22aecab4'),
|
|
50
|
+
PublicChecks: AztecAddress.fromString('0x14dcba1710109b8f3c942b8f4a81c7693c7d20b7feb0d17d89ab38a06f260b37')
|
|
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('0x0c924424eb45fb647574ea3cab77e5eddad77783d7c8cea3e37ee1fabeabd8b9'),
|
|
57
|
+
ContractInstanceRegistry: Fr.fromString('0x12512943b1a65df8daa2d97d7fd2bd75877467575033477a823a259ae2764e33'),
|
|
58
|
+
ContractClassRegistry: Fr.fromString('0x01947a92fff95dc197da2aaec7619020db90d3a7db5d626256959a823af38e7d'),
|
|
59
|
+
MultiCallEntrypoint: Fr.fromString('0x007d59b1b2d473558d7fa470595bfa370f8bb7859916b277cd84744241b23ca7'),
|
|
60
|
+
FeeJuice: Fr.fromString('0x133473e9cd85598f72a98353225f1bd1804fdedcc7c655fccbc5572c4ea5a5af'),
|
|
61
|
+
PublicChecks: Fr.fromString('0x2be0cdc153987032d0fc98096cbb42768f2ba747b07e10ae7c0361d5973ab23c')
|
|
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('0x29ce65c00a94a80a1b2b7ed53fd635aacac7438d3a3d72fdff3b47244039babf'),
|
|
67
|
+
privateFunctionsRoot: Fr.fromString('0x05cf2228363a482803873fa0f4c2c9e150f25712578c74ff3e407c3ba27a3503'),
|
|
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('0x034e3d1a5d68d07503c81df5cd90878b703a4c81b0a64f48593a818fb9f4bcd8'),
|
|
72
|
+
privateFunctionsRoot: Fr.fromString('0x1df6fcdaf6edcfed3c82805121f879323d6b9fd44ccb8cf3a4c4af2826e781ba'),
|
|
73
|
+
publicBytecodeCommitment: Fr.fromString('0x260735cf6645c6f07d2f0ebe2bfbd3062e95ddc820661329a5422bc239261bba'),
|
|
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('0x0671c10ffa9a68af6260bfbfb8c0058f164c1baf478250f4f7326673ce56a81b'),
|
|
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('0x1d4b1a8f71b8250d4fb65f8e16a4604e9165648279f47d80e024ce2684c4bdfb'),
|
|
89
89
|
},
|
|
90
90
|
PublicChecks: {
|
|
91
|
-
artifactHash: Fr.fromString('
|
|
91
|
+
artifactHash: Fr.fromString('0x3037536b4cdb45c0febd6028f5cea566944d454df1724fbe1b6d494ebf7b4315'),
|
|
92
92
|
privateFunctionsRoot: Fr.fromString('0x067243231eddf4222f3911defbba7705aff06ed45960b27f6f91319196ef97e1'),
|
|
93
|
-
publicBytecodeCommitment: Fr.fromString('
|
|
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('0x25272e75e40823447b7914834e26e930f9fdd5a59f54deb854523a0c7ef291d3') }],
|
|
108
|
+
ContractInstanceRegistry: [{ selector: FunctionSelector.fromField(Fr.fromString('0x0000000000000000000000000000000000000000000000000000000016ec12aa')), vkHash: Fr.fromString('0x21b9be49b81978f5e5aded45163364cfd51f9297ace9e1fba53a566f877f8701') }],
|
|
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('0x12a6459c1f2b533065c084d826186d9dfad492924922c68e003bc5c43ba2a08e'),
|
|
119
|
+
AztecAddress.fromString('0x1cefb7bd4829e0a592041e4214189b022a6d92b952c209896c1397669dedd5b6'),
|
|
120
|
+
AztecAddress.fromString('0x1bd5e1848cea1978e5e7e1ab43e1ee0841eec353180d2a6b9424b621129c841f'),
|
|
121
|
+
AztecAddress.fromString('0x1805bdf9ea6b8d24b7e77adacdc97cad5e05b4c6bca82aa9643bb61185d84645'),
|
|
122
|
+
AztecAddress.fromString('0x0422e93a4e0ec61d7aa9e15a18be31b4df0579272fee35d8035f6f5a22aecab4'),
|
|
123
|
+
AztecAddress.fromString('0x14dcba1710109b8f3c942b8f4a81c7693c7d20b7feb0d17d89ab38a06f260b37'),
|
|
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('0x079ac03cfe37610a3aa59465b1d5308cb37f3fabc9562cf74339db2e897d4660');
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|