Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 22, 2023
1 parent 61d346f commit 517c993
Showing 1 changed file with 52 additions and 38 deletions.
90 changes: 52 additions & 38 deletions yarn-project/circuits.js/src/abis/__snapshots__/abis.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,43 +1,57 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`abis wasm bindings computes a contract address 1`] = `
AztecAddress {
"buffer": {
"data": [
17,
160,
201,
96,
127,
185,
91,
146,
4,
147,
169,
211,
33,
226,
156,
174,
240,
174,
157,
149,
81,
249,
149,
226,
160,
18,
239,
108,
218,
140,
217,
137,
],
"type": "Buffer",
exports[`abis wasm bindings computes a complete address 1`] = `
CompleteAddress {
"address": AztecAddress {
"buffer": {
"data": [
17,
160,
201,
96,
127,
185,
91,
146,
4,
147,
169,
211,
33,
226,
156,
174,
240,
174,
157,
149,
81,
249,
149,
226,
160,
18,
239,
108,
218,
140,
217,
137,
],
"type": "Buffer",
},
},
"partialAddress": Fr {
"value": 14273840083696241216436261500085649155281267590119694711623393161813305965081n,
},
"publicKey": Point {
"kind": "point",
"x": Fr {
"value": 1n,
},
"y": Fr {
"value": 2n,
},
},
}
`;
Expand Down

0 comments on commit 517c993

Please sign in to comment.