Skip to content

Commit bb53421

Browse files
committed
chore: update roots
1 parent 490ec8b commit bb53421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yarn-project/aztec/src/testnet_compatibility.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import { getGenesisValues } from '@aztec/world-state/testing';
1111
*/
1212
describe('Testnet compatibility', () => {
1313
it('has expected VK tree root', () => {
14-
const expectedRoots = [Fr.fromHexString('0x0c7576d33473911a15b9b490f1d9ba378355e17b956d974bf89d604b6b1b0b0f')];
14+
const expectedRoots = [Fr.fromHexString('0x229eadb7c540c82204b5373633d3c25557f8264ad8fca760660fe853e5275e39')];
1515
expect(expectedRoots).toContainEqual(getVKTreeRoot());
1616
});
1717
it('has expected Protocol Contracts tree root', () => {
1818
expect(protocolContractTreeRoot).toEqual(
19-
Fr.fromHexString('0x227802391f582e49922178a4d4de61384eda4ee4ba69708f0349b76dd04db461'),
19+
Fr.fromHexString('0x12e9aa367b065eff3e48912b8cae62209970117d34a8c9ef1e9e4116e41bc8d6'),
2020
);
2121
});
2222
it('has expected Genesis tree roots', async () => {

0 commit comments

Comments
 (0)