Skip to content

Commit

Permalink
Update registerer snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 26, 2024
1 parent 51a119f commit cacf063
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 153 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,122 +3,122 @@
exports[`ClassRegisterer returns canonical protocol contract 1`] = `
{
"address": AztecAddress {
"asBigInt": 18104715021288098673314963551751295696560085598503103786866513633904077893362n,
"asBigInt": 16782756145759928719149283510239227487276026664652666301289472823408773532318n,
"asBuffer": {
"data": [
40,
6,
231,
211,
34,
80,
242,
88,
167,
216,
145,
37,
26,
180,
15,
54,
161,
72,
165,
172,
136,
254,
68,
104,
157,
209,
110,
60,
35,
152,
236,
25,
104,
223,
29,
213,
103,
107,
0,
102,
41,
146,
120,
97,
11,
135,
13,
115,
180,
55,
246,
35,
113,
2,
93,
99,
176,
238,
242,
138,
158,
],
"type": "Buffer",
},
},
"contractClass": {
"artifactHash": Fr {
"asBigInt": 12329374783386529393420325148454744704370319456799349436476774826828346713063n,
"asBigInt": 16849511505047847203273396629509951427400035309439142008111973067225945181374n,
"asBuffer": {
"data": [
37,
64,
124,
77,
27,
66,
45,
199,
206,
130,
99,
180,
190,
11,
181,
44,
66,
22,
198,
238,
113,
39,
236,
105,
44,
83,
236,
58,
36,
23,
73,
81,
17,
116,
88,
222,
208,
217,
214,
218,
239,
54,
118,
248,
164,
248,
200,
178,
193,
92,
204,
111,
120,
101,
212,
37,
124,
99,
231,
140,
190,
],
"type": "Buffer",
},
},
"id": Fr {
"asBigInt": 9599403729721941877561850057689123793512200250236426443117045953787299825639n,
"asBigInt": 6459203616861001844074101389807539136298812127324721680929212139138484648106n,
"asBuffer": {
"data": [
21,
57,
17,
233,
146,
121,
87,
4,
165,
208,
139,
203,
147,
55,
14,
71,
199,
153,
215,
143,
115,
227,
153,
133,
163,
8,
166,
65,
142,
137,
74,
205,
76,
54,
25,
88,
106,
93,
249,
189,
87,
254,
104,
227,
233,
171,
7,
231,
105,
134,
85,
180,
166,
60,
24,
82,
12,
219,
196,
57,
184,
170,
],
"type": "Buffer",
},
Expand Down Expand Up @@ -403,81 +403,81 @@ exports[`ClassRegisterer returns canonical protocol contract 1`] = `
},
"instance": {
"address": AztecAddress {
"asBigInt": 18104715021288098673314963551751295696560085598503103786866513633904077893362n,
"asBigInt": 16782756145759928719149283510239227487276026664652666301289472823408773532318n,
"asBuffer": {
"data": [
40,
6,
231,
211,
34,
80,
242,
88,
167,
216,
145,
37,
26,
180,
15,
54,
161,
72,
165,
172,
136,
254,
68,
104,
157,
209,
110,
60,
35,
152,
236,
25,
104,
223,
29,
213,
103,
107,
0,
102,
41,
146,
120,
97,
11,
135,
13,
115,
180,
55,
246,
35,
113,
2,
93,
99,
176,
238,
242,
138,
158,
],
"type": "Buffer",
},
},
"contractClassId": Fr {
"asBigInt": 9599403729721941877561850057689123793512200250236426443117045953787299825639n,
"asBigInt": 6459203616861001844074101389807539136298812127324721680929212139138484648106n,
"asBuffer": {
"data": [
21,
57,
17,
233,
146,
121,
87,
4,
165,
208,
139,
203,
147,
55,
14,
71,
199,
153,
215,
143,
115,
227,
153,
133,
163,
8,
166,
65,
142,
137,
74,
205,
76,
54,
25,
88,
106,
93,
249,
189,
87,
254,
104,
227,
233,
171,
7,
231,
105,
134,
85,
180,
166,
60,
24,
82,
12,
219,
196,
57,
184,
170,
],
"type": "Buffer",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export function getCanonicalClassRegisterer(): ProtocolContract {
* @remarks This should not change often, hence we hardcode it to save from having to recompute it every time.
*/
export const ClassRegistererAddress = AztecAddress.fromString(
'0x2806e7d32250f258a7d891fe44689dd16e68df1d73b437f62371025d63b0eef2',
'0x251ab40f36a148a5ac88fe3c2398ec1968d5676b0066299278610b870d738a9e',
);

0 comments on commit cacf063

Please sign in to comment.