Skip to content

Commit ed9f097

Browse files
committed
test: archiver test fix
1 parent c7c2c04 commit ed9f097

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

yarn-project/archiver/src/archiver/archiver.test.ts

+3
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ function makeContractDeploymentEvent(l1BlockNum: bigint, l2Block: L2Block) {
157157
aztecAddress: contractDataAndBytecode.contractData.contractAddress.toString(),
158158
portalAddress: contractDataAndBytecode.contractData.portalContractAddress.toString(),
159159
l2BlockHash: `0x${l2Block.getCalldataHash().toString('hex')}`,
160+
partialAddress: contractDataAndBytecode.partialAddress.toString(true),
161+
pubKeyX: contractDataAndBytecode.publicKey.x.toString(true),
162+
pubKeyY: contractDataAndBytecode.publicKey.y.toString(true),
160163
acir: '0x' + acir,
161164
},
162165
transactionHash: `0x${l2Block.number}`,

0 commit comments

Comments
 (0)